Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5395 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_widget.h


Ignore:
Timestamp:
Oct 17, 2005, 10:14:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: first element of the GLGui is visible… there is a long way to go…

File:
1 edited

Legend:

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

    r5392 r5395  
    6161
    6262    virtual void update() = 0;
     63    virtual void draw() const = 0;
    6364
    6465  protected:
     
    6970    GLuint                frontModel;
    7071
     72  private:
    7173    Signal*               widgetSignals[GLGuiSignalCount];
    7274
    73   private:
    7475    bool                  focusable;        //!< If this widget can receive focus.
    7576    bool                  clickable;        //!< if this widget can be clicked upon.
Note: See TracChangeset for help on using the changeset viewer.