Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
196:22c99c8aa1e0 | 197:6b023411087b |
---|---|
46 void showLayer(bool); | 46 void showLayer(bool); |
47 void contextHelpChanged(const QString &); | 47 void contextHelpChanged(const QString &); |
48 | 48 |
49 public slots: | 49 public slots: |
50 void propertyContainerPropertyChanged(PropertyContainer *); | 50 void propertyContainerPropertyChanged(PropertyContainer *); |
51 void propertyContainerPropertyRangeChanged(PropertyContainer *); | |
51 void pluginConfigurationChanged(QString); | 52 void pluginConfigurationChanged(QString); |
52 void layerVisibilityChanged(bool); | 53 void layerVisibilityChanged(bool); |
53 | 54 |
54 protected slots: | 55 protected slots: |
55 void propertyControllerChanged(int); | 56 void propertyControllerChanged(int); |
67 | 68 |
68 void mouseEnteredWidget(); | 69 void mouseEnteredWidget(); |
69 void mouseLeftWidget(); | 70 void mouseLeftWidget(); |
70 | 71 |
71 protected: | 72 protected: |
72 void updatePropertyEditor(PropertyContainer::PropertyName); | 73 void updatePropertyEditor(PropertyContainer::PropertyName, |
74 bool rangeChanged = false); | |
73 | 75 |
74 QLabel *m_nameWidget; | 76 QLabel *m_nameWidget; |
75 QWidget *m_mainWidget; | 77 QWidget *m_mainWidget; |
76 QGridLayout *m_layout; | 78 QGridLayout *m_layout; |
77 PropertyContainer *m_container; | 79 PropertyContainer *m_container; |