Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/gui/gl_gui/glgui_bar.h @ 5517

Last change on this file since 5517 was 5365, checked in by bensch, 19 years ago

orxonox/trunk: more-gui-definition

File size: 380 bytes
Line 
1/*!
2 * @file glgui_bar.h
3 * The gl_ widget of th openglGUI
4 *
5 */
6
7#ifndef _GLGUI_BAR_H
8#define _GLGUI_BAR_H
9
10#include "glgui_widget.h"
11
12// FORWARD DECLARATION
13
14//! This is Bar part of the openglGUI class
15/**
16 *
17 */
18class GLGuiBar : public GLGuiWidget {
19
20 public:
21  GLGuiBar();
22  virtual ~GLGuiBar();
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.