Base class for each individual visor display panel
![]() | GetBorder () Get current border visibility value. |
![]() | GetSelectable () Get current selectability value. |
![]() | GetVisible () Get the current visibility value. |
![]() | SetAutoFire (int autof) Setting this to 1 means the user can hold down the selection wand button and trigger the selection multiple times hence calling the user's callback multiple times. |
![]() | SetBorder (int bo) Set the border to be drawn (1) or not drawn (0) |
![]() | SetBorderColor (int r, int g, int b) Set the border color (as RGB components between 0 and 255). |
![]() | SetCallBack (void (*cb)()) Set user callback. |
![]() | SetForegroundColor (int r, int g, int b) Set the foreground color (as RGB components between 0 and 255). |
![]() | SetLabel (char *val) Set text for label. |
![]() | SetLabelColor (int r, int g, int b) Set the label color (as RGB components between 0 and 255). |
![]() | SetOneShot (int ones) Setting this to 1 means selecting a menu item will immediately close the menu after it. Otherwise the menu remains to allow the user to make another selection. |
![]() | SetSelectable (int sel) Make the display selectable (1) or not selectable (0) |
![]() | SetSelectableColor (int r, int g, int b) Set the color to indicate that a display is selectable (as RGB components between 0 and 255). |
![]() | SetSelectedColor (int r, int g, int b) Set the color when selections are made (as RGB components between 0 and 255). |
![]() | SetVisible (int vis) Set visibility of display to either 1 (visible) or 0 (not visible) |
Base class for each individual visor display panel. DO NOT create an object of this class.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de