#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) |
Public Member Functions inherited from PsTaoComponent | |
| 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 | |
Public Types inherited from PsTaoComponent | |
| enum | PsComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, EXTERNAL_SPEAKER } |
Protected Member Functions inherited from PsTaoComponent | |
| PsTaoComponent (const UtlString &rComponentName, int componentType) | |
| PsTaoComponent () | |
| virtual | ~PsTaoComponent () |
| OsMutex * | getMutex (void) |
Protected Attributes inherited from PsTaoComponent | |
| 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 |