Mercurial > hg > easaier-soundaccess
diff widgets/PropertyStack.h @ 56:81921835ddf1
first layer list pre-version
author | benoitrigolleau |
---|---|
date | Wed, 23 May 2007 13:09:19 +0000 |
parents | 8e5f9a9aa43f |
children | 78abce641ddf |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Wed May 16 14:58:57 2007 +0000 +++ b/widgets/PropertyStack.h Wed May 23 13:09:19 2007 +0000 @@ -16,6 +16,8 @@ #ifndef _PROPERTY_STACK_H_ #define _PROPERTY_STACK_H_ +#include "LayerViewerWidget.h" + #include <QFrame> #include <QTabWidget> #include <vector> @@ -25,7 +27,7 @@ class PropertyBox; class PropertyContainer; -class PropertyStack : public QTabWidget +class PropertyStack : public LayerViewerWidget { Q_OBJECT @@ -48,15 +50,15 @@ void propertyContainerPropertyChanged(PropertyContainer *); void propertyContainerPropertyRangeChanged(PropertyContainer *); void propertyContainerNameChanged(PropertyContainer *); - void showLayer(bool); - void mouseEnteredTabBar(); void mouseLeftTabBar(); void activeTabClicked(); + protected slots: void selectedContainerChanged(int); + virtual void removeSelectedItemRequested(); protected: View *m_client;