Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/glgui_slider.h @ 5360

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

orxonox/trunk: copied proto into all gui-files

File size: 351 bytes
RevLine 
[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
[4838]12// FORWARD DECLARATION
[3543]13
[5360]14//! This is part of the openglGUI class
15/**
16 *
17 */
18class GLGui : public GLGui {
[3543]19
[5360]20 public:
21  GLGui();
22  virtual ~GLGui();
[2036]23
[5360]24  void init();
[1853]25
[5360]26  virtual void draw();
[1853]27
[3245]28 private:
29
[1853]30};
31
[5360]32#endif /* _GLGUI__H */
Note: See TracBrowser for help on using the repository browser.