Mercurial > hg > svapp
comparison framework/Document.h @ 339:dd07d48d7d4f tonioni
Restore dormancy with layer
author | Chris Cannam |
---|---|
date | Tue, 01 Apr 2014 13:27:44 +0100 |
parents | 0c37405cf579 |
children | f5c914661f6f |
comparison
equal
deleted
inserted
replaced
336:3144af512ea3 | 339:dd07d48d7d4f |
---|---|
375 | 375 |
376 protected: | 376 protected: |
377 Document *m_d; | 377 Document *m_d; |
378 View *m_view; // I don't own this | 378 View *m_view; // I don't own this |
379 Layer *m_layer; // Document owns this, but I determine its lifespan | 379 Layer *m_layer; // Document owns this, but I determine its lifespan |
380 bool m_wasDormant; | |
380 QString m_name; | 381 QString m_name; |
381 bool m_added; | 382 bool m_added; |
382 }; | 383 }; |
383 | 384 |
384 typedef std::map<Layer *, std::set<View *> > LayerViewMap; | 385 typedef std::map<Layer *, std::set<View *> > LayerViewMap; |