Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 15, 2005, 9:58:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: introducing the GLGuiMainWidget-class, that is the topmost of all widgets

File:
1 edited

Legend:

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

    r5372 r5384  
    1313class Material;
    1414
    15 //! This is part of the openglGUI class
     15//! This is widget part of the openglGUI class
    1616/**
    1717* A widget is the main class of all the elements of th GUI.
     
    2828
    2929
    30     virtual void draw() = 0;
    3130    virtual void update() = 0;
    3231
Note: See TracChangeset for help on using the changeset viewer.