Public Member Functions | |
~CAudioStreamView () | |
void | ShowMessageL (const TDesC &) |
Static Public Member Functions | |
static CAudioStreamView * | NewL (const TRect &aRect, CAudioStreamEngine *aEngine) |
static CAudioStreamView * | NewLC (const TRect &aRect, CAudioStreamEngine *aEngine) |
CAudioStreamView container control class.
Definition at line 22 of file AudioStreamView.h.
CAudioStreamView::~CAudioStreamView | ( | ) |
discussion Destroy the object and release all memory objects
Definition at line 96 of file AudioStreamView.cpp.
CAudioStreamView * CAudioStreamView::NewL | ( | const TRect & | aRect, | |
CAudioStreamEngine * | aEngine | |||
) | [static] |
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] |
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 | ) |
discussion Displays application messages for user
param aMsg text to be displayed
Definition at line 179 of file AudioStreamView.cpp.