sprint 1-alpha
sprint::gtl::CWindowDC Member List
This is the complete list of members for sprint::gtl::CWindowDC, including all inherited members.
Attach(HDC hDC) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
BitBlt(int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc=0, int nYSrc=0, DWORD dwRop=SRCCOPY) const sprint::gtl::TDC< tManagedDC >
BitBlt(int x, int y, HBITMAP hbmp, DWORD dwRop=SRCCOPY) const sprint::gtl::TDC< tManagedDC >
Circle(int x, int y, int r) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
CreateCompatibleBitmap(int nWidth, int nHeight)sprint::gtl::TDC< tManagedDC >
CreateCompatibleDC() const sprint::gtl::TDC< tManagedDC >
CWindowDC(HWND hWnd) (defined in sprint::gtl::CWindowDC)sprint::gtl::CWindowDC
DeleteDC()sprint::gtl::TDC< tManagedDC >
Detach() (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
DrawEdge(LPRECT lpRect, UINT nEdge, UINT nFlags) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
DrawFrameControl(const RECT &lpRect, UINT nType, UINT nState) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
DrawText(LPCSTR lpString, const RECT &rc, UINT uFormat) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
DrawText(const std::string &str, const RECT &rc, UINT uFormat) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
Ellipse(int x0, int y0, int x1, int y1) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
ExtTextOut(int x, int y, UINT nOptions, LPCRECT lpRect, LPCTSTR lpszString, UINT nCount=-1, LPINT lpDxWidths=NULL) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
FillRect(const RECT &rc, HBRUSH hbr)sprint::gtl::TDC< tManagedDC >
FillRect(int x0, int y0, int x1, int y1, HBRUSH hbr) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
FrameRect(const RECT &rc, HBRUSH hbr) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
FrameRect(int x0, int y0, int x1, int y1, HBRUSH hbr) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetCurrentBitmap() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetCurrentBrush() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetCurrentFont() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextAlign() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextCharacterExtra() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextColor() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtent(LPCSTR lpString, LPSIZE lpSize) const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtent(const std::string &str, LPSIZE lpSize) const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtent(LPCTSTR lpszString, int nCount, LPSIZE lpSize) const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtent(LPCTSTR lpszString, int nCount=-1) const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtent(const std::string &str) const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
GetTextExtentExPoint(LPCTSTR lpszString, int cchString, LPSIZE lpSize, int nMaxExtent, LPINT lpnFit=NULL, LPINT alpDx=NULL) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
IsNull() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
Line(POINT a, POINT b)sprint::gtl::TDC< tManagedDC >
Line(int x0, int y0, int x1, int y1) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
LineTo(int x, int y) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
LineTo(POINT point) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
m_hdc (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
m_hWnd (defined in sprint::gtl::CWindowDC)sprint::gtl::CWindowDC
MoveTo(int x, int y, LPPOINT lpPoint=NULL) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
MoveTo(POINT point, LPPOINT lpPointRet=NULL) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
operator HDC() const (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
Polygon(LPPOINT lpPoints, int nCount)sprint::gtl::TDC< tManagedDC >
Polyline(LPPOINT lpPoints, int nCount)sprint::gtl::TDC< tManagedDC >
Rectangle(const RECT &rc) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
Rectangle(int x0, int y0, int x1, int y1) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
RestoreDC(int nSavedDC)sprint::gtl::TDC< tManagedDC >
SaveDC()sprint::gtl::TDC< tManagedDC >
SelectBitmap(HBITMAP hbmp) const sprint::gtl::TDC< tManagedDC >
SelectBrush(HBRUSH hbr) const sprint::gtl::TDC< tManagedDC >
SelectFont(HFONT hbr) const sprint::gtl::TDC< tManagedDC >
SelectPen(HPEN hpen) const sprint::gtl::TDC< tManagedDC >
SetBkColor(COLORREF crColor) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
SetBkMode(int mode) const sprint::gtl::TDC< tManagedDC >
SetTextAlign(UINT nFlags) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
SetTextCharacterExtra(int nCharExtra) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
SetTextColor(COLORREF rgb) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
SetTextColor(unsigned int r, unsigned int g, unsigned int b) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
SetTextJustification(int nBreakExtra, int nBreakCount) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
TDC(HDC hdc=NULL) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
TextOut(int x, int y, LPCSTR lpString, int nCount=-1)sprint::gtl::TDC< tManagedDC >
TextOut(int x, int y, const std::string &lpString) (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
~CWindowDC() (defined in sprint::gtl::CWindowDC)sprint::gtl::CWindowDC
~TDC() (defined in sprint::gtl::TDC< tManagedDC >)sprint::gtl::TDC< tManagedDC >
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines