Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

#include <PeripheralUtils.h>

Inheritance diagram for kodi::addon::PeripheralCapabilities:
kodi::addon::CStructHdl< PeripheralCapabilities, PERIPHERAL_CAPABILITIES >

Public Member Functions

void SetProvidesJoysticks (bool providesJoysticks)
 Set true if the add-on provides joysticks. More...
 
bool GetProvidesJoysticks () const
 To get with SetProvidesJoysticks changed values. More...
 
void SetProvidesJoystickRumble (bool providesJoystickRumble)
 Set true if the add-on provides joystick rumble. More...
 
bool GetProvidesJoystickRumble () const
 To get with SetProvidesJoystickRumble changed values. More...
 
void SetProvidesJoystickPowerOff (bool providesJoystickPowerOff)
 Set true if the add-on provides power off about joystick. More...
 
bool GetProvidesJoystickPowerOff () const
 To get with SetProvidesJoystickPowerOff changed values. More...
 
void SetProvidesButtonmaps (bool providesButtonmaps)
 Set true if the add-on provides button maps. More...
 
bool GetProvidesButtonmaps () const
 To get with SetProvidesButtonmaps changed values. More...
 
- Public Member Functions inherited from kodi::addon::CStructHdl< PeripheralCapabilities, PERIPHERAL_CAPABILITIES >
 CStructHdl ()
 
 CStructHdl (const PeripheralCapabilities &cppClass)
 
 CStructHdl (const PERIPHERAL_CAPABILITIES *cStructure)
 
 CStructHdl (PERIPHERAL_CAPABILITIES *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const PERIPHERAL_CAPABILITIES &right)
 
virtual ~CStructHdl ()
 
 operator PERIPHERAL_CAPABILITIES * ()
 
 operator const PERIPHERAL_CAPABILITIES * () const
 
const PERIPHERAL_CAPABILITIESGetCStructure () const
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< PeripheralCapabilities, PERIPHERAL_CAPABILITIES >
PERIPHERAL_CAPABILITIESm_cStructure
 

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