Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 5, 2006, 10:44:18 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: elements defined

File:
1 edited

Legend:

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

    r7484 r7539  
    2121    Element(const std::string& name);
    2222    virtual ~Element();
    23 
    24     /** @returns the main Widget of this GuiElement. */
    25     Widget* getWidget() const { return this->mainWidget; }
    26   protected:
    27     void setMainWidget(Widget* widget);
    28 
    29   private:
    30     Widget* mainWidget;
    3123  };
    3224}
Note: See TracChangeset for help on using the changeset viewer.