Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
DialogOKHelper.h File Reference
#include "utils/Variant.h"
#include <array>
#include <string>

Classes

struct  KODI::MESSAGING::HELPERS::DialogOKMessage
 

Namespaces

namespace  KODI
 Controller configuration window.
 
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 open a Ok dialog box. More...
 
bool KODI::MESSAGING::HELPERS::ShowOKDialogText (CVariant heading, CVariant text)
 This is a helper method to send a threadmessage to update a Ok dialog text. More...
 
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. More...