Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7493 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.h


Ignore:
Timestamp:
May 3, 2006, 12:45:13 AM (19 years ago)
Author:
bensch
Message:

some Widgets work

File:
1 edited

Legend:

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

    r7489 r7493  
    4848    void removeSaveable(Saveable* saveable);
    4949
     50    virtual void load(const MultiType& value);
     51    virtual const MultiType& save();
     52
    5053  protected:
    5154    SaveableGroup(const std::string& name);
Note: See TracChangeset for help on using the changeset viewer.