Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/trackManager/src/lib/gui/gui/orxonox_gui.h @ 3498

Last change on this file since 3498 was 3498, checked in by bensch, 19 years ago

orxonox/branches/trackManager: merged trunk back to tracManager R3440:3497 → 3498
merged with command:
svn merge ../trunk/ trackManager/ -r 3430:HEAD
conflicts resolved in favor of the Trunk

File size: 587 bytes
Line 
1/*!
2 \file orxonox_gui.h
3 \brief Creation of the Gui
4
5 \todo way to start gui without GTK (textmode) AND IMPROOVE
6 \todo curl interface to Download cool stuff
7
8 \todo widgets save themselves
9 \todo good way to step through all the Widgets
10 \todo label -> protected : getlabel function
11*/
12
13#ifndef _ORXONOX_GUI_H
14#define _ORXONOX_GUI_H
15
16#include <iostream>
17using namespace std;
18
19#include "orxonox_gui_gtk.h"
20
21#include <stdlib.h>
22
23//! Class that creates the OrxonoxGui
24class OrxonoxGui
25{
26 public:
27  OrxonoxGui(int argc, char *argv[]);
28  ~OrxonoxGui(void);
29
30};
31
32#endif /* _ORXONOX_GUI_H */
Note: See TracBrowser for help on using the repository browser.