Function TRAP::Utils::Dialogs::ShowMsgBox(const std::string&, const std::string&, Style)#

Function Documentation#

Selection TRAP::Utils::Dialogs::ShowMsgBox(const std::string &title, const std::string &message, Style style)#

Convenience function to call ShowMsgBox() with default button.

Parameters:
  • title – Title for the message box.

  • message – Message for the message box.

  • style – Style for the message box.

Returns:

Selection made by the user.