|
xentara-cpp-control v1.0.1
The Xentara C++ Control Framework
|
A class used to export your control class with Xentara. More...
#include <xentara/ControlExporter.hpp>
Public Member Functions | |
| ControlExporter () | |
| Constructor. | |
A class used to export your control class with Xentara.
This class is used to tell Xentara about the existence of the control class you implemented. You must have exactly one object of this class in one of your source files. The object can be one of the following:
If your control class is called MyControl, for example, you can put the following into your source file:
| Control | This is the control class you implemented. It must be derived from xentara::skills::cppControl::Control. |
| xentara::ControlExporter< ConcreteControl >::ControlExporter | ( | ) |
Constructor.
This constructor registers the Control class with Xentara.