CLogContainer Class Reference

List of all members.

Public Member Functions

 ~CLogContainer ()
void LogSectionTitleL (const TDesC &aSectionTitle)
void LogEntryL (TRefByValue< const TDesC > aFormatString,...)

Static Public Member Functions

static CLogContainerNewL (const TRect &aRect)
static CLogContainerNewLC (const TRect &aRect)

Detailed Description

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.


Constructor & Destructor Documentation

CLogContainer::~CLogContainer (  ) 

Destructor

Definition at line 47 of file LogContainer.cpp.


Member Function Documentation

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

Symbian two phase construction

Parameters:
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

Parameters:
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

Parameters:
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.

Parameters:
aFormatString specifies formatting to be done
... a variable list of arguments for the format string.

Definition at line 176 of file LogContainer.cpp.


Generated by  doxygen 1.6.2