Itasca C++ Interface
|
Interface to a RangeElement exposing the IThing getName method. More...
#include <irangeelementname.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 name that are checked against the getName method. | |
virtual void | setNames (const QSet< QString > &ns)=0 |
Sets the name list. | |
virtual void | addName (const QString &n)=0 |
Adds the set name. | |
virtual void | removeName (const QString &n)=0 |
Removes the set name. | |
Public Attributes | |
shared::Signal< const QString & > | nameAdded |
shared::Signal< const QString & > | nameRemoved |
Static Public Attributes | |
static const TType | type_ = 0x553e95e1 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to a RangeElement exposing the IThing getName method.