2#include "GUIDialogCustom.h"
132 DeclareGetClassType();
135 virtual void PreSubclassWindow();
Template type string class.
Definition FLString.h:34
FLImaging module execution result object.
Definition ResultsDef.h:1596
virtual const CResult Assign(const CGUIDialogCustomEmbedded &rhs)
Copies the dialog object.
virtual Base::CFLString< wchar_t > GetTitle() const
Returns the dialog title.
CGUIDialogCustomEmbedded(const CGUIDialogCustomEmbedded *pRhs)
Copy constructor by pointer.
virtual const CResult Assign(const CGUIDialogCustomEmbedded *pRhs)
Copies the dialog object.
virtual void SetTitle(const Base::CFLString< wchar_t > &strTitle)
Sets the dialog title.
CGUIDialogCustomEmbedded(const CGUIDialogCustomEmbedded &rhs)
Copy constructor by reference.
CGUIDialogCustomEmbedded()
Default constructor.
virtual ~CGUIDialogCustomEmbedded()
Default destructor.
CGUIDialogCustomEmbedded(UINT nIDTemplate, CWnd *pParent=nullptr)
Constructs a CGUIDialogCustom object.
CGUIDialogCustom()
Default constructor.
Definition D2DObject.h:12