Mercurial > hg > svgui
comparison view/PaneStack.h @ 277:8acd30ed735c
* Fix up and simplify the LayerTreeModel, removing a horrible memory leak
* Move phase-unwrapped frequency estimation from SpectrogramLayer to
FFTDataServer
* Make the spectrum show peak phase-unwrapped frequencies as well (still
needs work)
* Start adding piano keyboard horizontal scale to spectrum
* Debug output for id3 tags
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2007 12:46:18 +0000 |
parents | 1a49bd0d8375 |
children | 6de6f78b13a1 |
comparison
equal
deleted
inserted
replaced
276:21c7152ddba8 | 277:8acd30ed735c |
---|---|
41 Pane *addPane(bool suppressPropertyBox = false); // I own the returned value | 41 Pane *addPane(bool suppressPropertyBox = false); // I own the returned value |
42 void deletePane(Pane *pane); // Deletes the pane, but _not_ its layers | 42 void deletePane(Pane *pane); // Deletes the pane, but _not_ its layers |
43 | 43 |
44 int getPaneCount() const; // Returns only count of visible panes | 44 int getPaneCount() const; // Returns only count of visible panes |
45 Pane *getPane(int n); // Of visible panes; I own the returned value | 45 Pane *getPane(int n); // Of visible panes; I own the returned value |
46 int getPaneIndex(Pane *pane); // so getPane(index)==pane; -1 if absent | |
46 | 47 |
47 void hidePane(Pane *pane); // Also removes pane from getPane/getPaneCount | 48 void hidePane(Pane *pane); // Also removes pane from getPane/getPaneCount |
48 void showPane(Pane *pane); // Returns pane to getPane/getPaneCount | 49 void showPane(Pane *pane); // Returns pane to getPane/getPaneCount |
49 | 50 |
50 int getHiddenPaneCount() const; | 51 int getHiddenPaneCount() const; |