46 #ifndef __WTX_POPUPQUESTION_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 47 #define __WTX_POPUPQUESTION_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__ 49 #include <Wt/WSignal.h> 50 #include <Wt/WDialog.h> 59 PopupQuestion(
const std::string & question,
const std::string & answer,
const std::string & placeholder );
61 static Wtx::PopupQuestion * ask(
const std::string & question,
const std::string & answer =
"",
const std::string & placeholder =
"" );
63 Wt::Signal<std::string> & answered();
69 Wt::Signal<std::string> m_answered;
75 #endif // end#ifndef __WTX_POPUPQUESTION_H_234e0174_6b7d_11e8_b503_fb1ef3651ec0__