21 shared::Signal<const string &> modelChanged;
28 virtual void setModel(
const string &model) = 0;
Interface to a filter element that allows user to filter based on a zone model.
Definition irangeelementmodel.h:16
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementmodel.h:19
virtual string getModel() const =0
Returns the filter model name, see setModel().
virtual void setModel(const string &model)=0
Used to set a new model name. It issues the signal modelChanged(modelName). See getModel().
uint32 TType
class type indicator
Definition basedef.h:47
#define itascaxd
Expands to itasca2d in 2D, itasca3d in 3D, for use as a namespace name....
Definition dim.h:181
Interface to a filter element, which is a member of a IRange.