|
NXWidgets
1.19
|
#include <chexcalculator.hxx>

Public Member Functions | |
| CHexCalculatorFactory (CTaskbar *taskbar) | |
| ~CHexCalculatorFactory (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 291 of file chexcalculator.hxx.
| CHexCalculatorFactory::CHexCalculatorFactory | ( | CTaskbar * | taskbar | ) |
CHexCalculatorFactory Constructor
| taskbar. | The taskbar instance used to terminate calibration |
CHexCalculatorFactory Constructor
| taskbar. | The taskbar instance used to terminate the console |
Definition at line 964 of file chexcalculator.cxx.
|
inline |
CHexCalculatorFactory Destructor
Definition at line 309 of file chexcalculator.hxx.
|
virtual |
Create a new instance of an CHexCalculator (as IApplication).
Implements NxWM::IApplicationFactory.
Definition at line 973 of file chexcalculator.cxx.
|
virtual |
Get the icon associated with the application
Implements NxWM::IApplicationFactory.
Definition at line 1016 of file chexcalculator.cxx.
|
private |
The taskbar
Definition at line 294 of file chexcalculator.hxx.
1.8.13