| 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 | 
|---|
| 12 | class Widget; | 
|---|
| 13 | class Menu; | 
|---|
| 14 |  | 
|---|
| 15 | //! Class that creates the Video-Options. | 
|---|
| 16 | class GuiVideo : public GuiElement | 
|---|
| 17 | { | 
|---|
| 18 |  private: | 
|---|
| 19 |   //  Button* advancedWindowGetButton(); | 
|---|
| 20 |  | 
|---|
| 21 |  public: | 
|---|
| 22 |   GuiVideo(); | 
|---|
| 23 |   virtual ~GuiVideo(); | 
|---|
| 24 |  | 
|---|
| 25 |  private: | 
|---|
| 26 |   void getResolutions(Menu* menu); | 
|---|
| 27 |   Widget* advancedWindowCreate(); | 
|---|
| 28 | }; | 
|---|
| 29 | #endif /* _GUI_VIDEO_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.