Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/src/lib/gui/gui/gui_video.h @ 4064

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

orxonox/trunk/gui: better video

File size: 527 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(void);
20 
21 public:
22  GuiVideo(void);
23  ~GuiVideo(void);
24
25 private:
26  void getResolutions(Menu* menu);
27  Widget* advancedWindowCreate(void);
28};
29#endif /* _GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.