Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7632 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc


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

Saving and defaultValues introduced

File:
1 edited

Legend:

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

    r7630 r7632  
    2626   * standard constructor
    2727  */
    28   Saveable::Saveable (const std::string& optionName, SaveableGroup* group)
     28  Saveable::Saveable (const std::string& optionName, SaveableGroup* group, const MultiType& defaultValue)
    2929  : BaseObject(optionName)
    3030  {
    3131    this->bSaveable = false;
     32    this->_defaultValue = defaultValue;
    3233
    3334    assert(group != NULL);
Note: See TracChangeset for help on using the changeset viewer.