Itasca C++ Interface
|
Interface to a RangeElement of a general set. A IThing has getIsSet and getSet methods to return the appropriate information. More...
#include <irangeelementset.h>
Public Member Functions | |
virtual IRangeElement * | getIRangeElement ()=0 |
Returns a pointer to itself. | |
virtual QSet< QString > | getNames (bool checked=true) const =0 |
Returns the list of set names that are checked against the getName method. | |
virtual QSet< uint64 > | getIDs (bool checked=true) const =0 |
Returns the list of set ids that are checked against the getID method. | |
virtual QSet< QString > | getTypeNames (bool checked=true) const =0 |
Returns the list of set type names that are checked against the getTypeName method. | |
virtual void | setNames (const QSet< QString > &ns)=0 |
Sets the set name list. | |
virtual void | setIDs (const QSet< uint64 > &ns)=0 |
Sets the set id list. | |
virtual void | setTypeNames (const QSet< QString > &ns)=0 |
Sets the set typeName list. | |
virtual void | addName (const QString &n)=0 |
Adds the set name. | |
virtual void | removeName (const QString &n)=0 |
Removes the set name. | |
virtual void | addID (const uint64 &)=0 |
Adds the set ID. | |
virtual void | removeID (const uint64 &)=0 |
Removes the set ID. | |
virtual void | addTypeName (const QString &n)=0 |
Adds the set typeName. | |
virtual void | removeTypeName (const QString &n)=0 |
Removes the set name. | |
Static Public Attributes | |
static const TType | type_ = 0x5149e67c |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to a RangeElement of a general set. A IThing has getIsSet and getSet methods to return the appropriate information.