Itasca C++ Interface
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 string getState() const = 0;
24 
25  // slots
27  virtual void setState(const string& state) = 0;
28  };
29 } // namespace
30 // EoF
Interface to a filter element that allows user to filter based on a zone state.
Definition: irangeelementstate.h:17
virtual void setState(const string &state)=0
Used to set a new state. It issues the signal stateChanged(stateName). See getState().
virtual string getState() const =0
Returns the filter state name, see setState().
uint32 TType
class type indicator
Definition: basedef.h:46
Interface to a filter element, which is a member of a IRange.
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4