Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | KODI::MESSAGING::HELPERS::DialogOKMessage |
Namespaces | |
namespace | KODI |
namespace | KODI::MESSAGING |
namespace | KODI::MESSAGING::HELPERS |
Functions | |
void | KODI::MESSAGING::HELPERS::UpdateOKDialogText (CVariant heading, CVariant text) |
This is a helper method to send a threadmessage to update a Ok dialog text. | |
bool | KODI::MESSAGING::HELPERS::ShowOKDialogText (CVariant heading, CVariant text) |
This is a helper method to send a threadmessage to open a Ok dialog box. | |
bool | KODI::MESSAGING::HELPERS::ShowOKDialogLines (CVariant heading, CVariant line0, CVariant line1=CVariant(), CVariant line2=CVariant()) |
This is a helper method to send a threadmessage to open a OK dialog box. | |