Public Member Functions | |
~CLogContainer () | |
void | LogSectionTitleL (const TDesC &aSectionTitle) |
void | LogEntryL (TRefByValue< const TDesC > aFormatString,...) |
Static Public Member Functions | |
static CLogContainer * | NewL (const TRect &aRect) |
static CLogContainer * | NewLC (const TRect &aRect) |
Class: CLogContainer
Discussion: Simple container which displays a scrollable text log on screen. The log is contained within a single CEikEdwin child control.
Definition at line 28 of file LogContainer.h.
CLogContainer::~CLogContainer | ( | ) |
Destructor
Definition at line 47 of file LogContainer.cpp.
CLogContainer * CLogContainer::NewL | ( | const TRect & | aRect | ) | [static] |
Symbian two phase construction
aRect | is the screen size for the container. |
Definition at line 28 of file LogContainer.cpp.
CLogContainer * CLogContainer::NewLC | ( | const TRect & | aRect | ) | [static] |
Symbian two phase construction
aRect | is the screen size for the container. |
Definition at line 38 of file LogContainer.cpp.
void CLogContainer::LogSectionTitleL | ( | const TDesC & | aSectionTitle | ) |
Create a new section title
aSectionTitle | creates a new section break in the screen log |
Definition at line 163 of file LogContainer.cpp.
void CLogContainer::LogEntryL | ( | TRefByValue< const TDesC > | aFormatString, | |
... | ||||
) |
Format a log text entry with a variable list of arguments.
aFormatString | specifies formatting to be done | |
... | a variable list of arguments for the format string. |
Definition at line 176 of file LogContainer.cpp.