UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
create_db_project_dialog.hpp
1 /* create_db_project_dialog.hpp */
2 /* $Id$ */
3 #ifndef __create_db_project_dialog_hpp
4 #define __create_db_project_dialog_hpp
5 
6 #include <hds_db/base/project.hpp>
7 #include <hds_widgets/dialog.hpp>
8 #include <hds_widgets/ui_create_db_project_wid.h>
9 
11 namespace hds
12 {
15  {
16  Q_OBJECT
17 
18  public:
19 
21  CreateDbProjectDialog(QWidget *parent = 0, Qt::WindowFlags f = 0);
22 
24  virtual ~CreateDbProjectDialog();
25 
26 
30 
34 
35  protected:
36 
39  };
40 };
41 
42 #endif /* create_db_project_dialog.hpp */
hds::db::ErrCode attachProject(const hds::db::Project &project)
CreateDbProjectDialog(QWidget *parent=0, Qt::WindowFlags f=0)
hds::db::ErrCode createProject(hds::db::Project &project)
Definition: create_db_project_dialog.hpp:14
ErrCode
Definition: defines.hpp:46
Definition: project.hpp:16
Definition: dialog.hpp:15
Ui_CreateDbProjectWid m_ui
Definition: create_db_project_dialog.hpp:38
Definition: ui_create_db_project_wid.h:26