In file visor.h:

class visorDisplay

Base class for each individual visor display panel

Inheritance:


Public Methods

int GetBorder ()
Get current border visibility value.
int GetSelectable ()
Get current selectability value.
int GetVisible ()
Get the current visibility value.
void 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.
void SetBorder (int bo)
Set the border to be drawn (1) or not drawn (0)
void SetBorderColor (int r, int g, int b)
Set the border color (as RGB components between 0 and 255).
void SetCallBack (void (*cb)())
Set user callback.
void SetForegroundColor (int r, int g, int b)
Set the foreground color (as RGB components between 0 and 255).
void SetLabel (char *val)
Set text for label.
void SetLabelColor (int r, int g, int b)
Set the label color (as RGB components between 0 and 255).
void 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.
void SetSelectable (int sel)
Make the display selectable (1) or not selectable (0)
void SetSelectableColor (int r, int g, int b)
Set the color to indicate that a display is selectable (as RGB components between 0 and 255).
void SetSelectedColor (int r, int g, int b)
Set the color when selections are made (as RGB components between 0 and 255).
void SetVisible (int vis)
Set visibility of display to either 1 (visible) or 0 (not visible)

Documentation

Base class for each individual visor display panel. DO NOT create an object of this class.

Direct child classes:
visorXY
visorValue
visorText
visorIcon
visorDial

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de