diff widgets/PropertyBox.h @ 57:4f3e6a09239a

(none)
author benoitrigolleau
date Wed, 23 May 2007 15:11:52 +0000
parents fc9323a41f5a
children b3c3a5fa185f
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Wed May 23 13:09:19 2007 +0000
+++ b/widgets/PropertyBox.h	Wed May 23 15:11:52 2007 +0000
@@ -51,6 +51,7 @@
     void propertyContainerPropertyRangeChanged(PropertyContainer *);
     void pluginConfigurationChanged(QString);
     void layerVisibilityChanged(bool);
+	void layerVisibilityChanged(int);
 
 protected slots:
     void propertyControllerChanged(int);
@@ -84,6 +85,10 @@
     LEDButton *m_playButton;
     std::map<QString, QLayout *> m_groupLayouts;
     std::map<QString, QWidget *> m_propertyControllers;
+
+public :
+	LEDButton* showButton();
+	LEDButton* playButton();
 };
 
 #endif