This is the complete list of members for neo::DeviceContextIF, including all inherited members.
BitBlt(int x, int y, int width, int height, HDC sourceDC, int srcX, int srcY, DWORD rasterOp=SRCCOPY) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
BitBlt(const RECT &rect, HDC sourceDC, const POINT &sourcePoint, DWORD rasterOp=SRCCOPY) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
DrawText(const tstring &text, RECT &boundingRect, UINT format=DT_LEFT|DT_TOP) | neo::DeviceContextIF | inline |
DrawText(const tstring &text, int x, int y) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
FillRect(const RECT &r, HBRUSH brush) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
FillRegion(HRGN region, HBRUSH brush) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
GetHDC()=0 | neo::DeviceContextIF | pure virtual |
GetTextSize(const tstring &text, UINT format=DT_LEFT|DT_TOP, LONG maxWidth=1000000) | neo::DeviceContextIF | inline |
Select(HGDIOBJ object) | neo::DeviceContextIF | inline |
SetBkColor(COLORREF color) | neo::DeviceContextIF | inline |
SetBkModeOpaque() | neo::DeviceContextIF | inline |
SetBkModeTransparent() | neo::DeviceContextIF | inline |
SetBrush(HBRUSH brush) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
SetFont(HFONT font) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
SetPen(HPEN pen) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
SetRegion(HRGN region) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
SetStretchBltMode(int mode) | neo::DeviceContextIF | inline |
SetTextColor(COLORREF color) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
StretchBlt(int x, int y, int width, int height, HDC sourceDC, int srcX, int srcY, int srcWidth, int srcHeight, DWORD rasterOp=SRCCOPY) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
StretchBlt(const RECT &rect, HDC sourceDC, const RECT &sourceRect, DWORD rasterOp=SRCCOPY) (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inline |
~DeviceContextIF() (defined in neo::DeviceContextIF) | neo::DeviceContextIF | inlinevirtual |