diff view/PaneStack.h @ 539:566787389e59

* Add insertPane
author Chris Cannam
date Tue, 09 Jun 2009 15:26:25 +0000
parents 666cdcae5f0d
children a7a89ebe4b02
line wrap: on
line diff
--- a/view/PaneStack.h	Fri Jun 05 16:08:18 2009 +0000
+++ b/view/PaneStack.h	Tue Jun 09 15:26:25 2009 +0000
@@ -1,4 +1,3 @@
-
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
@@ -41,6 +40,7 @@
     PaneStack(QWidget *parent, ViewManager *viewManager);
 
     Pane *addPane(bool suppressPropertyBox = false); // I own the returned value
+    Pane *insertPane(int index, bool suppressPropertyBox = false); // I own the returned value
     void deletePane(Pane *pane); // Deletes the pane, but _not_ its layers
 
     int getPaneCount() const; // Returns only count of visible panes