Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7476 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_element.h


Ignore:
Timestamp:
May 2, 2006, 7:39:56 PM (18 years ago)
Author:
bensch
Message:

qt_gui: added some missing files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/gui_element.h

    r7470 r7476  
    88#define _GUI_ELEMENT_H
    99
    10 class Widget;
    1110namespace OrxGui
    1211{
     12  class Widget;
     13
    1314  //! A SuperClass for all the Different GuiElements
    1415  class GuiElement
     
    2021
    2122    /** @returns the main Widget of this GuiElement. */
    22     Widget* getWidget() { return this->mainWidget; }
     23    Widget* getWidget() const { return this->mainWidget; }
    2324  protected:
    2425    void setMainWidget(Widget* widget);
Note: See TracChangeset for help on using the changeset viewer.