Itasca C++ Interface
Loading...
Searching...
No Matches
irangeelementvolume.h
Go to the documentation of this file.
1#pragma once
2// irangeelementvolume.h
3
10
11namespace zone
12{
13 using namespace itascaxd;
17 public:
19 inline static const TType type_ = 0x4c815be4;
23 virtual uint64 getID() const=0;
24 // slots
25
27 virtual void setID(uint64 id)=0;
28 // signals
30 virtual void idChanged(uint64 id)=0;
31 };
32} // namespace zone
33// EoF
34
Interface to a filter element, which is a member of a IRange..
Definition irangeelement.h:19
Interface to a filter element that allows user to filter based on a volume.
Definition irangeelementvolume.h:16
static const TType type_
The type identification number for this class, for use in convert_cast() and convert_getcast().
Definition irangeelementvolume.h:19
virtual uint64 getID() const =0
Returns the ID of the volume, see setID()
virtual void setID(uint64 id)=0
Sets the ID of the volume, see getID(). This function emits the signal idChanged()
virtual IRangeElement * getIRangeElement()=0
Returns a pointer to itsel.
virtual void idChanged(uint64 id)=0
Signal emitted when the volume ID changes, see setID()
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