TNB Library
|
継承メンバを含む CTextDrawer の全メンバ一覧です。
AdjustSize(int margin=1, HWND hWnd=NULL) | CTextDrawer | |
ButtonToDrawStyle(DWORD buttonStyle) | CTextDrawer | static |
CalcTextRect(RECT &_rect, HDC dc, DWORD drawStyle, LPCTSTR str) | CTextDrawer | static |
CalcTextSize(SIZE &_size, HDC dc, UINT drawStyle, LPCTSTR str) | CTextDrawer | static |
Clone(void) const | CTextDrawer | virtual |
CNullDrawer(const SIZE &size) | CNullDrawer | |
CNullDrawer(void) | CNullDrawer | |
CTextDrawer(const SIZE &size, HFONT font, COLORREF textColor, LPCTSTR str, DWORD drawStyle=DT_CENTER|DT_VCENTER, int margin=0) | CTextDrawer | |
CTextDrawer(HFONT font, COLORREF textColor, LPCTSTR str, DWORD drawStyle=DT_CENTER|DT_VCENTER, int margin=0) | CTextDrawer | |
Draw(HDC dc, int x=0, int y=0) const | CTextDrawer | virtual |
DrawEx(HDC dc, int x, int y, LPARAM lParam) const | IDrawable | virtual |
DrawTextRect(RECT &_rect, HDC dc, DWORD drawStyle, const POINT &offset, COLORREF color1, COLORREF color2, LPCTSTR str) | CTextDrawer | static |
DrawTextRect(HDC dc, const RECT &rect, DWORD drawStyle, const POINT &offset, COLORREF color1, COLORREF color2, LPCTSTR str) | CTextDrawer | static |
DrawTextRect(RECT &_rect, HDC dc, DWORD drawStyle, COLORREF color, LPCTSTR str) | CTextDrawer | static |
DrawTextRect(HDC dc, const RECT &rect, DWORD drawStyle, COLORREF color, LPCTSTR str) | CTextDrawer | static |
GetDrawStyle(void) const | CTextDrawer | |
GetSize(SIZE &_size) const | CNullDrawer | virtual |
GetString(void) const | CTextDrawer | |
GetTextColor(void) const | CTextDrawer | |
m_drawStyle | CTextDrawer | protected |
m_font | CTextDrawer | protected |
m_margin | CTextDrawer | protected |
m_size | CNullDrawer | protected |
m_str | CTextDrawer | protected |
m_textColor | CTextDrawer | protected |
ModifyText(CSimpleStr &_str, const SIZE &size, HDC dc, LPCTSTR lpsz, UINT drawStyle=DT_END_ELLIPSIS|DT_NOPREFIX) | CTextDrawer | static |
ModifyText(CSimpleStr &_str, HWND hWnd, LPCTSTR lpsz, UINT drawStyle=DT_END_ELLIPSIS|DT_NOPREFIX) | CTextDrawer | static |
Ptr typedef | IDrawable | |
Resize(const SIZE &size) | CNullDrawer | virtual |
SetDrawStyle(DWORD drawStyle=DT_CENTER|DT_VCENTER) | CTextDrawer | |
SetString(LPCTSTR str) | CTextDrawer | |
SetTextColor(COLORREF color) | CTextDrawer | |
StaticToDrawStyle(DWORD staticStyle) | CTextDrawer | static |
~IDrawable(void) | IDrawable | virtual |