Mercurial > hg > svcore
diff data/model/Model.h @ 345:700cd3350391
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
It's still rather unstable though.
author | Chris Cannam |
---|---|
date | Wed, 28 Nov 2007 17:45:37 +0000 |
parents | 1afaf98dbf11 |
children | 5858cc462d0a |
line wrap: on
line diff
--- a/data/model/Model.h Wed Nov 28 13:20:40 2007 +0000 +++ b/data/model/Model.h Wed Nov 28 17:45:37 2007 +0000 @@ -77,6 +77,18 @@ virtual QString getMaker() const; /** + * Return the location of the data in this model (e.g. source + * URL). This should not normally be returned for editable models + * that have been edited. + */ + virtual QString getLocation() const; + + /** + * Return the type of the model. For display purposes only. + */ + virtual QString getTypeName() const = 0; + + /** * Return a copy of this model. * * If the model is not editable, this may be effectively a shallow