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::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>

Signals

virtual void nameAdded (const QString &n)=0
 Signal emitted when a set name is added.
 
virtual void nameRemoved (const QString &n)=0
 Signal emitted when a set name is removed.
 
virtual void idAdded (const quint64 &)=0
 Signal emitted when a set name is added.
 
virtual void idRemoved (const quint64 &)=0
 Signal emitted when a set name is removed.
 
virtual void typeNameAdded (const QString &n)=0
 Signal emitted when a set name is added.
 
virtual void typeNameRemoved (const QString &n)=0
 Signal emitted when a set 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 set names that are checked against the getName method.
 
virtual QSet< quint64 > 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< quint64 > &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 quint64 &)=0
 Adds the set ID.
 
virtual void removeID (const quint64 &)=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().
 

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: