|
| GSurfacePainterQt (QPainter *painter) |
|
virtual | ~GSurfacePainterQt () |
|
GFont * | SelectPainterFont (GFont *font) override |
|
void | SetPainterClipRect (int x, int y, int w, int h, bool enable, int orgX=0, int orgY=0) override |
|
void | DoPaintTextMultiLine (int x, int y, TextMultilineInfo *multiText, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextOutW (int x, int y, LPCWSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextOutA (int x, int y, LPCSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextOut (int x, int y, LPCTSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextW (LPRECT lprc, LPCWSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) override |
|
void | DoPaintTextA (LPRECT lprc, LPCSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) override |
|
void | DoPaintText (LPRECT lprc, LPCTSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) override |
|
void | DoPaintTextAngleW (int x, int y, float angle, LPCWSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextAngleA (int x, int y, float angle, LPCSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
void | DoPaintTextAngle (int x, int y, float angle, LPCTSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) override |
|
| GSurfacePainter () |
|
virtual | ~GSurfacePainter () |
|
virtual GFont * | GetPainterCurrentFont () |
|
virtual SIZE | GetTextSize (LPCTSTR sztext, int nlen) |
|
virtual SIZE | GetTextSizeW (LPCWSTR sztext, int nlen) |
|
virtual SIZE | GetTextSizeA (LPCSTR sztext, int nlen) |
|
virtual GFont * | SelectPainterFont (GFont *font) |
|
virtual void | SetPainterClipRect (int x, int y, int w, int h, bool enable, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextMultiLine (int x, int y, TextMultilineInfo *multiText, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextOutW (int x, int y, LPCWSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextOutA (int x, int y, LPCSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextOut (int x, int y, LPCTSTR text, int c, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextW (LPRECT lprc, LPCWSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextA (LPRECT lprc, LPCSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) |
|
virtual void | DoPaintText (LPRECT lprc, LPCTSTR text, int c, COLORREF color, UINT format, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextAngleW (int x, int y, float angle, LPCWSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextAngleA (int x, int y, float angle, LPCSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|
virtual void | DoPaintTextAngle (int x, int y, float angle, LPCTSTR sztext, int nlen, COLORREF color, UINT align=DT_LEFT|DT_TOP, int orgX=0, int orgY=0) |
|