|
NXWidgets
1.19
|
#include <cmediaplayer.hxx>

Public Member Functions | |
| CMediaPlayerFactory (CTaskbar *taskbar) | |
| ~CMediaPlayerFactory (void) | |
| IApplication * | create (void) |
| NXWidgets::IBitmap * | getIcon (void) |
Public Member Functions inherited from NxWM::IApplicationFactory | |
| virtual | ~IApplicationFactory (void) |
Private Attributes | |
| CTaskbar * | m_taskbar |
Definition at line 441 of file cmediaplayer.hxx.
| CMediaPlayerFactory::CMediaPlayerFactory | ( | CTaskbar * | taskbar | ) |
CMediaPlayerFactory Constructor
| taskbar. | The taskbar instance used to terminate calibration |
CMediaPlayerFactory Constructor
| taskbar. | The taskbar instance used to terminate the console |
Definition at line 1899 of file cmediaplayer.cxx.
|
inline |
CMediaPlayerFactory Destructor
Definition at line 459 of file cmediaplayer.hxx.
|
virtual |
Create a new instance of an CMediaPlayer (as IApplication).
Implements NxWM::IApplicationFactory.
Definition at line 1908 of file cmediaplayer.cxx.
|
virtual |
Get the icon associated with the application
Implements NxWM::IApplicationFactory.
Definition at line 1951 of file cmediaplayer.cxx.
|
private |
The taskbar
Definition at line 444 of file cmediaplayer.hxx.
1.8.13