Interface Library
0.2
|
Inherits ILInterfaceIBox.
Public Member Functions | |
ILInterfaceDoubleSpinBox () | |
virtual ILNodeType | type () const |
bool | init (ILInterfaceGBox *parent, const char *name, bool waitForResponse=false) |
bool | reset (bool waitForResponse=false) |
bool | setName (const char *name, bool waitForResponse=false) |
bool | getName (char *name, uint16 size) |
bool | setPrefix (const char *prefix, bool waitForResponse=false) |
bool | getPrefix (char *prefix, uint16 size) |
bool | setSuffix (const char *suffix, bool waitForResponse=false) |
bool | getSuffix (char *suffix, uint16 size) |
bool | setSingleStep (float32 singleStep, bool waitForResponse=false) |
float32 | getSingleStep (bool bypassCache=false, bool *ok=0) |
bool | setPageStep (float32 pageStep, bool waitForResponse=false) |
float32 | getPageStep (bool bypassCache=false, bool *ok=0) |
bool | setMinimum (float32 minimum, bool waitForResponse=false) |
float32 | getMinimum (bool bypassCache=false, bool *ok=0) |
bool | setMaximum (float32 maximum, bool waitForResponse=false) |
float32 | getMaximum (bool bypassCache=false, bool *ok=0) |
bool | setValue (float32 value, bool waitForResponse=false) |
float32 | getValue (bool bypassCache=false, bool *ok=0) |
bool | setSpecialValueText (const char *specialValueText, bool waitForResponse=false) |
bool | getSpecialValueText (char *specialValueText, uint16 size) |
bool | valueChanged () |
Public Member Functions inherited from ILInterfaceIBox | |
ILInterfaceIBox () | |
Public Member Functions inherited from ILNode | |
ILNode () | |
virtual | ~ILNode () |
uint8 | handle () const |
ILNode * | parent () const |
ILNode * | children () const |
ILNode * | next () const |
bool | enabled () const |
ILNode * | findChild (uint8 handle) |
ILNode * | findChild (ILNode *node, uint8 handle) |
ILNode * | findSibling (uint8 handle) |
ILNode * | findSibling (ILNode *node, uint8 handle) |
ILInterfaceDoubleSpinBox::ILInterfaceDoubleSpinBox | ( | ) |
|
virtual |
Reimplemented from ILNode.
bool ILInterfaceDoubleSpinBox::init | ( | ILInterfaceGBox * | parent, |
const char * | name, | ||
bool | waitForResponse = false |
||
) |
bool ILInterfaceDoubleSpinBox::reset | ( | bool | waitForResponse = false | ) |
bool ILInterfaceDoubleSpinBox::setName | ( | const char * | name, |
bool | waitForResponse = false |
||
) |
bool ILInterfaceDoubleSpinBox::getName | ( | char * | name, |
uint16 | size | ||
) |
bool ILInterfaceDoubleSpinBox::setPrefix | ( | const char * | prefix, |
bool | waitForResponse = false |
||
) |
bool ILInterfaceDoubleSpinBox::getPrefix | ( | char * | prefix, |
uint16 | size | ||
) |
bool ILInterfaceDoubleSpinBox::setSuffix | ( | const char * | suffix, |
bool | waitForResponse = false |
||
) |
bool ILInterfaceDoubleSpinBox::getSuffix | ( | char * | suffix, |
uint16 | size | ||
) |
bool ILInterfaceDoubleSpinBox::setSingleStep | ( | float32 | singleStep, |
bool | waitForResponse = false |
||
) |
float32 ILInterfaceDoubleSpinBox::getSingleStep | ( | bool | bypassCache = false , |
bool * | ok = 0 |
||
) |
bool ILInterfaceDoubleSpinBox::setPageStep | ( | float32 | pageStep, |
bool | waitForResponse = false |
||
) |
float32 ILInterfaceDoubleSpinBox::getPageStep | ( | bool | bypassCache = false , |
bool * | ok = 0 |
||
) |
bool ILInterfaceDoubleSpinBox::setMinimum | ( | float32 | minimum, |
bool | waitForResponse = false |
||
) |
float32 ILInterfaceDoubleSpinBox::getMinimum | ( | bool | bypassCache = false , |
bool * | ok = 0 |
||
) |
bool ILInterfaceDoubleSpinBox::setMaximum | ( | float32 | maximum, |
bool | waitForResponse = false |
||
) |
float32 ILInterfaceDoubleSpinBox::getMaximum | ( | bool | bypassCache = false , |
bool * | ok = 0 |
||
) |
bool ILInterfaceDoubleSpinBox::setValue | ( | float32 | value, |
bool | waitForResponse = false |
||
) |
float32 ILInterfaceDoubleSpinBox::getValue | ( | bool | bypassCache = false , |
bool * | ok = 0 |
||
) |
bool ILInterfaceDoubleSpinBox::setSpecialValueText | ( | const char * | specialValueText, |
bool | waitForResponse = false |
||
) |
bool ILInterfaceDoubleSpinBox::getSpecialValueText | ( | char * | specialValueText, |
uint16 | size | ||
) |
bool ILInterfaceDoubleSpinBox::valueChanged | ( | ) |