|
NXWidgets
1.19
|
#include <ccalibration.hxx>

Public Member Functions | |
| CCalibrationFactory (CTaskbar *taskbar, CTouchscreen *touchscreen) | |
| ~CCalibrationFactory (void) | |
| IApplication * | create (void) |
| NXWidgets::IBitmap * | getIcon (void) |
Public Member Functions inherited from NxWM::IApplicationFactory | |
| virtual | ~IApplicationFactory (void) |
Private Attributes | |
| CTaskbar * | m_taskbar |
| CTouchscreen * | m_touchscreen |
Definition at line 411 of file ccalibration.hxx.
| CCalibrationFactory::CCalibrationFactory | ( | CTaskbar * | taskbar, |
| CTouchscreen * | touchscreen | ||
| ) |
CCalibrationFactory Constructor
| taskbar. | The taskbar instance used to terminate calibration |
| touchscreen. | An instance of the class that wraps the touchscreen device. |
Definition at line 1279 of file ccalibration.cxx.
|
inline |
CCalibrationFactory Destructor
Definition at line 432 of file ccalibration.hxx.
|
virtual |
Create a new instance of an CCalibration (as IApplication).
Implements NxWM::IApplicationFactory.
Definition at line 1289 of file ccalibration.cxx.
|
virtual |
Get the icon associated with the application
Implements NxWM::IApplicationFactory.
Definition at line 1332 of file ccalibration.cxx.
|
private |
The taskbar
Definition at line 414 of file ccalibration.hxx.
|
private |
The touchscreen device
Definition at line 415 of file ccalibration.hxx.
1.8.13