Mercurial > hg > svgui
diff widgets/PropertyBox.h @ 197:6b023411087b
* 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 | 5b7472db612b |
children | 21a5e4e7cb92 |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Wed Jan 31 12:13:47 2007 +0000 +++ b/widgets/PropertyBox.h Thu Feb 01 14:31:28 2007 +0000 @@ -48,6 +48,7 @@ public slots: void propertyContainerPropertyChanged(PropertyContainer *); + void propertyContainerPropertyRangeChanged(PropertyContainer *); void pluginConfigurationChanged(QString); void layerVisibilityChanged(bool); @@ -69,7 +70,8 @@ void mouseLeftWidget(); protected: - void updatePropertyEditor(PropertyContainer::PropertyName); + void updatePropertyEditor(PropertyContainer::PropertyName, + bool rangeChanged = false); QLabel *m_nameWidget; QWidget *m_mainWidget;