oaOccTextOverride Class Reference

Inheritance diagram for oaOccTextOverride:

oaOccTextDisplay oaOccShape oaBlockObject oaDesignObject oaObject


Public Methods

oaTextgetMasterText () const
void getMasterTextText (oaString &text) const
oaInstgetInst () const
oaBoolean isBound () const

Detailed Description

The oaOccTextOverride class implements an unique occurrence of an oaTextOverride object in a design hierarchy.


Member Function Documentation

oaInst * oaOccTextOverride::getInst   const
 

This function returns the instance associated with this textOverride object.

oaText * oaOccTextOverride::getMasterText   const
 

This function returns the text object associated with this textOverride object. Note that this function will return NULL if the associated instance is not bound, or the associated text is not bound.

This function returns the master text associated with this textOverride object. This is the text which is used when attempting to bind to the masterText object.

void oaOccTextOverride::getMasterTextText oaString &    text const
 

This function returns the master text associated with this textOverride object. This is the text which is used when attempting to bind to the masterText object.

Parameters:
text The text string to be filled with the master text

oaBoolean oaOccTextOverride::isBound   const
 

This function returns a boolean which indicates whether this text display is currently bound to the cross design master text object.


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

Return to top of page