CRichTextEditorRTE Class Reference

List of all members.

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 CRichTextEditorRTENewL ()
static CRichTextEditorRTENewLC ()
static CRichTextEditorRTENewL (const CCoeControl &aView)
static CRichTextEditorRTENewLC (const CCoeControl &aView)

Detailed Description

CRichTextEditorRTE Editor that prints text.

Definition at line 22 of file BluetoothPMPExampleRichtexteditorrte.h.


Member Function Documentation

CRichTextEditorRTE * CRichTextEditorRTE::NewL (  )  [static]

Create a CRichTextEditorRTE object.

Returns:
Instance of CRichTextEditorRTE.

Definition at line 158 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

CRichTextEditorRTE * CRichTextEditorRTE::NewLC (  )  [static]

Create a CRichTextEditorRTE object.

Returns:
Instance of CRichTextEditorRTE.

Definition at line 170 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::AddCarriageReturnL ( TInt  pos  ) 

Add one carriage return to the spesified position.

Definition at line 50 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::AddTextL ( const TDesC &  aText  ) 

Print text on the screen.

Parameters:
aText text to be displayed

Definition at line 68 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::SetTextUnderlineOn ( TBool  aUnderlineOn  ) 

Set text undeline on.

Parameters:
aUnderlineOn ETrue if underline is used, EFalse otherwise.

Definition at line 129 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::DrawTextWithoutCarriageL ( const TDesC &  aText  ) 

Print text on the screen. No Carriage return at the end.

Parameters:
aText text to be displayed

Definition at line 107 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::DrawLineL (  ) 

Draw a line that separates log events

Definition at line 147 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

void CRichTextEditorRTE::ClearScreenL (  ) 

Clears the screen from log text

Definition at line 212 of file BluetoothPMPExampleRichTextEditorRTE.cpp.

CRichTextEditorRTE * CRichTextEditorRTE::NewL ( const CCoeControl &  aView  )  [static]

NewL()

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]

NewLC()

Definition at line 82 of file richtexteditorrte.cpp.


Generated by  doxygen 1.6.2