|
QVISH 0.1
|
A possible implementation of a VCreator that provides an QInputCreator. More...
#include <QInputCreator.hpp>
Classes | |
| struct | QCreator |
A possible implementation of a VCreator that provides an QInputCreator.
QInputWidgetCreator add a QInputCreator as an interface to VInputCreators. The QT Interface will query all Creators when creating an object if such an interface exists, and if so, call its createWidget() function instead of the non-GUI vish create() function. This createWidget() has context information about the QT environment.
An application class may, but does not need to, add this QInputCreator interace via this class. However, the existence of this interface is essential for QT to pass the the environment information.