Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 7204 was 6981, checked in by bensch, 18 years ago

trunk: some virtuals

File size: 517 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:
[4746]19  //  Button* advancedWindowGetButton();
[6981]20
[2018]21 public:
[4746]22  GuiVideo();
[6981]23  virtual ~GuiVideo();
[3624]24
[4064]25 private:
[3624]26  void getResolutions(Menu* menu);
[4746]27  Widget* advancedWindowCreate();
[2018]28};
[4048]29#endif /* _GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.