Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
irangeelementmodel.h
Go to the documentation of this file.
1 #pragma once
2 // irangeelementmodel.h
3 
10 
11 namespace zone
12 {
13  using namespace itascaxd;
14 
18  public:
20  inline static const TType type_ = 0x4c815bea;
21 
23  virtual QString getModel() const=0;
24 
25  // slots
27  virtual void setModel(const QString &model)=0;
28 
29  // signals
31  virtual void modelChanged(const QString &model)=0;
32  };
33 } // namespace zone
34 // EoF
Interface to a filter element, which is a member of a IRange.
Interface to a filter element that allows user to filter based on a zone model.
Definition: irangeelementmodel.h:17
unsigned int TType
class type indicator
Definition: basedef.h:41
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4