CAudioStreamView Class Reference

List of all members.

Public Member Functions

 ~CAudioStreamView ()
void ShowMessageL (const TDesC &)

Static Public Member Functions

static CAudioStreamViewNewL (const TRect &aRect, CAudioStreamEngine *aEngine)
static CAudioStreamViewNewLC (const TRect &aRect, CAudioStreamEngine *aEngine)

Detailed Description

CAudioStreamView container control class.

Definition at line 22 of file AudioStreamView.h.


Constructor & Destructor Documentation

CAudioStreamView::~CAudioStreamView (  ) 

~CAudioStreamView()

discussion Destroy the object and release all memory objects

Definition at line 96 of file AudioStreamView.cpp.


Member Function Documentation

CAudioStreamView * CAudioStreamView::NewL ( const TRect &  aRect,
CAudioStreamEngine aEngine 
) [static]

NewL()

discussion Create new CAudioStreamView object, being able to draw itself into aRect

param aRect the rectangle this view will be drawn to param aEngine the engine which core logic is used by this simple view return a pointer to the created instance of CAudioStreamView

Definition at line 17 of file AudioStreamView.cpp.

CAudioStreamView * CAudioStreamView::NewLC ( const TRect &  aRect,
CAudioStreamEngine aEngine 
) [static]

NewLC()

discussion Create new CAudioStreamView object, being able to draw itself into aRect

param aRect the rectangle this view will be drawn to return a pointer to the created instance of CAudioStreamView which has also been pushed to cleanup stack

Definition at line 25 of file AudioStreamView.cpp.

void CAudioStreamView::ShowMessageL ( const TDesC &  aMsg  ) 

ShowMessageL()

discussion Displays application messages for user

param aMsg text to be displayed

Definition at line 179 of file AudioStreamView.cpp.


Generated by  doxygen 1.6.2