Itasca C++ Interface
|
Interface to a Range Element that is actually a named filter. More...
#include <irangeelementtype.h>
Public Member Functions | |
virtual QString | getFilterName () const =0 |
Returns the name of the named filter element. | |
virtual void | setFilterName (const QString &s)=0 |
Sets the name of the named filter element. | |
virtual void | nameChanged (const QString &s)=0 |
Signal emitted when the name of the filter element has changed, see setFilterName() | |
Static Public Attributes | |
static const TType | type_ = 0x4c815bb3 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to a Range Element that is actually a named filter.
This can be used to create complex aggregates of filters, more complex than is allowed by the simple union/intersection option in a single Range.