FLImaging
6.5.8.1
FLImagingFoundation
FLImagingGUI
GUIMessageBox.h
1
#pragma once
2
3
namespace
FLImaging
4
{
5
namespace
GUI
6
{
7
class
FL_EXPORT CGUIMessageBox :
public
Base::CFLBase
8
{
9
public
:
10
static
UINT DoModal(Base::CFLString<wchar_t> flstrMessage, UINT nType = MB_OK, CWnd* pParent =
nullptr
);
11
12
protected
:
13
CGUIMessageBox();
14
CGUIMessageBox(
const
CGUIMessageBox& rhs);
15
virtual
~CGUIMessageBox();
16
17
Base::CFLString<wchar_t> m_strMessage;
18
};
19
}
20
}
FLImaging
Generated on Thu May 8 2025 22:19:32 for FLImaging by
1.12.0