Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
itascaxd::IRangeElementName Class Referenceabstract

Interface to a RangeElement exposing the IThing getName method. More...

#include <irangeelementname.h>

Public Member Functions

virtual IRangeElementgetIRangeElement ()=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().
 

Detailed Description

Interface to a RangeElement exposing the IThing getName method.


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