Initial framework for saving/restoring model state.

This commit is contained in:
Jim Evins
2016-04-28 22:19:56 -04:00
parent c69db1efd7
commit 231dc66c0d
12 changed files with 302 additions and 41 deletions
+7
View File
@@ -39,8 +39,15 @@ class Outline
////////////////////////////
public:
Outline( LabelModelObject* owner );
Outline( const Outline* outline, LabelModelObject* newOwner );
virtual ~Outline();
////////////////////////////
// Duplication
////////////////////////////
Outline* clone( LabelModelObject* newOwner ) const;
////////////////////////////
// Drawing Methods