16 okPressed_(this,
"ok"),
17 cancelPressed_(this,
"cancel"),
20 defaultValue_(defaultValue)
75 return cpp14::make_unique<Popup>(Type::Confirm,
message, std::string());
80 return cpp14::make_unique<Popup>(Type::Alert,
message, std::string());
84 const std::string defaultValue)