24 class FL_EXPORT CGUIDialogCustom :
public CDialogEx,
public Base::CFLBase
26 DECLARE_DYNAMIC(CGUIDialogCustom)
43 CGUIDialogCustom(
const CGUIDialogCustom* pRhs);
51 CGUIDialogCustom(
const CGUIDialogCustom& rhs);
64 CGUIDialogCustom(UINT nIDTemplate, CWnd* pParent =
nullptr);
77 CGUIDialogCustom(LPCTSTR lpszTemplateName, CWnd* pParentWnd =
nullptr);
85 virtual ~CGUIDialogCustom();
100 virtual const CResult Assign(
const CGUIDialogCustom* pRhs);
115 virtual const CResult Assign(
const CGUIDialogCustom& rhs);
126 virtual uint32_t GetResourceID()
const;
128 SupportToDuplicateObject(CGUIDialogCustom, *
this);
129 DeclareGetClassType();
132 DECLARE_MESSAGE_MAP()
133 afx_msg
void OnPaint();
134 afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
135 virtual BOOL OnInitDialog()
override;
136 virtual BOOL PreTranslateMessage(MSG* pMsg)
override;
139 uint32_t m_u32ResourceID;
141 COLORREF m_crClientFillColor;
144 std::vector<CWnd*>& m_vctChildWnd;
FLImaging의 최상위 기저 클래스
Definition FLBase.h:36
FLImaging 모듈의 수행 결과 객체
Definition ResultsDef.h:1596
Definition D2DObject.h:12