Mercurial > hg > svcore
comparison base/PropertyContainer.h @ 224:8ff1ad4e7a9c
* Work on harmonising colour and scale ranges between types of layer
* Add normalize options to colour 3d plot layer
author | Chris Cannam |
---|---|
date | Thu, 01 Feb 2007 14:31:28 +0000 |
parents | 91fdc752e540 |
children | 4cd620bd4c61 |
comparison
equal
deleted
inserted
replaced
223:bf753a9abf0c | 224:8ff1ad4e7a9c |
---|---|
100 | 100 |
101 virtual PlayParameters *getPlayParameters() { return 0; } | 101 virtual PlayParameters *getPlayParameters() { return 0; } |
102 | 102 |
103 signals: | 103 signals: |
104 void propertyChanged(PropertyContainer::PropertyName); | 104 void propertyChanged(PropertyContainer::PropertyName); |
105 | 105 |
106 public slots: | 106 public slots: |
107 /** | 107 /** |
108 * Set a property. This is used for all property types. For | 108 * Set a property. This is used for all property types. For |
109 * boolean properties, zero is false and non-zero true; for | 109 * boolean properties, zero is false and non-zero true; for |
110 * colours, the integer value should be treated as a qRgb. | 110 * colours, the integer value should be treated as a qRgb. |