Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/terrain.old/src/lib/gui/gtk/gui_video.h @ 9412

Last change on this file since 9412 was 8145, checked in by bensch, 18 years ago

trunk: merged the gui back
merged with command:
svn merge -r8114:HEAD https://svn.orxonox.net/orxonox/branches/gui .
→ no conflicts

File size: 517 bytes
Line 
1/*!
2  \file gui_video.h
3  \brief File that holds the class that creates the Video-Options.
4*/
5#ifndef _GUI_VIDEO_H
6#define _GUI_VIDEO_H
7
8#include "gui.h"
9#include "gui_element.h"
10
11// FORWARD DECLARATIONS
12class Widget;
13class Menu;
14
15//! Class that creates the Video-Options.
16class GuiVideo : public GuiElement
17{
18 private:
19  //  Button* advancedWindowGetButton();
20
21 public:
22  GuiVideo();
23  virtual ~GuiVideo();
24
25 private:
26  void getResolutions(Menu* menu);
27  Widget* advancedWindowCreate();
28};
29#endif /* _GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.