Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/gui/orxonox_gui_video.h @ 2590

Last change on this file since 2590 was 2588, checked in by bensch, 20 years ago

orxonox/trunk/gui: doxygen orxodox created for all h-files, classes and functions.

File size: 470 bytes
RevLine 
[2588]1/*!
2  \file orxonox_gui_video.h
3  \brief File that holds the class that creates the Video-Options.
4*/
[1809]5#ifndef _ORXONOX_GUI_VIDEO_H
6#define _ORXONOX_GUI_VIDEO_H
7
[1817]8#include "orxonox_gui.h"
[1809]9
[2588]10//! Class that creates the Video-Options.
[2018]11class OrxonoxGuiVideo
12{
13 private:
14  Frame* videoFrame;
15  Box* videoBox;
16  CheckButton* fullscreen;
17  CheckButton* wireframe;
18 public:
19  OrxonoxGuiVideo ();
20  ~OrxonoxGuiVideo ();
21 
22  Frame* getFrame ();
23};
[1809]24#endif /* _ORXONOX_GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.