15 okPressed_(this,
"ok"),
16 cancelPressed_(this,
"cancel"),
19 defaultValue_(defaultValue)
74 return new Popup(
Confirm, message, std::string(), parent);
79 return new Popup(
Alert, message, std::string(), parent);
85 return new Popup(
Prompt, message, defaultValue, parent);
const std::string createCall(std::initializer_list< std::string > args) const
std::string narrow(const std::locale &loc=std::locale()) const
void setJavaScript(const std::string &javaScript, int nbArgs=0)