Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 2, 2006, 9:34:48 PM (18 years ago)
Author:
bensch
Message:

qt_gui: gui-element

File:
1 edited

Legend:

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

    r7476 r7478  
    88#define _GUI_ELEMENT_H
    99
     10#include "gui_saveable.h"
     11
    1012namespace OrxGui
    1113{
     
    1315
    1416  //! A SuperClass for all the Different GuiElements
    15   class GuiElement
     17  class GuiElement : public GuiSaveableGroup
    1618  {
    1719
    1820  public:
    19     GuiElement();
     21    GuiElement(const std::string& name);
    2022    virtual ~GuiElement();
    2123
Note: See TracChangeset for help on using the changeset viewer.