41 static messageBoxResponse createMessageBox(
const std::wstring& text,
const std::wstring& title, messageBoxType type,
BaseComposite* parent =
nullptr,
bool helpButton =
false);
52 BaseDialogBox(
const std::wstring& className,
const std::wstring& title,
const utility::ComponentSettings& settings,
const std::string& dialogBoxFunctionName =
"",
const std::string& moduleName =
"", uint16_t smallIconResource = NULL, uint16_t largeIconResource = NULL);