foobar2000 SDK
2015-08-03
|
#include <misc.h>
Public Member Functions | |
BEGIN_MSG_MAP_EX (CSeparator) MSG_WM_PAINT(OnPaint) CHAIN_MSG_MAP(__super) END_MSG_MAP() static const TCHAR *GetClassName() | |
Public Member Functions inherited from CTextControl< CSeparator > | |
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< CSeparator > | |
BEGIN_MSG_MAP_EX (CWindowRegisteredT) END_MSG_MAP() static void Register() | |
Private Member Functions | |
void | OnPaint (CDCHandle dc) |
Additional Inherited Members | |
Static Public Member Functions inherited from CWindowRegisteredT< CSeparator > | |
static UINT | GetClassStyle () |
static HCURSOR | GetCursor () |
Data Fields inherited from CTextControl< CSeparator > | |
CFontHandle | m_font |
Protected Member Functions inherited from CWindowRegisteredT< CSeparator > | |
virtual | ~CWindowRegisteredT () |
|
inline |