Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Signals | Public Member Functions | Static Public Attributes | List of all members
itascaxd::IRangeElementGeometryDistance Class Referenceabstract

Interface to a RangeElement of a geometry set, where you want objects within a certain distance to this geometry set. More...

#include <irangeelementgeometrydistance.h>

Signals

virtual void namesChanged (const QSet< QString > &ns)=0
 Signal emitted when the geometry set list is changed.
 
virtual void nameAdded (const QString &n)=0
 Signal emitted when the geometry set is added.
 
virtual void nameRemoved (const QString &n)=0
 Signal emitted when the geometry set is removed.
 
virtual void distanceChanged (const double &dist)=0
 Signal emitted when the distance has changed.
 

Public Member Functions

virtual IRangeElementgetIRangeElement ()=0
 Returns a pointer to itself.
 
virtual QSet< QString > getNames () const =0
 Returns the list of geometry sets associated with this filter element.
 
virtual double getDistance () const =0
 Returns the distance to the geometry set.
 
virtual void setNames (const QSet< QString > &ns)=0
 Sets the geometry set list to the filter.
 
virtual void addName (const QString &n)=0
 Adds the geometry set list to the filter.
 
virtual void removeName (const QString &n)=0
 Removes the geometry set list to the filter.
 
virtual void setDistance (const double &distance)=0
 Sets the distance to the geometry sets.
 

Static Public Attributes

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

Detailed Description

Interface to a RangeElement of a geometry set, where you want objects within a certain distance to this geometry set.


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