Public Member Functions | |
| void | ConstructL (const TRect &aRect) |
| ~CBluetoothPMPExampleRTEContainer () | |
| void | DrawTextL (const TDesC &aText) |
| void | DrawTextWithoutCarriageL (const TDesC &aText) |
| void | DrawUnderlinedTextL (const TDesC &aText) |
| void | DrawLineL () |
| void | AddCarriageReturnL () |
| void | ShowMessageL (const TDesC &aMsg) |
| void | SizeChanged () |
| void | ClearScreenL () |
Static Public Member Functions | |
| static CBluetoothPMPExampleRTEContainer * | NewL (const TRect &aRect) |
| static CBluetoothPMPExampleRTEContainer * | NewLC (const TRect &aRect) |
CBluetoothPMPExampleRTEContainer Container control class.
Definition at line 20 of file BluetoothPMPExampleRTEContainer.h.
| CBluetoothPMPExampleRTEContainer::~CBluetoothPMPExampleRTEContainer | ( | ) |
Destructor.
Definition at line 58 of file BluetoothPMPExampleRTEContainer.cpp.
| CBluetoothPMPExampleRTEContainer * CBluetoothPMPExampleRTEContainer::NewL | ( | const TRect & | aRect | ) | [static] |
Create new CBluetoothPMPExampleRTEContainer object
| aRect | Frame rectangle for container. |
Definition at line 14 of file BluetoothPMPExampleRTEContainer.cpp.
| CBluetoothPMPExampleRTEContainer * CBluetoothPMPExampleRTEContainer::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC
Definition at line 26 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::ConstructL | ( | const TRect & | aRect | ) |
Symbian OS default constructor.
| aRect | Frame rectangle for container. |
Definition at line 39 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::DrawTextL | ( | const TDesC & | aText | ) |
Print text on the screen.
| aText | text to be displayed. |
Definition at line 106 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::DrawTextWithoutCarriageL | ( | const TDesC & | aText | ) |
Print text on the screen. No Carriage return at the end.
| aText | text to be displayed. |
Definition at line 112 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::DrawUnderlinedTextL | ( | const TDesC & | aText | ) |
Print underlined text on the screen.
| aText | text to be displayed. |
Definition at line 63 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::DrawLineL | ( | ) |
Draw one line.
Definition at line 71 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::AddCarriageReturnL | ( | ) |
Add one line break.
Definition at line 118 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::ShowMessageL | ( | const TDesC & | aMsg | ) |
Adds a line of text to the text area
Definition at line 149 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::SizeChanged | ( | ) |
From CoeControl,SizeChanged.
Definition at line 97 of file BluetoothPMPExampleRTEContainer.cpp.
| void CBluetoothPMPExampleRTEContainer::ClearScreenL | ( | ) |
Removes all text
Definition at line 154 of file BluetoothPMPExampleRTEContainer.cpp.
1.6.2