kodi
Public Attributes | List of all members
KODI::MESSAGING::HELPERS::DialogYesNoMessage Struct Reference

Payload sent for message TMSG_GUI_DIALOG_YESNO. More...

#include "messaging/helpers/DialogHelper.h"

Collaboration diagram for KODI::MESSAGING::HELPERS::DialogYesNoMessage:
Collaboration graph
[legend]

Public Attributes

CVariant heading
 Heading to be displayed in the dialog box.
 
CVariant text
 Body text to be displayed, this is mutually exclusive with lines below.
 
std::array< CVariant, 3 > lines
 Body text to be displayed, specified as three lines. This is mutually exclusive with the text above.
 
CVariant yesLabel
 Text to show on the yes button.
 
CVariant noLabel
 Text to show on the no button.
 
CVariant customLabel
 Text to show on the 3rd custom button.
 
uint32_t autoclose {0}
 Time in milliseconds before autoclosing the dialog, 0 means don't autoclose.
 

Detailed Description

Payload sent for message TMSG_GUI_DIALOG_YESNO.

See also
ShowDialogText
ShowDialogLines

The documentation for this struct was generated from the following file: