11 #include "utils/Variant.h" 23 enum class DialogResponse : int
45 uint32_t autoclose{0};
std::array< CVariant, 3 > lines
Body text to be displayed, specified as three lines. This is mutually exclusive with the text above...
Definition: DialogHelper.h:41
CVariant heading
Heading to be displayed in the dialog box.
Definition: DialogHelper.h:39
Definition: AudioDecoder.h:18
Payload sent for message TMSG_GUI_DIALOG_YESNO.
Definition: DialogHelper.h:37
CVariant customLabel
Text to show on the 3rd custom button.
Definition: DialogHelper.h:44
CVariant noLabel
Text to show on the no button.
Definition: DialogHelper.h:43
CVariant text
Body text to be displayed, this is mutually exclusive with lines below.
Definition: DialogHelper.h:40
CVariant yesLabel
Text to show on the yes button.
Definition: DialogHelper.h:42