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

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().
 

Detailed Description

Interface to to a Range Element that selects integers between two values.

This interface is similar to IRangeElementReal.


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