34 #ifndef __QGoWizardDB_h
35 #define __QGoWizardDB_h
40 #include <QRadioButton>
41 #include <QFormLayout>
42 #include <QGridLayout>
44 #include <QStringList>
53 #include "vtkMySQLDatabase.h"
55 #include "QGoGUILibConfigure.h"
70 ConnectServerPageID = 0,
73 CreateImgSessionPageID
87 QString GetImagingSessionName();
89 int GetImagingSessionID();
91 bool GetIsAnOpenRecentFile();
99 std::vector< std::vector< std::string > > GetFilenamesFromDB();
103 std::string GetMegaCaptureHeaderFilename();
105 void setImgSessionName(std::string iImgSessionName);
107 std::string GetFirstFileName();
109 void SetIsAnOpenRecentFile(
bool iIsAnOpenRecentFile);
112 void GofigureDatabaseExists();
113 void NoGofigureDatabase();
118 void SetFirstFileName();
QGoConnectServerPage * m_ConnectServerPage
virtual void closeEvent(QCloseEvent *e)
bool m_IsAnOpenRecentFile
std::string m_FirstFileName
std::string m_ImgSessionName
This class leads the user to chose its imagingsession and enables to get the corresponding filenames ...