Changeset 7633 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.h
- Timestamp:
- May 17, 2006, 9:27:50 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.h
r7632 r7633 30 30 MultiType& value() { return this->_value; }; 31 31 const MultiType& value() const { return this->_value; }; 32 MultiType& defaultValue() { return this->_defaultValue; }; 33 const MultiType& defaultValue() const { return this->_defaultValue; }; 32 34 bool isSaveable() const { return this->bSaveable; }; 33 35
Note: See TracChangeset
for help on using the changeset viewer.