Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
zone::IRangeElementVolume Class Referenceabstract

Interface to a filter element that allows user to filter based on a volume. More...

#include <irangeelementvolume.h>

Public Member Functions

virtual IRangeElementgetIRangeElement ()=0
 Returns a pointer to itsel.
 
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 void idChanged (uint64 id)=0
 Signal emitted when the volume ID changes, see setID()
 

Static Public Attributes

static const TType type_ = 0x4c815be4
 The type identification number for this class, for use in convert_cast() and convert_getcast().
 

Detailed Description

Interface to a filter element that allows user to filter based on a volume.


The documentation for this class was generated from the following file: