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