#include <Factory.hpp>
Inherits wkf::Factory.
|
| wkf::Dialog * | CreateDialog (const std::string &aDialogType, wkf::MainWindow *aParent=nullptr) const override |
| QDockWidget * | CreateDockWidget (const std::string &aDockWidgetType, QMainWindow *aParent=nullptr) const override |
| QWidget * | CreateWidget (const std::string &aWidgetType, QMainWindow *aParent=nullptr) const override |
◆ Factory()
| wizard::Factory::Factory |
( |
| ) |
|
|
default |
◆ ~Factory()
| wizard::Factory::~Factory |
( |
| ) |
|
|
overridedefault |
◆ CreateDialog()
| wkf::Dialog * wizard::Factory::CreateDialog |
( |
const std::string & | aDialogType, |
|
|
wkf::MainWindow * | aParent = nullptr ) const |
|
overrideprotected |
◆ CreateDockWidget()
| QDockWidget * wizard::Factory::CreateDockWidget |
( |
const std::string & | aDockWidgetType, |
|
|
QMainWindow * | aParent = nullptr ) const |
|
overrideprotected |
◆ CreateWidget()
| QWidget * wizard::Factory::CreateWidget |
( |
const std::string & | aWidgetType, |
|
|
QMainWindow * | aParent = nullptr ) const |
|
overrideprotected |
The documentation for this class was generated from the following files: