UltraScan III
us_sync_exper.h
Go to the documentation of this file.
1 #ifndef US_SYNC_EXPER_H
3 #define US_SYNC_EXPER_H
4 
5 #include <QtGui>
6 #include <QtXml>
7 
8 #include "us_extern.h"
9 #include "us_dataIO.h"
10 #include "us_db2.h"
11 #include "us_data_model.h"
12 
17 class US_SyncExperiment : public QObject
18 {
19  Q_OBJECT
20 
21  public:
29  US_SyncExperiment( US_DB2*, QWidget* = 0 );
30 
42 
43  private:
45 
46  QStringList expIDs;
47  QStringList runIDs;
48 
49  QWidget* parentw;
50 
51  QString expID;
52  QString rawID;
53 
54  QString expGUIDauc( QString ); // get exper GUID from AUC-related file
55 
56  int dbg_level;
57 };
58 #endif