Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
7:634324c6296e | 8:06bba0b79b1c |
---|---|
32 virtual bool shouldIlluminateLocalFeatures(const Layer *layer, QPoint &pos); | 32 virtual bool shouldIlluminateLocalFeatures(const Layer *layer, QPoint &pos); |
33 | 33 |
34 void setCentreLineVisible(bool visible); | 34 void setCentreLineVisible(bool visible); |
35 bool getCentreLineVisible() const { return m_centreLineVisible; } | 35 bool getCentreLineVisible() const { return m_centreLineVisible; } |
36 | 36 |
37 virtual QString toXmlString(QString indent = "", | |
38 QString extraAttributes = "") const; | |
39 | |
37 signals: | 40 signals: |
38 void paneInteractedWith(); | 41 void paneInteractedWith(); |
39 | 42 |
40 protected: | 43 protected: |
41 virtual void paintEvent(QPaintEvent *e); | 44 virtual void paintEvent(QPaintEvent *e); |