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 CSMSExampleRTEContainer * | NewL (const TRect &aRect) |
static CSMSExampleRTEContainer * | NewLC (const TRect &aRect) |
Container control class.
Definition at line 15 of file SMSExampleRTEContainer.h.
CSMSExampleRTEContainer::~CSMSExampleRTEContainer | ( | ) |
Destructor.
Definition at line 67 of file SMSExampleRTEContainer.cpp.
CSMSExampleRTEContainer * CSMSExampleRTEContainer::NewL | ( | const TRect & | aRect | ) | [static] |
Symbian OS two-phased constructor.
aRect | Frame rectangle for container. |
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.
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.
aText | text to be displayed. |
Definition at line 76 of file SMSExampleRTEContainer.cpp.
void CSMSExampleRTEContainer::DrawTextL | ( | const TDesC & | aText | ) |
Print text on the screen.
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.
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.