|
QVISH 0.1
|
Abstract base class for interfaces on Creator objects that forward a VMainWindow pointer to the virtual creation function. More...
#include <QInputCreator.hpp>
Public Member Functions | |
| virtual QInputWidget | createWidget (const RefPtr< VParameter > &what, QWidget *parent, qVInputContext &qContext)=0 |
| Create an Input widget, using the creation preferences as specified by the respective Creator. | |
Abstract base class for interfaces on Creator objects that forward a VMainWindow pointer to the virtual creation function.
|
pure virtual |
Create an Input widget, using the creation preferences as specified by the respective Creator.
Implemented in Wizt::QInputWidgetCreator< Type, QInputWidgetType >::QCreator.