All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ToolbarsWidgetFactory.cpp
Go to the documentation of this file.
1 #include "ToolbarsWidget.h"
3 
5 
7 {
8  finalize();
10 }
11 
13 {
14  delete sm_factory;
15  sm_factory = 0;
16 }
17 
19 {
20 
21 }
22 
24 {
25  return new ToolbarsWidget;
26 }
27 
29 te::qt::af::SettingsWidgetsFactory(QObject::tr("Tool bars").toStdString())
30 {
31 
32 }
33 
35 {
36  return new ToolbarsWidget(parent);
37 }
static ToolbarsWidgetFactory * sm_factory
A frame for setting tool bars options.
A frame for setting Table options.
AbstractSettingWidget * build()
Concrete factories (derived from this one) must implement this method in order to create objects...
A factory to build the tool bars widget object.
virtual AbstractSettingWidget * create(QWidget *parent=0)
A factory to build the Table widget object.