#include <sidplay_view.h>
Collaboration diagram for CSidPlayAppView:
Public Member Functions | |
~CSidPlayAppView () | |
D'tor. | |
void | ConstructL (const TRect &aRect, CSidPlayer *aThePlayer) |
safe constructor | |
CSidPlayer * | SidPlayer () const |
Private Member Functions | |
void | Draw (const TRect &) const |
draw the client rectangular area | |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
TInt | CountComponentControls () const |
return number of component controls in our control | |
CCoeControl * | ComponentControl (TInt aIndex) const |
return the pointer to the control given in the index | |
Private Attributes | |
CSidPlayer * | iThePlayer |
CSidPlayerTimeView * | iTimeView |
CSidPlayerStatusView * | iStatusView |
Friends | |
class | CSidPlayAppUi |
Definition at line 85 of file sidplay_view.h.
|
D'tor.
Definition at line 350 of file sidplay_view.cpp. References DTOR, iStatusView, and iTimeView. |
|
return the pointer to the control given in the index
Definition at line 394 of file sidplay_view.cpp. |
|
safe constructor
Definition at line 261 of file sidplay_view.cpp. References CSidPlayerTimeView::ConstructL(), CSidPlayerStatusView::ConstructL(), CTOR, iStatusView, iThePlayer, iTimeView, KVolumeSteps, and CSidPlayer::VolumeDelta(). Referenced by CSidPlayAppUi::ConstructL(). |
|
return number of component controls in our control
Definition at line 381 of file sidplay_view.cpp. |
|
draw the client rectangular area
Definition at line 365 of file sidplay_view.cpp. |
|
Definition at line 373 of file sidplay_view.cpp. |
|
Definition at line 92 of file sidplay_view.h. References iThePlayer. |
|
Definition at line 88 of file sidplay_view.h. |
|
Definition at line 104 of file sidplay_view.h. Referenced by ConstructL(), CSidPlayAppUi::HandleCommandL(), CSidPlayAppUi::HandleKeyEventL(), and ~CSidPlayAppView(). |
|
Definition at line 101 of file sidplay_view.h. Referenced by ConstructL(), and SidPlayer(). |
|
Definition at line 103 of file sidplay_view.h. Referenced by ConstructL(), and ~CSidPlayAppView(). |