In file visor.h:

class visorDial : public visorDisplay

Dial display to draw a "speed guage" dial.

Inheritance:


Public Methods

void SetPointerColor (int r, int g, int b)
Set the color of the dial pointer.
void SetValue (float val)
Set the value of the dial.
visorDial (char *theLabel, float minVal, float maxVal, int locX, int locY)
Create a dial 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

Dial display to draw a "speed guage" dial.
visorDial(char *theLabel, float minVal, float maxVal, int locX, int locY)
Create a dial display
Parameters:
theLabel - is the label to label the dial.
minVal - is the minimum value of the dial.
maxVal - is the maximum value of the dial.
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