In file visor.h:

class visorText : public visorDisplay

Text display

Inheritance:


Public Methods

void SetVerticalAlignment (int ver)
Set the vertical placement of the text
visorText (char *theLabel, int locX, int locY)
Create a text 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

Text display
void SetVerticalAlignment(int ver)
Set the vertical placement of the text. Use either: VISORTEXTTOP, VISORTEXTBOTTOM, VISORTEXTMIDDLE

visorText(char *theLabel, int locX, int locY)
Create a text display
Parameters:
theLabel - label to label the text with.
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