oaOccInstAttrDisplay Class Reference

Inheritance diagram for oaOccInstAttrDisplay:

oaOccTextDisplay oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

void getText (const oaNameSpace &ns, oaString &text) const
oaInstgetInst () const
oaDesignAttrType getMasterAttribute () const
oaBoolean isBound () const

Detailed Description

The oaOccInstAttrDisplay class implements an unique occurrence of an oaInstAttrDisplay object in a design hierarchy.


Member Function Documentation

oaInst * oaOccInstAttrDisplay::getInst   const
 

This function returns the instance associated with this instAttrDisplay object.

oaDesignAttrType oaOccInstAttrDisplay::getMasterAttribute   const
 

This function returns the master attributes associated with this instAttrDisplay object.

void oaOccInstAttrDisplay::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

oaBoolean oaOccInstAttrDisplay::isBound   const
 

This function returns a boolean which indicates whether this text display is currently bound.


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

Return to top of page