Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Payload sent for message TMSG_GUI_DIALOG_YESNO. More...
#include "messaging/helpers/DialogHelper.h"
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. | |
Payload sent for message TMSG_GUI_DIALOG_YESNO.
uint32_t KODI::MESSAGING::HELPERS::DialogYesNoMessage::autoclose {0} |
Time in milliseconds before autoclosing the dialog, 0 means don't autoclose.
CVariant KODI::MESSAGING::HELPERS::DialogYesNoMessage::customLabel |
Text to show on the 3rd custom button.
CVariant KODI::MESSAGING::HELPERS::DialogYesNoMessage::heading |
Heading to be displayed in the dialog box.
std::array<CVariant, 3> KODI::MESSAGING::HELPERS::DialogYesNoMessage::lines |
Body text to be displayed, specified as three lines. This is mutually exclusive with the text above.
CVariant KODI::MESSAGING::HELPERS::DialogYesNoMessage::noLabel |
Text to show on the no button.
CVariant KODI::MESSAGING::HELPERS::DialogYesNoMessage::text |
Body text to be displayed, this is mutually exclusive with lines below.
CVariant KODI::MESSAGING::HELPERS::DialogYesNoMessage::yesLabel |
Text to show on the yes button.