#include <sidplay_view.h>
Public Member Functions | |
~CSidPlayerStatusView () | |
D'tor. | |
void | ConstructL (const TRect &aRect, CCoeControl *aParent) |
safe constructor | |
Private Member Functions | |
void | Draw (const TRect &) const |
draw the status view area | |
Private Attributes | |
CCoeControl * | iParent |
the guy who owns us |
Definition at line 47 of file sidplay_view.h.
|
D'tor.
Definition at line 48 of file sidplay_view.cpp. References DTOR. |
|
safe constructor
Definition at line 28 of file sidplay_view.cpp. Referenced by CSidPlayAppView::ConstructL(). |
|
draw the status view area
Definition at line 57 of file sidplay_view.cpp. References sidTuneInfo::authorString, sidTuneInfo::copyrightString, sidTuneInfo::currentSong, ELOG1, sidTune::getInfo(), sidTuneInfo::nameString, and sidTuneInfo::songs. |
|
the guy who owns us
Definition at line 56 of file sidplay_view.h. Referenced by ConstructL(). |