ddt 1.2.1
Loading...
Searching...
No Matches
ddtDialogFactory.hpp
Go to the documentation of this file.
1
19#ifndef DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
20#define DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
21
22#include <QtWidgets>
23
25
29class DdtDialogFactory : public QObject {
30 public:
36 static DdtDialog* CreateDialog(const QString dialog_id);
37};
38
39#endif // DDT_DATAVISUALISATION_DDTDIALOGS_DIALOGFACTORY_HPP
40
Definition ddtDialogFactory.hpp:29
static DdtDialog * CreateDialog(const QString dialog_id)
Definition ddtDialogFactory.cpp:28
Definition ddtDialog.hpp:27
DDT Dialogs. Base class for the DDT dialogs. Base class for the DDT dialogs.