12#include "GUICheckBox.h"
58 afx_msg BOOL OnBnClicked();
59 afx_msg
void OnMouseHover(UINT nFlags, CPoint point);
60 afx_msg
void OnMouseLeave();
61 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
62 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
63 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
64 afx_msg
void OnSetFocus(CWnd* pOldWnd);
65 afx_msg
void OnKillFocus(CWnd* pNewWnd);
68 virtual
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override;
69 virtual
void DrawButton(CDC* pDC, const CRect& rect);
70 virtual
void DrawText(CDC* pDC, const CRect& rect);
체크박스 클래스
Definition GUICheckBox.h:28
누름과 유사 스타일을 가진 체크박스
Definition GUICheckBoxPushLike.h:28
CGUICheckBoxPushLike()
기본 생성자
virtual void SetEnable(bool bEnable) override
버튼 윈도우의 활성 여부를 지정하는 함수
virtual ~CGUICheckBoxPushLike()
기본 소멸자