CSMSExampleRTEContainer Class Reference

List of all members.

Public Member Functions

void ConstructL (const TRect &aRect)
 ~CSMSExampleRTEContainer ()
void DrawTextWithoutCarriageL (const TDesC &aText)
void DrawTextL (const TDesC &aText)
void AddCarriageReturnL ()
void DrawUnderlinedTextL (const TDesC &aText)
void DrawLineL ()

Static Public Member Functions

static CSMSExampleRTEContainerNewL (const TRect &aRect)
static CSMSExampleRTEContainerNewLC (const TRect &aRect)

Detailed Description

Container control class.

Definition at line 15 of file SMSExampleRTEContainer.h.


Constructor & Destructor Documentation

CSMSExampleRTEContainer::~CSMSExampleRTEContainer (  ) 

Destructor.

Definition at line 67 of file SMSExampleRTEContainer.cpp.


Member Function Documentation

CSMSExampleRTEContainer * CSMSExampleRTEContainer::NewL ( const TRect &  aRect  )  [static]

Symbian OS two-phased constructor.

Parameters:
aRect Frame rectangle for container.
Returns:
a pointer to the created instance of CSMSExampleRTEContainer.

Definition at line 25 of file SMSExampleRTEContainer.cpp.

CSMSExampleRTEContainer * CSMSExampleRTEContainer::NewLC ( const TRect &  aRect  )  [static]

Symbian OS two-phased constructor.

Definition at line 35 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::ConstructL ( const TRect &  aRect  ) 

Symbian OS default constructor.

Parameters:
aRect Frame rectangle for container.

Definition at line 46 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::DrawTextWithoutCarriageL ( const TDesC &  aText  ) 

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

Parameters:
aText text to be displayed.

Definition at line 76 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::DrawTextL ( const TDesC &  aText  ) 

Print text on the screen.

Parameters:
aText text to be displayed.

Definition at line 95 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::AddCarriageReturnL (  ) 

Add one line break.

Definition at line 108 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::DrawUnderlinedTextL ( const TDesC &  aText  ) 

Print underlined text on the screen.

Parameters:
aText text to be displayed.

Definition at line 117 of file SMSExampleRTEContainer.cpp.

void CSMSExampleRTEContainer::DrawLineL (  ) 

Draw one line.

Definition at line 129 of file SMSExampleRTEContainer.cpp.


Generated by  doxygen 1.6.2