Public Member Functions | |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
void | AddCarriageReturnL (TInt pos) |
void | AddTextL (const TDesC &aText) |
void | SetTextUnderlineOn (TBool aUnderlineOn) |
void | DrawTextWithoutCarriageL (const TDesC &aText) |
void | DrawLineL () |
void | ClearScreenL () |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
void | AddCarriageReturnL () |
void | AddTextL (const TDesC &aText) |
Static Public Member Functions | |
static CRichTextEditorRTE * | NewL () |
static CRichTextEditorRTE * | NewLC () |
static CRichTextEditorRTE * | NewL (const CCoeControl &aView) |
static CRichTextEditorRTE * | NewLC (const CCoeControl &aView) |
CRichTextEditorRTE Editor that prints text.
Definition at line 47 of file BluetoothPMPExampleRichtexteditorrte.h.
CRichTextEditorRTE * CRichTextEditorRTE::NewL | ( | ) | [static] |
Create a CRichTextEditorRTE object.
Definition at line 183 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
CRichTextEditorRTE * CRichTextEditorRTE::NewLC | ( | ) | [static] |
Create a CRichTextEditorRTE object.
Definition at line 195 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::AddCarriageReturnL | ( | TInt | pos | ) |
Add one carriage return to the spesified position.
Definition at line 75 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::AddTextL | ( | const TDesC & | aText | ) |
Print text on the screen.
aText | text to be displayed |
Definition at line 93 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::SetTextUnderlineOn | ( | TBool | aUnderlineOn | ) |
Set text undeline on.
aUnderlineOn | ETrue if underline is used, EFalse otherwise. |
Definition at line 154 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::DrawTextWithoutCarriageL | ( | const TDesC & | aText | ) |
Print text on the screen. No Carriage return at the end.
aText | text to be displayed |
Definition at line 132 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::DrawLineL | ( | ) |
Draw a line that separates log events
Definition at line 172 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
void CRichTextEditorRTE::ClearScreenL | ( | ) |
Clears the screen from log text
Definition at line 237 of file BluetoothPMPExampleRichTextEditorRTE.cpp.
CRichTextEditorRTE * CRichTextEditorRTE::NewL | ( | const CCoeControl & | aView | ) | [static] |
discussion Create a CRichTextEditorRTE object, which will draw itself to aRect
Definition at line 75 of file richtexteditorrte.cpp.
CRichTextEditorRTE * CRichTextEditorRTE::NewLC | ( | const CCoeControl & | aView | ) | [static] |
Definition at line 82 of file richtexteditorrte.cpp.