Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::MESSAGING::HELPERS::DialogOKMessage Struct Reference

#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
 

Member Data Documentation

◆ heading

CVariant KODI::MESSAGING::HELPERS::DialogOKMessage::heading

Heading to be displayed in the dialog box.

◆ lines

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.

◆ show

bool KODI::MESSAGING::HELPERS::DialogOKMessage::show = true

bool to see if the dialog needs to be shown

◆ text

CVariant KODI::MESSAGING::HELPERS::DialogOKMessage::text

Body text to be displayed, this is mutually exclusive with lines below.


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