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

#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.
 
bool GetProvidesJoysticks () const
 To get with SetProvidesJoysticks changed values.
 
void SetProvidesJoystickRumble (bool providesJoystickRumble)
 Set true if the add-on provides joystick rumble.
 
bool GetProvidesJoystickRumble () const
 To get with SetProvidesJoystickRumble changed values.
 
void SetProvidesJoystickPowerOff (bool providesJoystickPowerOff)
 Set true if the add-on provides power off about joystick.
 
bool GetProvidesJoystickPowerOff () const
 To get with SetProvidesJoystickPowerOff changed values.
 
void SetProvidesButtonmaps (bool providesButtonmaps)
 Set true if the add-on provides button maps.
 
bool GetProvidesButtonmaps () const
 To get with SetProvidesButtonmaps changed values.
 
- 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: