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

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

#include <irangeelementseltype.h>

Public Member Functions

virtual IRangeElementgetIRangeElement ()=0
 Returns a pointer to itself.
 
virtual QStringList getSELTypeNames () const =0
 Returns a list of valid SEL names: Any, Shell, Beam, Cable, Pile, Liner and Geogrid.
 
virtual QString getNameFromType (TType type) const =0
 
virtual int getIndexFromType (TType type) const =0
 
virtual int getSELTypeIndex () const =0
 
virtual void setSELTypeIndex (int index)=0
 Sets the SEL type as an index into the list returned from getSelTypeNames().
 

Public Attributes

shared::Signal< int > selTypeIndexChanged
 

Static Public Attributes

static const TType type_ = 0x4c815be6
 Type identification number for this class, used in convert_cast() & convert_getcast().
 

Detailed Description

Interface to a filter element that allows user to filter based on a SEL type.

Member Function Documentation

◆ getSELTypeIndex()

virtual int sel::IRangeElementSELType::getSELTypeIndex ( ) const
pure virtual

Returns current type being selected, as an index into the stringlist returned
by getSelTypeNames().


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