Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5391 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_checkbutton.h


Ignore:
Timestamp:
Oct 16, 2005, 1:37:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more gui-definitions

File:
1 edited

Legend:

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

    r5366 r5391  
    2424  void init();
    2525
     26  bool    isActive() { return this->bActive; };
     27  void    setActivity(bool bActive);
     28
    2629  virtual void draw();
    2730
    2831 private:
     32   bool             bActive;
    2933
    3034};
Note: See TracChangeset for help on using the changeset viewer.