QGUIWarnWindow.hh

Go to the documentation of this file.
00001 
00002 #ifndef _QGUI_WARN_WINDOW_HH_
00003 #define _QGUI_WARN_WINDOW_HH_
00004 
00005 #include <TGFrame.h>
00006 #include <string>
00007 
00014 class QGUIWarnWindow: public TGTransientFrame
00015 {
00016 public:
00018    QGUIWarnWindow(const TGWindow *main, const std::string& message);
00019    
00021    virtual ~QGUIWarnWindow();
00022 
00024    void CloseWindow(); /*SIGNAL*/
00025 
00026 private:
00027    ClassDef(QGUIWarnWindow,0)
00028 };
00029 #endif

Generated on Tue Nov 16 10:49:55 2010 for CUORE Software by  doxygen 1.5.6