source:
orxonox.OLD/trunk/src/lib/gui/gtk/gui_video.h
@
8310
Last change on this file since 8310 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 517 bytes |
Rev | Line | |
---|---|---|
[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 |
12 | class Widget; | |
13 | class Menu; | |
14 | ||
[2588] | 15 | //! Class that creates the Video-Options. |
[4056] | 16 | class 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.