Interface Library  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ILInterfaceIntSpinBox Class Reference

Inherits ILInterfaceIBox.

Public Member Functions

 ILInterfaceIntSpinBox ()
 
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
 
ILNodeparent () const
 
ILNodechildren () const
 
ILNodenext () const
 
bool enabled () const
 
ILNodefindChild (uint8 handle)
 
ILNodefindChild (ILNode *node, uint8 handle)
 
ILNodefindSibling (uint8 handle)
 
ILNodefindSibling (ILNode *node, uint8 handle)
 

Additional Inherited Members

- Public Types inherited from ILNode
enum  ILNodeType {
  NT_NONE,
  NT_LIBRARY,
  NT_WINDOW_TERMINAL,
  NT_WINDOW_OSCILLOSCOPE,
  NT_WINDOW_TABLE,
  NT_WINDOW_TREE,
  NT_WINDOW_GRAPHICS,
  NT_WINDOW_INTERFACE,
  NT_WINDOW_OSCILLOSCOPE_PLOT_BAR,
  NT_WINDOW_OSCILLOSCOPE_PLOT_CURVE,
  NT_WINDOW_OSCILLOSCOPE_PLOT_GRAPH,
  NT_WINDOW_OSCILLOSCOPE_PLOT_BOX,
  NT_WINDOW_INTERFACE_GBOX_GROUP_BOX,
  NT_WINDOW_INTERFACE_IBOX_PUSH_BUTTON,
  NT_WINDOW_INTERFACE_IBOX_RADIO_BUTTON,
  NT_WINDOW_INTERFACE_IBOX_CHECK_BOX,
  NT_WINDOW_INTERFACE_IBOX_LINE_EDIT,
  NT_WINDOW_INTERFACE_IBOX_INT_SPIN_BOX,
  NT_WINDOW_INTERFACE_IBOX_BIN_SPIN_BOX,
  NT_WINDOW_INTERFACE_IBOX_HEX_SPIN_BOX,
  NT_WINDOW_INTERFACE_IBOX_DOUBLE_SPIN_BOX,
  NT_WINDOW_INTERFACE_IBOX_TIME_EDIT,
  NT_WINDOW_INTERFACE_IBOX_DATE_EDIT,
  NT_WINDOW_INTERFACE_IBOX_DATE_TIME_EDIT,
  NT_WINDOW_INTERFACE_IBOX_SLIDER,
  NT_WINDOW_INTERFACE_IBOX_LABEL,
  NT_WINDOW_INTERFACE_IBOX_PROGRESS_BAR,
  NT_WINDOW_INTERFACE_IBOX_SEPERATOR
}
 

Constructor & Destructor Documentation

ILInterfaceIntSpinBox::ILInterfaceIntSpinBox ( )

Member Function Documentation

virtual ILNodeType ILInterfaceIntSpinBox::type ( ) const
virtual

Reimplemented from ILNode.

bool ILInterfaceIntSpinBox::init ( ILInterfaceGBox parent,
const char *  name,
bool  waitForResponse = false 
)
bool ILInterfaceIntSpinBox::reset ( bool  waitForResponse = false)
bool ILInterfaceIntSpinBox::setName ( const char *  name,
bool  waitForResponse = false 
)
bool ILInterfaceIntSpinBox::getName ( char *  name,
uint16  size 
)
bool ILInterfaceIntSpinBox::setPrefix ( const char *  prefix,
bool  waitForResponse = false 
)
bool ILInterfaceIntSpinBox::getPrefix ( char *  prefix,
uint16  size 
)
bool ILInterfaceIntSpinBox::setSuffix ( const char *  suffix,
bool  waitForResponse = false 
)
bool ILInterfaceIntSpinBox::getSuffix ( char *  suffix,
uint16  size 
)
bool ILInterfaceIntSpinBox::setSingleStep ( int32  singleStep,
bool  waitForResponse = false 
)
int32 ILInterfaceIntSpinBox::getSingleStep ( bool  bypassCache = false,
bool *  ok = 0 
)
bool ILInterfaceIntSpinBox::setPageStep ( int32  pageStep,
bool  waitForResponse = false 
)
int32 ILInterfaceIntSpinBox::getPageStep ( bool  bypassCache = false,
bool *  ok = 0 
)
bool ILInterfaceIntSpinBox::setMinimum ( int32  minimum,
bool  waitForResponse = false 
)
int32 ILInterfaceIntSpinBox::getMinimum ( bool  bypassCache = false,
bool *  ok = 0 
)
bool ILInterfaceIntSpinBox::setMaximum ( int32  maximum,
bool  waitForResponse = false 
)
int32 ILInterfaceIntSpinBox::getMaximum ( bool  bypassCache = false,
bool *  ok = 0 
)
bool ILInterfaceIntSpinBox::setValue ( int32  value,
bool  waitForResponse = false 
)
int32 ILInterfaceIntSpinBox::getValue ( bool  bypassCache = false,
bool *  ok = 0 
)
bool ILInterfaceIntSpinBox::setSpecialValueText ( const char *  specialValueText,
bool  waitForResponse = false 
)
bool ILInterfaceIntSpinBox::getSpecialValueText ( char *  specialValueText,
uint16  size 
)
bool ILInterfaceIntSpinBox::valueChanged ( )

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