Mercurial > hg > svgui
comparison layer/SingleColourLayer.h @ 397:2c59b0cd176b
* Update translations, and add change counter to name of bundle command
author | Chris Cannam |
---|---|
date | Thu, 12 Jun 2008 10:47:11 +0000 |
parents | a55affd7ab6c |
children | 156a120345ae |
comparison
equal
deleted
inserted
replaced
396:2669267fb7ea | 397:2c59b0cd176b |
---|---|
21 #include <vector> | 21 #include <vector> |
22 #include <map> | 22 #include <map> |
23 | 23 |
24 class SingleColourLayer : public Layer | 24 class SingleColourLayer : public Layer |
25 { | 25 { |
26 Q_OBJECT | |
27 | |
26 public: | 28 public: |
27 virtual void setBaseColour(int); | 29 virtual void setBaseColour(int); |
28 virtual int getBaseColour() const; | 30 virtual int getBaseColour() const; |
29 | 31 |
30 virtual bool hasLightBackground() const; | 32 virtual bool hasLightBackground() const; |