12#ifndef WSFSCRIPTPROMPT_HPP
13#define WSFSCRIPTPROMPT_HPP
15#include "UtScriptClass.hpp"
16#include "UtScriptClassDefine.hpp"
UT_DECLARE_SCRIPT_METHOD(Display_2)
UT_DECLARE_SCRIPT_METHOD(DisplayAndPause_2)
WsfScriptPromptClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptPrompt.cpp:76
UT_DECLARE_SCRIPT_METHOD(DisplayAndPause_1)
UT_DECLARE_SCRIPT_METHOD(Display_1)
std::vector< std::pair< std::string, std::string > > ScriptButtons
Definition WsfScriptPrompt.hpp:21
Definition WsfScriptPrompt.hpp:24
std::string message
Definition WsfScriptPrompt.hpp:27
std::string platformName
Definition WsfScriptPrompt.hpp:25
ScriptButtons scriptButtons
Definition WsfScriptPrompt.hpp:28
std::string title
Definition WsfScriptPrompt.hpp:26
bool block
Definition WsfScriptPrompt.hpp:29