Mercurial > hg > svgui
comparison widgets/Pane.h @ 34:c43f2c4f66f2
* As previous commit
author | Chris Cannam |
---|---|
date | Fri, 17 Feb 2006 18:11:08 +0000 |
parents | 651e4e868bcc |
children | 1bdf285c4eac |
comparison
equal
deleted
inserted
replaced
33:651e4e868bcc | 34:c43f2c4f66f2 |
---|---|
26 { | 26 { |
27 Q_OBJECT | 27 Q_OBJECT |
28 | 28 |
29 public: | 29 public: |
30 Pane(QWidget *parent = 0); | 30 Pane(QWidget *parent = 0); |
31 virtual QString getPropertyContainerIconName() const { return "pane"; } | |
31 | 32 |
32 virtual bool shouldIlluminateLocalFeatures(const Layer *layer, QPoint &pos); | 33 virtual bool shouldIlluminateLocalFeatures(const Layer *layer, QPoint &pos); |
33 | 34 |
34 void setCentreLineVisible(bool visible); | 35 void setCentreLineVisible(bool visible); |
35 bool getCentreLineVisible() const { return m_centreLineVisible; } | 36 bool getCentreLineVisible() const { return m_centreLineVisible; } |