Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/heightMap/src/lib/gui/gui/gui_video.h @ 4122

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

orxonox/branches/heightMap: merged the Trunk back into branches/heightMap:
merged with Command
svn merge -r 3918:HEAD trunk branches/heightMap
conflicts resolved in favor of the Trunk

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