graphic_scene.h

Go to the documentation of this file.
00001 
00023 #ifndef GRAPHIC_SCENE_H
00024 #define GRAPHIC_SCENE_H
00025 
00026 #include "module_loader.h"
00027 
00028 class GraphicScene : public QGraphicsScene
00029 {
00030         Q_OBJECT
00031 
00032         public:
00033                 GraphicScene();
00034 
00035         private:
00036 };
00037 
00038 #endif

Generated on Thu Apr 5 13:06:31 2007 for LCDBuilder by  doxygen 1.4.7