|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <map>#include <set>#include <vector>#include <utility>#include "addons/Addon.h"#include "windowing/GraphicContext.h"#include "guilib/GUIIncludes.h"Classes | |
| class | ADDON::CSkinSetting |
| class | ADDON::CSkinSettingString |
| class | ADDON::CSkinSettingBool |
| class | ADDON::CSkinInfo |
| class | ADDON::CSkinInfo::CStartupWindow |
Namespaces | |
| namespace | ADDON |
Macros | |
| #define | CREDIT_LINE_LENGTH 50 |
Typedefs | |
| typedef std::shared_ptr< CSkinSetting > | ADDON::CSkinSettingPtr |
| typedef std::shared_ptr< CSkinSettingString > | ADDON::CSkinSettingStringPtr |
| typedef std::shared_ptr< CSkinSettingBool > | ADDON::CSkinSettingBoolPtr |
Variables | |
| std::shared_ptr< ADDON::CSkinInfo > | g_SkinInfo |
| #define CREDIT_LINE_LENGTH 50 |
|
extern |