|
NXWidgets
1.19
|
#include <cnxterm.hxx>

Public Member Functions | |
| CNxTermFactory (CTaskbar *taskbar) | |
| ~CNxTermFactory (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 206 of file cnxterm.hxx.
| CNxTermFactory::CNxTermFactory | ( | CTaskbar * | taskbar | ) |
CNxTermFactory Constructor
| taskbar. | The taskbar instance used to terminate calibration |
CNxTermFactory Constructor
| taskbar. | The taskbar instance used to terminate the console |
Definition at line 586 of file cnxterm.cxx.
|
inline |
CNxTermFactory Destructor
Definition at line 224 of file cnxterm.hxx.
|
virtual |
Create a new instance of an CNxTerm (as IApplication).
Implements NxWM::IApplicationFactory.
Definition at line 595 of file cnxterm.cxx.
|
virtual |
Get the icon associated with the application
Implements NxWM::IApplicationFactory.
Definition at line 638 of file cnxterm.cxx.
|
private |
The taskbar
Definition at line 209 of file cnxterm.hxx.
1.8.13