![]() |
Interface Library
0.2
|
Inherits ILInterfaceIBox.
Public Member Functions | |
| ILInterfaceBinSpinBox () | |
| 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 (int32 singleStep, bool waitForResponse=false) |
| int32 | getSingleStep (bool bypassCache=false, bool *ok=0) |
| bool | setPageStep (int32 pageStep, bool waitForResponse=false) |
| int32 | getPageStep (bool bypassCache=false, bool *ok=0) |
| bool | setMinimum (int32 minimum, bool waitForResponse=false) |
| int32 | getMinimum (bool bypassCache=false, bool *ok=0) |
| bool | setMaximum (int32 maximum, bool waitForResponse=false) |
| int32 | getMaximum (bool bypassCache=false, bool *ok=0) |
| bool | setValue (int32 value, bool waitForResponse=false) |
| int32 | 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) |
| ILInterfaceBinSpinBox::ILInterfaceBinSpinBox | ( | ) |
|
virtual |
Reimplemented from ILNode.
| bool ILInterfaceBinSpinBox::init | ( | ILInterfaceGBox * | parent, |
| const char * | name, | ||
| bool | waitForResponse = false |
||
| ) |
| bool ILInterfaceBinSpinBox::reset | ( | bool | waitForResponse = false | ) |
| bool ILInterfaceBinSpinBox::setName | ( | const char * | name, |
| bool | waitForResponse = false |
||
| ) |
| bool ILInterfaceBinSpinBox::getName | ( | char * | name, |
| uint16 | size | ||
| ) |
| bool ILInterfaceBinSpinBox::setPrefix | ( | const char * | prefix, |
| bool | waitForResponse = false |
||
| ) |
| bool ILInterfaceBinSpinBox::getPrefix | ( | char * | prefix, |
| uint16 | size | ||
| ) |
| bool ILInterfaceBinSpinBox::setSuffix | ( | const char * | suffix, |
| bool | waitForResponse = false |
||
| ) |
| bool ILInterfaceBinSpinBox::getSuffix | ( | char * | suffix, |
| uint16 | size | ||
| ) |
| bool ILInterfaceBinSpinBox::setSingleStep | ( | int32 | singleStep, |
| bool | waitForResponse = false |
||
| ) |
| int32 ILInterfaceBinSpinBox::getSingleStep | ( | bool | bypassCache = false, |
| bool * | ok = 0 |
||
| ) |
| bool ILInterfaceBinSpinBox::setPageStep | ( | int32 | pageStep, |
| bool | waitForResponse = false |
||
| ) |
| int32 ILInterfaceBinSpinBox::getPageStep | ( | bool | bypassCache = false, |
| bool * | ok = 0 |
||
| ) |
| bool ILInterfaceBinSpinBox::setMinimum | ( | int32 | minimum, |
| bool | waitForResponse = false |
||
| ) |
| int32 ILInterfaceBinSpinBox::getMinimum | ( | bool | bypassCache = false, |
| bool * | ok = 0 |
||
| ) |
| bool ILInterfaceBinSpinBox::setMaximum | ( | int32 | maximum, |
| bool | waitForResponse = false |
||
| ) |
| int32 ILInterfaceBinSpinBox::getMaximum | ( | bool | bypassCache = false, |
| bool * | ok = 0 |
||
| ) |
| bool ILInterfaceBinSpinBox::setValue | ( | int32 | value, |
| bool | waitForResponse = false |
||
| ) |
| int32 ILInterfaceBinSpinBox::getValue | ( | bool | bypassCache = false, |
| bool * | ok = 0 |
||
| ) |
| bool ILInterfaceBinSpinBox::setSpecialValueText | ( | const char * | specialValueText, |
| bool | waitForResponse = false |
||
| ) |
| bool ILInterfaceBinSpinBox::getSpecialValueText | ( | char * | specialValueText, |
| uint16 | size | ||
| ) |
| bool ILInterfaceBinSpinBox::valueChanged | ( | ) |