]> Creatis software - cpPlugins.git/blob - ParametersQtDialog.h
6cc8ea4682c0f358a681dcb98fc64e2688cc2f5b
[cpPlugins.git] / ParametersQtDialog.h
1 #ifndef __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
2 #define __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
3
4 #include <cpPlugins/Interface/Config.h>
5
6 #ifdef cpPlugins_Interface_QT4
7
8 #include <cpPlugins/Interface/cpPlugins_Interface_Export.h>
9 #include <cpPlugins/Interface/Parameters.h>
10
11 class QWidget;
12
13 namespace cpPlugins
14 {
15   namespace Interface
16   {
17     bool cpPlugins_Interface_EXPORT ParametersQtDialog(
18       Parameters& parameters,
19       const std::string& title,
20       QWidget* parent = NULL
21       );
22
23   } // ecapseman
24
25 } // ecapseman
26
27 #endif // cpPlugins_Interface_QT4
28
29 #endif // __CPPLUGINS__INTERFACE__PARAMETERSQTDIALOG__H__
30
31 // eof - $RCSfile$