Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CAppInboundProtocol Class Reference

#include <AppInboundProtocol.h>

Public Member Functions

 CAppInboundProtocol (CApplication &app)
 
bool OnEvent (const XBMC_Event &newEvent)
 
void SetRenderGUI (bool renderGUI)
 
void Close ()
 

Protected Member Functions

void HandleEvents ()
 

Protected Attributes

bool m_closed = false
 
CApplicationm_pApp
 
std::deque< XBMC_Eventm_portEvents
 
CCriticalSection m_portSection
 

Friends

class CApplication
 

Constructor & Destructor Documentation

◆ CAppInboundProtocol()

CAppInboundProtocol::CAppInboundProtocol ( CApplication & app)

Member Function Documentation

◆ Close()

void CAppInboundProtocol::Close ( )

◆ HandleEvents()

void CAppInboundProtocol::HandleEvents ( )
protected

◆ OnEvent()

bool CAppInboundProtocol::OnEvent ( const XBMC_Event & newEvent)

◆ SetRenderGUI()

void CAppInboundProtocol::SetRenderGUI ( bool renderGUI)

Friends And Related Symbol Documentation

◆ CApplication

friend class CApplication
friend

Member Data Documentation

◆ m_closed

bool CAppInboundProtocol::m_closed = false
protected

◆ m_pApp

CApplication& CAppInboundProtocol::m_pApp
protected

◆ m_portEvents

std::deque<XBMC_Event> CAppInboundProtocol::m_portEvents
protected

◆ m_portSection

CCriticalSection CAppInboundProtocol::m_portSection
protected

The documentation for this class was generated from the following files: