All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TableWidgetFactory.cpp
Go to the documentation of this file.
1 #include "TableWidget.h"
2 #include "TableWidgetFactory.h"
3 
5 
6 
8 {
9  finalize();
11 }
12 
14 {
15  delete sm_factory;
16  sm_factory = 0;
17 }
18 
20 {
21 
22 }
23 
25 {
26  return new TableWidget;
27 }
28 
30 te::qt::af::SettingsWidgetsFactory(QObject::tr("Table").toStdString())
31 {
32 
33 }
34 
36 {
37  return new TableWidget(parent);
38 }
static TableWidgetFactory * sm_factory
A factory to build the Table frame object.
A frame for setting Table 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 Table widget object.
A frame for setting Table options.
Definition: TableWidget.h:50
virtual AbstractSettingWidget * create(QWidget *parent=0)