source:
orxonox.OLD/trunk/src/lib/gui/gl/glgui_window.h
@
9558
Last change on this file since 9558 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 463 bytes |
Rev | Line | |
---|---|---|
[4838] | 1 | /*! |
[5364] | 2 | * @file glgui_window.h |
3 | * The gl_WINDOW widget of th openglGUI | |
[5360] | 4 | * |
5 | */ | |
[1853] | 6 | |
[5364] | 7 | #ifndef _GLGUI_WINDOW_H |
8 | #define _GLGUI_WINDOW_H | |
[1853] | 9 | |
[5364] | 10 | #include "glgui_container.h" |
[1853] | 11 | |
[4838] | 12 | // FORWARD DECLARATION |
[7779] | 13 | namespace OrxGui |
14 | { | |
[3543] | 15 | |
[7779] | 16 | //! This is window part of the openglGUI class |
17 | /** | |
18 | * | |
19 | */ | |
20 | class GLGuiWindow : public GLGuiContainer | |
21 | { | |
[3543] | 22 | |
[7779] | 23 | public: |
24 | GLGuiWindow(); | |
25 | virtual ~GLGuiWindow(); | |
[2036] | 26 | |
[7779] | 27 | void init(); |
[1853] | 28 | |
[7779] | 29 | virtual void draw() const; |
[1853] | 30 | |
[7779] | 31 | private: |
[3245] | 32 | |
[7779] | 33 | }; |
34 | } | |
[5360] | 35 | #endif /* _GLGUI__H */ |
Note: See TracBrowser
for help on using the repository browser.