oaOccAttrDisplay Class Reference

Inheritance diagram for oaOccAttrDisplay:

oaOccTextDisplay oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

void getText (const oaNameSpace &ns, oaString &text) const
oaObjectgetObject () const
oaAttrType getAttribute () const

Detailed Description

The oaOccAttrDisplay class implements an unique occurrence of an oaAttrDisplay object in a design hierarchy.


Member Function Documentation

oaAttrType oaOccAttrDisplay::getAttribute   const
 

This function returns the attribute associated referenced by this attrDisplay object.

oaObject * oaOccAttrDisplay::getObject   const
 

This function returns the object associated with the attrDisplay object from which this occAttrDisplay is generated.

void oaOccAttrDisplay::getText const oaNameSpace &    ns,
oaString &    text
const
 

This function returns the value of this attribute display according to the given nameSpace. The nameSpace is only valid for name type attributes.

Parameters:
ns The nameSpace to be used.
text The text string to be filled.


The documentation for this class was generated from the following files:

Return to top of page