Mercurial > hg > svapp
comparison framework/Document.h @ 83:c60bf8995166
* Ensure plugin version is updated when a transform is re-run using a newer
plugin -- so that the plugin version saved in the session corresponds with
the one that was actually used, not the one previously specified
* Fix uninitialised font size in preferences -- was causing all sorts of grief
author | Chris Cannam |
---|---|
date | Mon, 28 Jan 2008 17:43:44 +0000 |
parents | 58bfaaed07ed |
children | db267a315058 |
comparison
equal
deleted
inserted
replaced
82:1fa8d5e28d0f | 83:c60bf8995166 |
---|---|
295 virtual QString getName() const { return m_name; } | 295 virtual QString getName() const { return m_name; } |
296 | 296 |
297 protected: | 297 protected: |
298 Document *m_d; | 298 Document *m_d; |
299 View *m_view; // I don't own this | 299 View *m_view; // I don't own this |
300 Layer *m_layer; // Document owns this, but I determine its lifespans | 300 Layer *m_layer; // Document owns this, but I determine its lifespan |
301 QString m_name; | 301 QString m_name; |
302 bool m_added; | 302 bool m_added; |
303 }; | 303 }; |
304 | 304 |
305 class RemoveLayerCommand : public Command | 305 class RemoveLayerCommand : public Command |