Mercurial > hg > svgui
comparison layer/SingleColourLayer.h @ 299:5c59c433b358
* Show colour swatch next to layer name in pane (if available)
* Fix for incorrect layer name prefix handling (was making some layers appear
to have the same model name in cases where the model names differed by the
final character only)
author | Chris Cannam |
---|---|
date | Wed, 05 Sep 2007 15:17:15 +0000 |
parents | 919740b20cc9 |
children | c0b9eec70639 |
comparison
equal
deleted
inserted
replaced
298:226cb289bdf4 | 299:5c59c433b358 |
---|---|
30 virtual bool hasLightBackground() const; | 30 virtual bool hasLightBackground() const; |
31 | 31 |
32 virtual ColourSignificance getLayerColourSignificance() const { | 32 virtual ColourSignificance getLayerColourSignificance() const { |
33 return ColourDistinguishes; | 33 return ColourDistinguishes; |
34 } | 34 } |
35 | |
36 virtual QPixmap getLayerPresentationPixmap(QSize size) const; | |
35 | 37 |
36 virtual PropertyList getProperties() const; | 38 virtual PropertyList getProperties() const; |
37 virtual QString getPropertyLabel(const PropertyName &) const; | 39 virtual QString getPropertyLabel(const PropertyName &) const; |
38 virtual PropertyType getPropertyType(const PropertyName &) const; | 40 virtual PropertyType getPropertyType(const PropertyName &) const; |
39 virtual QString getPropertyGroupName(const PropertyName &) const; | 41 virtual QString getPropertyGroupName(const PropertyName &) const; |