source:
orxonox.OLD/trunk/src/lib/gui/gl/glgui_element.h
@
9571
Last change on this file since 9571 was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 397 bytes |
Rev | Line | |
---|---|---|
[4838] | 1 | /*! |
[5360] | 2 | * @file glgui_.h |
3 | * The gl_ widget of th openglGUI | |
4 | * | |
5 | */ | |
[1853] | 6 | |
[5360] | 7 | #ifndef _GLGUI__H |
8 | #define _GLGUI__H | |
[1853] | 9 | |
[3543] | 10 | #include "base_object.h" |
[1853] | 11 | |
[7779] | 12 | namespace OrxGui |
13 | { | |
14 | // FORWARD DECLARATION | |
[3543] | 15 | |
[7779] | 16 | //! This is part of the openglGUI class |
17 | /** | |
18 | * | |
19 | */ | |
20 | class GLGui : public GLGui | |
21 | { | |
[3543] | 22 | |
[7779] | 23 | public: |
24 | GLGui(); | |
25 | virtual ~GLGui(); | |
[2036] | 26 | |
[7779] | 27 | void init(); |
[1853] | 28 | |
[7779] | 29 | virtual void draw(); |
[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.