In file visor.h:

class visorValue : public visorDisplay

Value display

Inheritance:


Public Methods

float GetValue ()
Get the value of the display.
void SetValue (float val)
Set the value of the display.
visorValue (char *theLabel, float val, int locX, int locY)
Create a value display

Inherited from visorDisplay:

Public Methods

int GetBorder()
int GetSelectable()
int GetVisible()
void SetAutoFire(int autof)
void SetBorder(int bo)
void SetBorderColor(int r, int g, int b)
void SetCallBack(void (*cb)())
void SetForegroundColor(int r, int g, int b)
void SetLabel(char *val)
void SetLabelColor(int r, int g, int b)
void SetOneShot(int ones)
void SetSelectable(int sel)
void SetSelectableColor(int r, int g, int b)
void SetSelectedColor(int r, int g, int b)
void SetVisible(int vis)

Documentation

Value display
visorValue(char *theLabel, float val, int locX, int locY)
Create a value display
Parameters:
theLabel - label to place in display.
val - value to set in the display.
locX - ,locY is the location to position the display.


This class has no child classes.

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