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

This part of a filter element interface describes which extra index is being referred to. More...

#include <irangeelementextra.h>

Public Member Functions

virtual int getIndex () const =0
 Returns the extra index, >= 0.
 
virtual void setIndex (int index)=0
 Sets the extra index, must be >=0 or will be ignored.
 
virtual IRangeElementgetIRangeElement ()=0
 Returns a pointer to the IRangeElement object.
 

Public Attributes

shared::Signal< int32 > indexChanged
 

Static Public Attributes

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

Detailed Description

This part of a filter element interface describes which extra index is being referred to.


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