Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 17, 2006, 9:27:50 AM (19 years ago)
Author:
bensch
Message:

better default values

File:
1 edited

Legend:

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

    r7632 r7633  
    3030    MultiType&       value() { return this->_value; };
    3131    const MultiType& value() const { return this->_value; };
     32    MultiType&       defaultValue() { return this->_defaultValue; };
     33    const MultiType& defaultValue() const { return this->_defaultValue; };
    3234    bool             isSaveable() const { return this->bSaveable; };
    3335
Note: See TracChangeset for help on using the changeset viewer.