source:
orxonox.OLD/branches/test/src/lib/gui/gl/glgui_element.h
Last change on this file was 8145, checked in by bensch, 18 years ago | |
---|---|
File size: 397 bytes |
Line | |
---|---|
1 | /*! |
2 | * @file glgui_.h |
3 | * The gl_ widget of th openglGUI |
4 | * |
5 | */ |
6 | |
7 | #ifndef _GLGUI__H |
8 | #define _GLGUI__H |
9 | |
10 | #include "base_object.h" |
11 | |
12 | namespace OrxGui |
13 | { |
14 | // FORWARD DECLARATION |
15 | |
16 | //! This is part of the openglGUI class |
17 | /** |
18 | * |
19 | */ |
20 | class GLGui : public GLGui |
21 | { |
22 | |
23 | public: |
24 | GLGui(); |
25 | virtual ~GLGui(); |
26 | |
27 | void init(); |
28 | |
29 | virtual void draw(); |
30 | |
31 | private: |
32 | |
33 | }; |
34 | } |
35 | #endif /* _GLGUI__H */ |
Note: See TracBrowser
for help on using the repository browser.