Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5364 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_pushbutton.h


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

orxonox/trunk: some more definition of the GUI

File:
1 edited

Legend:

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

    r5360 r5364  
    11/*!
    2  * @file glgui_.h
    3  * The gl_ widget of th openglGUI
     2 * @file glgui_pushbutton.h
     3 * The gl_pushbutton widget of th openglGUI
    44 *
    55 */
    66
    7 #ifndef _GLGUI__H
    8 #define _GLGUI__H
     7#ifndef _GLGUI_PUSHBUTTON_H
     8#define _GLGUI_PUSHBUTTON_H
    99
    10 #include "base_object.h"
     10#include "glgui_button.h"
    1111
    1212// FORWARD DECLARATION
     
    1616 *
    1717 */
    18 class GLGui : public GLGui {
     18class GLGuiPushButton : public GLGuiButton {
    1919
    2020 public:
    21   GLGui();
    22   virtual ~GLGui();
     21  GLGuiPushButton();
     22  virtual ~GLGuiPushButton();
    2323
    2424  void init();
     
    3030};
    3131
    32 #endif /* _GLGUI__H */
     32#endif /* _GLGUI_PUSHBUTTON_H */
Note: See TracChangeset for help on using the changeset viewer.