Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | 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 uint64 getFirst () const =0
 Returns the first number in the range, see setRange()
 
virtual uint64 getSecond () const =0
 Returns the second number in the range, see setRange()
 
virtual void setRange (const uint64 &first, const uint64 &second)=0
 sets the range
 

Public Attributes

shared::Signal< uint64 > firstChanged
 
shared::Signal< uint64 > secondChanged
 

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: