[#CClientUIInterface-MessageBoxFlags] = xref:CClientUIInterface.adoc[CClientUIInterface]::MessageBoxFlags :relfileprefix: ../ :mrdocs: Flags for CClientUIInterface::ThreadSafeMessageBox == Synopsis Declared in `<node/interface_ui.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum MessageBoxFlags : uint32_t; ---- == Members [cols="1,4"] |=== | Name| Description | `ICON_INFORMATION` | Informational message, no icon emphasis. | `ICON_WARNING` | Show a warning icon. | `ICON_ERROR` | Show an error icon. | `ICON_MASK` | Mask of all available icons in CClientUIInterface::MessageBoxFlags This needs to be updated, when icons are changed there! | `BTN_OK` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_YES` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_NO` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_ABORT` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_RETRY` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_IGNORE` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_CLOSE` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_CANCEL` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_DISCARD` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_HELP` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_APPLY` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_RESET` | These values are taken from qmessagebox.h "enum StandardButton" to be directly usable | `BTN_MASK` | Mask of all available buttons in CClientUIInterface::MessageBoxFlags This needs to be updated, when buttons are changed there! | `MODAL` | Force blocking, modal message box dialog (not just OS notification) | `SECURE` | Do not print contents of message to debug log | `MSG_INFORMATION` | Predefined combinations for certain default usage cases | `MSG_WARNING` | Predefined combinations for certain default usage cases | `MSG_ERROR` | Predefined combinations for certain default usage cases |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#