QApolloDbGui.hh

Go to the documentation of this file.
00001 
00010 #ifndef _QAPOLLO_DB_GUI_HH_
00011 #define _QAPOLLO_DB_GUI_HH_
00012 
00013 // Apollo Includes
00014 #include "QCuore.hh"
00015 #include "QApolloDb.hh"
00016 
00017 class QApolloDbGui : public QApolloDb {
00018 public:
00019 
00020   // ctor
00021   QApolloDbGui();
00022 
00023   // dtor
00024   virtual ~QApolloDbGui();
00025 
00027   void ChangeDefaultSettingsBasket(unsigned short newDefault)
00028   { return QApolloDbBase::Get().ChangeDefaultSettingsBasket(newDefault); }
00029 
00034    bool ResetRun();
00035 
00047    void InsertUserComments(const std::string& comment, bool start);
00048 };
00049 
00050 #endif // _QAPOLLO_DB_GUI_HH_

Generated on Fri Mar 6 13:40:39 2009 for CUORE Software by  doxygen 1.5.1