Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <DialogOKHelper.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. | |
bool | show = true |
bool to see if the dialog needs to be shown | |
CVariant KODI::MESSAGING::HELPERS::DialogOKMessage::heading |
Heading to be displayed in the dialog box.
std::array<CVariant, 3> KODI::MESSAGING::HELPERS::DialogOKMessage::lines |
Body text to be displayed, specified as three lines. This is mutually exclusive with the text above.
bool KODI::MESSAGING::HELPERS::DialogOKMessage::show = true |
bool to see if the dialog needs to be shown
CVariant KODI::MESSAGING::HELPERS::DialogOKMessage::text |
Body text to be displayed, this is mutually exclusive with lines below.