Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

QtApp.h

Go to the documentation of this file.
00001 /* -*- mode: c++ -*- */
00002 
00014 #ifndef QtApp_H
00015 #define QtApp_H
00016 
00017 #include "qt/libqthippo.h"
00018 
00019 #include <qapplication.h>
00020 
00021 class CanvasWindow;
00022 
00029 class MDL_QTHIPPOPLOT_API QtApp : public QApplication
00030 {
00031 private:
00032 
00034   static QtApp * s_instance;
00035 
00036 public:
00037 
00039   QtApp ( int argc,  char ** argv );
00040 
00042   ~QtApp();
00043 
00045   static QtApp * instance ();
00046 
00058   void setFirstWindow ( );
00059 
00061   CanvasWindow * currentCanvas ();
00062 
00063 };
00064 
00065 #endif // QtApp_H

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3