main_menu.h

Go to the documentation of this file.
00001 
00014 #ifndef _GUI__MAIN_MENU_H
00015 #define _GUI__MAIN_MENU_H
00016 
00017 #include <qmenubar.h>
00018 
00022 namespace GUI
00023 {
00024         class MainMenu;
00025 }
00026 
00032 class GUI::MainMenu: public QMenuBar
00033 {
00034         public:
00035 
00042                 MainMenu(QWidget *parent = 0, const char *name = 0);
00043 };
00044 
00045 #endif

Generated on Sat Dec 20 19:21:24 2008 for PGR2008 by  doxygen 1.5.6