diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-07-07 15:16:00 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-03-07 20:39:02 +0100 |
commit | c43acb32f36c6658e9b98f46c07de68a81a88e33 (patch) | |
tree | 2f483979cce95a4db7b093b1929745d758b9c911 /plugingui/painter.h | |
parent | d9d7188ad7b22e8991a9ef685840ac0e88566b39 (diff) |
Experimental rotating knob graphics.rotating_knobs
Diffstat (limited to 'plugingui/painter.h')
-rw-r--r-- | plugingui/painter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/painter.h b/plugingui/painter.h index 2630b0c..4415ad8 100644 --- a/plugingui/painter.h +++ b/plugingui/painter.h @@ -56,6 +56,7 @@ public: void drawCircle(int x, int y, double r); void drawFilledCircle(int x, int y, int r); void drawImage(int x, int y, const Drawable& image); + void drawRotatedImage(int x0, int y0, float a, const Drawable& image); void drawRestrictedImage(int x0, int y0, Colour const& colour, const Drawable& image); void drawImageStretched(int x, int y, const Drawable& image, int width, int height); |