Mercurial > hg > svgui
diff widgets/Pane.h @ 8:06bba0b79b1c
* Session file save, and the skeleton of session file load.
author | Chris Cannam |
---|---|
date | Fri, 13 Jan 2006 18:05:07 +0000 |
parents | 37b110168acf |
children | 01849cd277e6 |
line wrap: on
line diff
--- a/widgets/Pane.h Thu Jan 12 17:45:23 2006 +0000 +++ b/widgets/Pane.h Fri Jan 13 18:05:07 2006 +0000 @@ -34,6 +34,9 @@ void setCentreLineVisible(bool visible); bool getCentreLineVisible() const { return m_centreLineVisible; } + virtual QString toXmlString(QString indent = "", + QString extraAttributes = "") const; + signals: void paneInteractedWith();