Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Signals | Public Member Functions | Static Public Attributes | List of all members
itascaxd::IRangeElementName Class Referenceabstract

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

#include <irangeelementname.h>

Signals

virtual void nameAdded (const QString &n)=0
 Signal emitted when a name is added.
 
virtual void nameRemoved (const QString &n)=0
 Signal emitted when a name is removed.
 

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.
 

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: