Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5360 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_slider.h


Ignore:
Timestamp:
Oct 11, 2005, 12:53:49 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: copied proto into all gui-files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_slider.h

    r5314 r5360  
    11/*!
    2  * @file proto_class.h
    3  * @brief Definition of ...
    4 */
     2 * @file glgui_.h
     3 * The gl_ widget of th openglGUI
     4 *
     5 */
    56
    6 #ifndef _PROTO_CLASS_H
    7 #define _PROTO_CLASS_H
     7#ifndef _GLGUI__H
     8#define _GLGUI__H
    89
    910#include "base_object.h"
     
    1112// FORWARD DECLARATION
    1213
    13 
    14 
    15 //! A class for ...
    16 class ProtoClass : public BaseObject {
     14//! This is part of the openglGUI class
     15/**
     16 *
     17 */
     18class GLGui : public GLGui {
    1719
    1820 public:
    19   ProtoClass();
    20   virtual ~ProtoClass();
     21  GLGui();
     22  virtual ~GLGui();
    2123
     24  void init();
     25
     26  virtual void draw();
    2227
    2328 private:
     
    2530};
    2631
    27 #endif /* _PROTO_CLASS_H */
     32#endif /* _GLGUI__H */
Note: See TracChangeset for help on using the changeset viewer.