Public Member Functions | |
~CMediaClientView () | |
void | SetDescription (const TDesC &aDescription) |
Static Public Member Functions | |
static CMediaClientView * | NewL (const TRect &aRect, CMediaClientEngine &aEngine) |
It simply writes a string describing the current state of the application.
Definition at line 30 of file CMediaClientView.h.
CMediaClientView::~CMediaClientView | ( | ) |
Destructor. Construction and destruction
Definition at line 52 of file CMediaClientView.cpp.
CMediaClientView * CMediaClientView::NewL | ( | const TRect & | aRect, | |
CMediaClientEngine & | aEngine | |||
) | [static] |
Allocates and constructs a new view. Construction and destruction
aRect | App UI area | |
aEngine | Application engine |
Definition at line 27 of file CMediaClientView.cpp.
void CMediaClientView::SetDescription | ( | const TDesC & | aDescription | ) |
Sets the view's text.
aDescription | View's new text |
Definition at line 56 of file CMediaClientView.cpp.