ddt 1.4.0
 
Loading...
Searching...
No Matches
ddtDialogFactory.hpp
Go to the documentation of this file.
1
9
10#ifndef DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
11#define DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
12
13#include <QtWidgets>
14
16
20class DdtDialogFactory : public QObject {
21 public:
27 static DdtDialog* CreateDialog(const QString dialog_id);
28};
29
30#endif // DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
Definition ddtDialogFactory.hpp:20
static DdtDialog * CreateDialog(const QString dialog_id)
Definition ddtDialogFactory.cpp:19
Definition ddtDialog.hpp:18
DDT Dialogs. Base class for the DDT dialogs. Base class for the DDT dialogs.