#include <PsTaoDisplay.h>
Public Member Functions | |
void | setDisplay (const char *&string, int x, int y) |
int | getDisplayRows () |
int | getDisplayColumns () |
char * | getDisplay (int x, int y) |
![]() | |
void | getName (UtlString &rName) |
int | getType (void) |
Private Member Functions | |
PsTaoDisplay (const UtlString &rName, int initialState) | |
virtual | ~PsTaoDisplay () |
PsTaoDisplay () | |
PsTaoDisplay (const PsTaoDisplay &rPsTaoDisplay) | |
PsTaoDisplay & | operator= (const PsTaoDisplay &rhs) |
Friends | |
class | PsPhoneTask |
Additional Inherited Members | |
![]() | |
enum | PsComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, EXTERNAL_SPEAKER } |
![]() | |
PsTaoComponent (const UtlString &rComponentName, int componentType) | |
PsTaoComponent () | |
virtual | ~PsTaoComponent () |
OsMutex * | getMutex (void) |
![]() | |
OsMutex | mMutex |
UtlString | mName |
int | mType |
|
private |
|
privatevirtual |
|
private |
|
private |
char* getDisplay | ( | int | x, |
int | y | ||
) |
int getDisplayColumns | ( | ) |
int getDisplayRows | ( | ) |
|
private |
void setDisplay | ( | const char *& | string, |
int | x, | ||
int | y | ||
) |
|
friend |