oaTextDisplayCollection Class Reference


Public Methods

 oaTextDisplayCollection (const oaObject *objIn)
 operator oaTextDisplayIterState * ()
oaUInt4 getCount ()
oaBoolean isEmpty ()
oaBoolean includes (const oaTextDisplay *td)

Detailed Description

The oaTextDisplayCollection class implements a set of textDisplays to traverse. Collections are primarily used to initialize oaIters so the members of the collection can be accessed.


Constructor & Destructor Documentation

oaTextDisplayCollection::oaTextDisplayCollection const oaObject *    objIn [inline]
 

This function constructs an oaTextDisplayCollection instance.


Member Function Documentation

oaUInt4 oaTextDisplayCollection::getCount  
 

This function returns the number of textDisplays in the object.

oaBoolean oaTextDisplayCollection::includes const oaTextDisplay *    td
 

This function returns true if the specified object is in the collection.

oaBoolean oaTextDisplayCollection::isEmpty  
 

This function returns true if this is an empty collection.

oaTextDisplayCollection::operator oaTextDisplayIterState *  
 

This function returns an allocated instance of an oaIterState, which is stored in the iterator.


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

Return to top of page