comparison 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
comparison
equal deleted inserted replaced
18:7c767d41bcee 19:46d8f5add6f0
25 25
26 public: 26 public:
27 PropertyStack(QWidget *parent, View *client); 27 PropertyStack(QWidget *parent, View *client);
28 28
29 bool containsContainer(PropertyContainer *container) const; 29 bool containsContainer(PropertyContainer *container) const;
30 int getContainerIndex(PropertyContainer *container) const;
30 31
31 signals: 32 signals:
32 void propertyContainerSelected(PropertyContainer *container); 33 void propertyContainerSelected(PropertyContainer *container);
33 34
34 public slots: 35 public slots: