diff 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
line wrap: on
line diff
--- a/layer/SingleColourLayer.h	Thu Aug 16 16:47:07 2007 +0000
+++ b/layer/SingleColourLayer.h	Wed Sep 05 15:17:15 2007 +0000
@@ -33,6 +33,8 @@
         return ColourDistinguishes;
     }
 
+    virtual QPixmap getLayerPresentationPixmap(QSize size) const;
+
     virtual PropertyList getProperties() const;
     virtual QString getPropertyLabel(const PropertyName &) const;
     virtual PropertyType getPropertyType(const PropertyName &) const;