Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
irangeelementvolume.h
Go to the documentation of this file.
1 #pragma once
2 // irangeelementvolume.h
3 
10 
11 namespace zone
12 {
13  using namespace itascaxd;
17  public:
19  inline static const TType type_ = 0x4c815be4;
21  virtual IRangeElement *getIRangeElement()=0;
23  virtual quint64 getID() const=0;
24  // slots
25 
27  virtual void setID(quint64 id)=0;
28  // signals
30  virtual void idChanged(quint64 id)=0;
31  };
32 } // namespace zone
33 // EoF
34 
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 volume.
Definition: irangeelementvolume.h:16
Interface to a filter element, which is a member of a IRange..
Definition: irangeelement.h:18
unsigned int TType
class type indicator
Definition: basedef.h:41
Itasca Library standard namespace, specific to 2D or 3D.
Definition: icontactmodule.h:4