Itasca C++ Interface
Loading...
Searching...
No Matches
irangeelementstate.h
Go to the documentation of this file.
1#pragma once
2// irangeelementstate.h
3
10
11namespace 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
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementstate.h:20
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