diff options
author | louis <louis.braun@gmx.de> | 2014-10-25 16:58:05 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-25 16:58:05 +0200 |
commit | 0b9e3787a2a920e010ab53330262fe8644e4b0d0 (patch) | |
tree | 77e7739b11a1c5dba0d96f9eb688f3d37e0af7fb /libcore/pixmapcontainer.h | |
parent | ee39eb8066f977d2adb3be71b6c34a7d6af4a22c (diff) | |
download | vdr-plugin-skindesigner-0b9e3787a2a920e010ab53330262fe8644e4b0d0.tar.gz vdr-plugin-skindesigner-0b9e3787a2a920e010ab53330262fe8644e4b0d0.tar.bz2 |
implemented function drawslope
Diffstat (limited to 'libcore/pixmapcontainer.h')
-rw-r--r-- | libcore/pixmapcontainer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcore/pixmapcontainer.h b/libcore/pixmapcontainer.h index 3904f16..3b3105a 100644 --- a/libcore/pixmapcontainer.h +++ b/libcore/pixmapcontainer.h @@ -35,6 +35,7 @@ protected: void DrawText(int num, const cPoint &Point, const char *s, tColor ColorFg, tColor ColorBg, std::string fontName, int fontSize); void DrawRectangle(int num, const cRect &Rect, tColor Color); void DrawEllipse(int num, const cRect &Rect, tColor Color, int Quadrants = 0); + void DrawSlope(int num, const cRect &Rect, tColor Color, int Type); void DrawImage(int num, const cPoint &Point, const cImage &Image); void DrawBitmap(int num, const cPoint &Point, const cBitmap &Bitmap, tColor ColorFg = 0, tColor ColorBg = 0, bool Overlay = false); void Fill(int num, tColor Color); |