xbmc
Public Member Functions | List of all members
KODI::GAME::CControllerHub Class Reference

A branch in the controller tree. More...

#include <ControllerHub.h>

Public Member Functions

 CControllerHub (const CControllerHub &other)
 
 CControllerHub (CControllerHub &&other)=default
 
CControllerHuboperator= (const CControllerHub &rhs)
 
CControllerHuboperator= (CControllerHub &&rhs) noexcept
 
void Clear ()
 
bool HasPorts () const
 
PortVec & GetPorts ()
 
const PortVec & GetPorts () const
 
void SetPorts (PortVec ports)
 
bool IsControllerAccepted (const std::string &controllerId) const
 
bool IsControllerAccepted (const std::string &portAddress, const std::string &controllerId) const
 
ControllerVector GetControllers () const
 
void GetControllers (ControllerVector &controllers) const
 
const CPortNodeGetPort (const std::string &address) const
 

Detailed Description

A branch in the controller tree.


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