diff widgets/PropertyStack.h @ 19:46d8f5add6f0

* Introduce potentially-separate read and write ring buffers, so we can swap in a new set when something changes -- thus allowing us to respond quickly when something changes during playback, without losing the long buffers * Some fixes for display & editing
author Chris Cannam
date Fri, 27 Jan 2006 18:04:07 +0000
parents 37b110168acf
children 2e2ad8510e52
line wrap: on
line diff
--- a/widgets/PropertyStack.h	Thu Jan 26 18:01:38 2006 +0000
+++ b/widgets/PropertyStack.h	Fri Jan 27 18:04:07 2006 +0000
@@ -27,6 +27,7 @@
     PropertyStack(QWidget *parent, View *client);
 
     bool containsContainer(PropertyContainer *container) const;
+    int getContainerIndex(PropertyContainer *container) const;
 
 signals:
     void propertyContainerSelected(PropertyContainer *container);