Initial framework for saving/restoring model state.
This commit is contained in:
@@ -54,6 +54,13 @@ public:
|
||||
LabelModel();
|
||||
virtual ~LabelModel() {}
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Save/restore model state
|
||||
/////////////////////////////////
|
||||
LabelModel* save() const;
|
||||
void restore( const LabelModel *savedModel );
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Signals
|
||||
|
||||
Reference in New Issue
Block a user