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

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

Public Attributes

shared::Signal< const QString & > nameAdded
 
shared::Signal< const QString & > nameRemoved
 
shared::Signal< uint64 > idAdded
 
shared::Signal< uint64 > idRemoved
 
shared::Signal< const QString & > typeNameAdded
 
shared::Signal< const QString & > typeNameRemoved
 

Static Public Attributes

static const TType type_ = 0x5149e67c
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to a RangeElement of a general set. A IThing has getIsSet and getSet methods to return the appropriate information.


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