|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <ApplicationMessageHandling.h>
Public Member Functions | |
| CApplicationMessageHandling (CApplication &app) | |
| void | OnApplicationMessage (KODI::MESSAGING::ThreadMessage *pMsg) |
| bool | OnMessage (const CGUIMessage &message) |
Public Member Functions inherited from CAppInboundProtocol | |
| CAppInboundProtocol (CApplication &app) | |
| bool | OnEvent (const XBMC_Event &newEvent) |
| void | SetRenderGUI (bool renderGUI) |
| void | Close () |
Additional Inherited Members | |
Protected Member Functions inherited from CAppInboundProtocol | |
| void | HandleEvents () |
Protected Attributes inherited from CAppInboundProtocol | |
| bool | m_closed = false |
| CApplication & | m_pApp |
| std::deque< XBMC_Event > | m_portEvents |
| CCriticalSection | m_portSection |
|
explicit |
| void CApplicationMessageHandling::OnApplicationMessage | ( | KODI::MESSAGING::ThreadMessage * | pMsg | ) |
| bool CApplicationMessageHandling::OnMessage | ( | const CGUIMessage & | message | ) |