2#include "GUIDialogCustom.h"
132 DeclareGetClassType();
135 virtual void PreSubclassWindow();
Template type 의 문자열 클래스
Definition FLString.h:34
FLImaging 모듈의 수행 결과 객체
Definition ResultsDef.h:1605
virtual const CResult Assign(const CGUIDialogCustomEmbedded &rhs)
다이얼로그 객체를 복사합니다.
virtual Base::CFLString< wchar_t > GetTitle() const
다이얼로그 제목을 리턴합니다.
CGUIDialogCustomEmbedded(const CGUIDialogCustomEmbedded *pRhs)
복사 생성자(포인터)
virtual const CResult Assign(const CGUIDialogCustomEmbedded *pRhs)
다이얼로그 객체를 복사합니다.
virtual void SetTitle(const Base::CFLString< wchar_t > &strTitle)
다이얼로그 제목을 설정합니다.
CGUIDialogCustomEmbedded(const CGUIDialogCustomEmbedded &rhs)
복사 생성자(레퍼런스)
CGUIDialogCustomEmbedded()
기본 생성자
virtual ~CGUIDialogCustomEmbedded()
기본 소멸자
CGUIDialogCustomEmbedded(UINT nIDTemplate, CWnd *pParent=nullptr)
Constructs a CGUIDialogCustom object.
Definition D2DObject.h:12