#include <sidplay_view.h>
Public Member Functions | |
| ~CSidPlayerTimeView () | |
| 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 | |
| CPeriodic * | iPeriodic |
| periodic timer to update view | |
Friends | |
| TInt | SidPlayerTimeViewPeriodicUpdate (TAny *aPtr) |
| Called every second by periodic timer. | |
Definition at line 65 of file sidplay_view.h.
|
|
D'tor.
Definition at line 181 of file sidplay_view.cpp. References iPeriodic. |
|
||||||||||||
|
safe constructor
Definition at line 159 of file sidplay_view.cpp. References iParent, iPeriodic, and SidPlayerTimeViewPeriodicUpdate(). Referenced by CSidPlayAppView::ConstructL(). |
|
|
draw the status view area
Definition at line 194 of file sidplay_view.cpp. References emuEngine::getSecondsThisSong(), and emuEngine::getSecondsTotal(). |
|
|
Called every second by periodic timer.
Definition at line 147 of file sidplay_view.cpp. |
|
|
the guy who owns us
Definition at line 74 of file sidplay_view.h. Referenced by ConstructL(), and SidPlayerTimeViewPeriodicUpdate(). |
|
|
periodic timer to update view
Definition at line 75 of file sidplay_view.h. Referenced by ConstructL(), and ~CSidPlayerTimeView(). |
1.3.3