diff widgets/PropertyStack.h @ 52:f2fe98a7c57e

* Use commands for add/delete pane in main window * Add compound command collection to command history (for add pane, import file etc) * Add hide/show pane and hidden pane list to PaneStack * Various other fixes
author Chris Cannam
date Mon, 13 Mar 2006 17:55:19 +0000
parents 2e2ad8510e52
children 01ab51f72e84
line wrap: on
line diff
--- a/widgets/PropertyStack.h	Fri Mar 10 17:37:45 2006 +0000
+++ b/widgets/PropertyStack.h	Mon Mar 13 17:55:19 2006 +0000
@@ -26,11 +26,12 @@
 public:
     PropertyStack(QWidget *parent, View *client);
 
+    View *getClient() { return m_client; }
     bool containsContainer(PropertyContainer *container) const;
     int getContainerIndex(PropertyContainer *container) const;
 
 signals:
-    void propertyContainerSelected(PropertyContainer *container);
+    void propertyContainerSelected(View *client, PropertyContainer *container);
 
 public slots:
     void propertyContainerAdded(PropertyContainer *);