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 zone
12 {
13  using namespace itascaxd;
14 
18  public:
20  inline static const TType type_ = 0x4f1dd8c7;
21 
23  virtual QString getState() const=0;
24 
26  virtual bool getStateAny() const=0;
27 
28  // slots
30  virtual void setState(const QString &state)=0;
31 
33  virtual void setStateAny(bool any)=0;
34 
35 
36  // signals
38  virtual void stateChanged(const QString &state)=0;
39  };
40 } // namespace zone
41 // 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 state.
Definition: irangeelementstate.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