mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
implemented function drawslope
This commit is contained in:
@@ -17,6 +17,7 @@ private:
|
||||
void DoDrawFloatingTextBox(int num, cTemplateFunction *func);
|
||||
void DoDrawRectangle(int num, cTemplateFunction *func, int x0 = 0, int y0 = 0);
|
||||
void DoDrawEllipse(int num, cTemplateFunction *func, int x0 = 0, int y0 = 0);
|
||||
void DoDrawSlope(int num, cTemplateFunction *func, int x0 = 0, int y0 = 0);
|
||||
void DoDrawImage(int num, cTemplateFunction *func, int x0 = 0, int y0 = 0);
|
||||
void ActivateScrolling(void);
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user