Last change
on this file since 5379 was
5364,
checked in by bensch, 19 years ago
|
orxonox/trunk: some more definition of the GUI
|
File size:
386 bytes
|
Line | |
---|
1 | /*! |
---|
2 | * @file glgui_.h |
---|
3 | * The gl_box widget of th openglGUI |
---|
4 | * |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef _GLGUI_BOX_H |
---|
8 | #define _GLGUI_BOX_H |
---|
9 | |
---|
10 | #include "glgui_container.h" |
---|
11 | |
---|
12 | // FORWARD DECLARATION |
---|
13 | |
---|
14 | //! This is BOX part of the openglGUI class |
---|
15 | /** |
---|
16 | * |
---|
17 | */ |
---|
18 | class GLGuiBox : public GLGuiContainer { |
---|
19 | |
---|
20 | public: |
---|
21 | GLGuiBox(); |
---|
22 | virtual ~GLGuiBox(); |
---|
23 | |
---|
24 | void init(); |
---|
25 | |
---|
26 | virtual void draw(); |
---|
27 | |
---|
28 | private: |
---|
29 | |
---|
30 | }; |
---|
31 | |
---|
32 | #endif /* _GLGUI__H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.