4#include "shared/interface/signal.h" 
   15        shared::Signal<const string &> nameAdded;
 
   16        shared::Signal<const string &> nameRemoved;
 
   17        shared::Signal<uint64> idAdded;
 
   18        shared::Signal<uint64> idRemoved;
 
   19        shared::Signal<const string &> typeNameAdded;
 
   20        shared::Signal<const string &> typeNameRemoved;
 
   26        virtual StringSet 
getNames(
bool checked=
true) 
const=0;
 
   28        virtual std::set<uint64> 
getIDs(
bool checked=
true) 
const=0;
 
   34        virtual void setIDs(
const std::set<uint64> &ns)=0;
 
   42        virtual void addID(
const uint64 &)=0;
 
 
Interface to a filter element, which is a member of a IRange..
Definition irangeelement.h:18
Interface to a RangeElement of a general set. A IThing has getIsSet and getSet methods to return the ...
Definition irangeelementset.h:10
virtual std::set< uint64 > getIDs(bool checked=true) const =0
Returns the list of set ids that are checked against the getID method.
virtual void removeID(const uint64 &)=0
Removes the set ID.
virtual StringSet getNames(bool checked=true) const =0
Returns the list of set names that are checked against the getName method.
virtual void addID(const uint64 &)=0
Adds the set ID.
virtual void setTypeNames(const StringSet &ns)=0
Sets the set typeName list.
virtual void removeName(const string &n)=0
Removes the set name.
virtual void removeTypeName(const string &n)=0
Removes the set name.
virtual IRangeElement * getIRangeElement()=0
Returns a pointer to itself.
virtual void addTypeName(const string &n)=0
Adds the set typeName.
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementset.h:13
virtual void setNames(const StringSet &ns)=0
Sets the set name list.
virtual void addName(const string &n)=0
Adds the set name.
virtual void setIDs(const std::set< uint64 > &ns)=0
Sets the set id list.
virtual StringSet getTypeNames(bool checked=true) const =0
Returns the list of set type names that are checked against the getTypeName method.
uint32 TType
class type indicator
Definition basedef.h:47
Interface to a filter element, which is a member of a IRange.
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6