12#include "GUIWndCtrlBase.h"
13#include "DefinitionsGUI.h"
59 void SetCheck(int32_t i32Check,
bool bInvalidate =
true);
78 virtual void Enable(
bool bEnable);
86 virtual
void PreSubclassWindow();
87 afx_msg LRESULT OnSetCheck(WPARAM wParam, LPARAM lParam);
88 afx_msg
int OnCreate(LPCREATESTRUCT lpCreateStruct);
89 afx_msg
void OnLButtonDown(UINT nFlags, CPoint point);
90 afx_msg
void OnLButtonUp(UINT nFlags, CPoint point);
91 afx_msg
void OnMouseHover(UINT nFlags, CPoint point);
92 afx_msg
void OnMouseLeave();
93 afx_msg
void OnMouseMove(UINT nFlags, CPoint point);
94 afx_msg BOOL OnEraseBkgnd(CDC* pDC);
95 afx_msg
void OnEnable(BOOL bEnable);
96 afx_msg
void OnSetFocus(CWnd* pOldWnd);
97 afx_msg
void OnKillFocus(CWnd* pNewWnd);
100 virtual
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct) override;
101 virtual
void DrawButton(CDC* pDC, const CRect& rect);
102 virtual
void DrawText(CDC* pDC, CRect rect);
105 bool m_bTextAlignDirty;
110 UINT m_u32CheckState;
Definition D2DObject.h:12
EGUIStringTrimming
Cut option if string is out of layout square.
Definition DefinitionsGUI.h:10035
EGUIAlignment
Alignment information.
Definition DefinitionsGUI.h:9897