#include <Builder.h>
Definition at line 37 of file Builder.h.
◆ Builder()
Builder::Builder |
( |
QWidget * | parent | ) |
|
|
explicit |
◆ CreateTabToolbar()
TabToolbar * Builder::CreateTabToolbar |
( |
const QString & | configPath | ) |
|
◆ operator[]()
QWidget * Builder::operator[] |
( |
const QString & | widgetName | ) |
const |
◆ SetCustomWidgetCreator() [1/2]
void Builder::SetCustomWidgetCreator |
( |
const QString & | name, |
|
|
const std::function< QWidget *()> & | creator ) |
◆ SetCustomWidgetCreator() [2/2]
void Builder::SetCustomWidgetCreator |
( |
const QString & | name, |
|
|
const std::function< QWidget *(const QJsonObject &)> & | creator ) |
◆ customWidgetCreators
QMap<QString, std::function<QWidget*(const QJsonObject&)> > tt::Builder::customWidgetCreators |
|
private |
◆ guiWidgets
QMap<QString, QWidget*> tt::Builder::guiWidgets |
|
private |
The documentation for this class was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/Builder.h
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/Builder.cpp