#include <PtPhoneGraphicDisplay.h>
Public Member Functions | |
PtPhoneGraphicDisplay (int type=PtComponent::GRAPHIC_DISPLAY) | |
PtPhoneGraphicDisplay (TaoClientTask *pClient, int type=PtComponent::GRAPHIC_DISPLAY) | |
PtPhoneGraphicDisplay (const PtPhoneGraphicDisplay &rPtPhoneGraphicDisplay) | |
PtPhoneGraphicDisplay & | operator= (const PtPhoneGraphicDisplay &rhs) |
virtual | ~PtPhoneGraphicDisplay () |
![]() | |
PtPhoneDisplay (TaoClientTask *pClient, int type=PtComponent::DISPLAY) | |
PtPhoneDisplay (int type=PtComponent::DISPLAY) | |
PtPhoneDisplay (const PtPhoneDisplay &rPtPhoneDisplay) | |
PtPhoneDisplay & | operator= (const PtPhoneDisplay &rhs) |
virtual | ~PtPhoneDisplay () |
PtStatus | setContrast (int level) |
PtStatus | getContrast (int &rLevel, int &rLow, int &rHigh, int &rNominal) |
![]() | |
PtComponent () | |
PtComponent (const PtComponent &rPtComponent) | |
PtComponent & | operator= (const PtComponent &rhs) |
PtComponent (int componentType) | |
PtComponent (const char *&rName) | |
param: componentType - The type of telephone hardware modeled by this component More... | |
virtual | ~PtComponent () |
param: rName - The name of telephone hardware modeled by this component name: button name: hookswitch name: display name: graphic_display name: text_display name: lamp name: microphone name: ringer name: speaker name: unknown More... | |
void | setGroupType (int groupType) |
virtual PtStatus | getName (char *rpName, int maxLen) |
virtual PtStatus | getType (int &rType) |
param: (out) rpName - The reference used to return the name retcode: PT_SUCCESS - Success retcode: PT_PROVIDER_UNAVAILABLE - The provider is not available More... | |
Additional Inherited Members | |
![]() | |
enum | ComponentType { BUTTON, DISPLAY, GRAPHIC_DISPLAY, HOOKSWITCH, LAMP, MICROPHONE, RINGER, SPEAKER, TEXT_DISPLAY, EXTERNAL_SPEAKER, UNKNOWN } |
![]() | |
int | mGroupType |
![]() | |
TaoClientTask * | mpClient |
OsTime | mTimeOut |
![]() | |
int | mType |
char | mpName [21] |
PtPhoneGraphicDisplay | ( | int | type = PtComponent::GRAPHIC_DISPLAY | ) |
PtPhoneGraphicDisplay | ( | TaoClientTask * | pClient, |
int | type = PtComponent::GRAPHIC_DISPLAY |
||
) |
PtPhoneGraphicDisplay | ( | const PtPhoneGraphicDisplay & | rPtPhoneGraphicDisplay | ) |
|
virtual |
PtPhoneGraphicDisplay & operator= | ( | const PtPhoneGraphicDisplay & | rhs | ) |