Translates data types from GUI API to the corresponding format in Kodi.
More...
#include <GUITranslator.h>
Translates data types from GUI API to the corresponding format in Kodi.
This class is stateless.
◆ TranslateActionIdToAddon()
ADDON_ACTION CAddonGUITranslator::TranslateActionIdToAddon |
( |
int |
kodiId | ) |
|
|
static |
Translate Kodi's action id's to addon.
- Parameters
-
kodiId | Kodi's action identifier |
- Returns
- Addon action identifier
◆ TranslateActionIdToKodi()
int CAddonGUITranslator::TranslateActionIdToKodi |
( |
ADDON_ACTION |
addonId | ) |
|
|
static |
Translate addon's action id's to Kodi.
- Parameters
-
addonId | Addon's action identifier |
- Returns
- Kodi action identifier
The documentation for this class was generated from the following files:
- xbmc/addons/interfaces/gui/GUITranslator.h
- xbmc/addons/interfaces/gui/GUITranslator.cpp