Itasca C++ Interface
|
Interface to to a Range Element that selects integers between two values. More...
#include <irangeelementutil.h>
Public Member Functions | |
virtual quint64 | getFirst () const =0 |
Returns the first number in the range, see setRange() | |
virtual quint64 | getSecond () const =0 |
Returns the second number in the range, see setRange() | |
virtual void | setRange (const quint64 &first, const quint64 &second)=0 |
sets the range | |
virtual void | firstChanged (const quint64 &first)=0 |
Signal emitted when the first number in the range has changed, see setRange() | |
virtual void | secondChanged (const quint64 &second)=0 |
Signal emitted when the second number in the range has changed, see setRange() | |
Static Public Attributes | |
static const TType | type_ = 0x4c815ba0 |
The type identification number for this class, for use in convert_cast() and convert_getcast(). | |
Interface to to a Range Element that selects integers between two values.
This interface is similar to IRangeElementReal.