DrawLockParagraph

This commit is contained in:
Svetlana Kulikova
2020-11-18 17:24:33 +03:00
parent bcfba8dbd9
commit a70c3bf2b7
7 changed files with 103 additions and 70 deletions

View File

@ -165,10 +165,10 @@ namespace NSGraphics
void SetIntegerGrid(bool param);
bool GetIntegerGrid();
void DrawStringASCII(const std::wstring& text, double x, double y);
void DrawStringASCII2() {}
void DrawStringASCII2(const std::wstring& text, double x, double y);
void DrawHeaderEdit(double yPos);
void DrawFooterEdit(double yPos);
void DrawLockParagraph () {}
void DrawLockParagraph (double x, double y1, double y2);
void DrawLockObjectRect() {}
void DrawEmptyTableLine(double x1, double y1, double x2, double y2);
void DrawSpellingLine (double y0, double x0, double x1, double w);