20 #ifndef MODULEBASE_WIDGETFACTORY_H_
21 #define MODULEBASE_WIDGETFACTORY_H_
23 #include <ModuleBase.h>
24 #include <ModuleBase_ModelWidget.h>
49 const std::string theAttributePrefix =
"");
66 const std::string& theWidgetId);
71 return myModelWidgets;
77 void getAttributeTitle(
const std::string& theAttributeId,
78 std::string& theTitle);
82 void getGreedAttribute(std::string& theAttributeId);
105 static QString qs(
const std::string& theStdString);
111 void moveToWidgetId(
const std::string& theWidgetId,
bool& theFound);
121 QList<ModuleBase_ModelWidget*> myModelWidgets;
Class which provides access to Workshop object services.
Definition: ModuleBase_IWorkshop.h:48
Definition: ModuleBase_PageBase.h:35