foobar2000 SDK
2015-08-03
|
#include <misc.h>
Public Member Functions | |
BEGIN_MSG_MAP_EX (CTextControl) MSG_WM_SETFONT(OnSetFont) MSG_WM_GETFONT(OnGetFont) MSG_WM_SETTEXT(OnSetText) CHAIN_MSG_MAP(__super) END_MSG_MAP() private | |
void | OnSetFont (HFONT font, BOOL bRedraw) |
int | OnSetText (LPCTSTR lpstrText) |
Public Member Functions inherited from CWindowRegisteredT< TClass > | |
BEGIN_MSG_MAP_EX (CWindowRegisteredT) END_MSG_MAP() static void Register() | |
Data Fields | |
CFontHandle | m_font |
Additional Inherited Members | |
Static Public Member Functions inherited from CWindowRegisteredT< TClass > | |
static UINT | GetClassStyle () |
static HCURSOR | GetCursor () |
Protected Member Functions inherited from CWindowRegisteredT< TClass > | |
virtual | ~CWindowRegisteredT () |
|
inline |
|
inline |
|
inline |
CFontHandle CTextControl< TClass >::m_font |