QVISH 0.1
Public Member Functions | List of all members
Wizt::QInputCreator Class Referenceabstract

Abstract base class for interfaces on Creator objects that forward a VMainWindow pointer to the virtual creation function. More...

#include <QInputCreator.hpp>

Inheritance diagram for Wizt::QInputCreator:
Wizt::QInputWidgetCreator< Type, QInputWidgetType >::QCreator

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.
 

Detailed Description

Abstract base class for interfaces on Creator objects that forward a VMainWindow pointer to the virtual creation function.

Member Function Documentation

◆ createWidget()

virtual QInputWidget Wizt::QInputCreator::createWidget ( const RefPtr< VParameter > &  what,
QWidget *  parent,
qVInputContext qContext 
)
pure virtual

Create an Input widget, using the creation preferences as specified by the respective Creator.

Implemented in Wizt::QInputWidgetCreator< Type, QInputWidgetType >::QCreator.


The documentation for this class was generated from the following files: