Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Skin.h File Reference
#include "addons/Addon.h"
#include "addons/gui/skin/SkinTimerManager.h"
#include "guilib/GUIIncludes.h"
#include "windowing/GraphicContext.h"
#include <map>
#include <memory>
#include <set>
#include <string_view>
#include <utility>
#include <vector>

Classes

class  ADDON::CSkinSetting
 
class  ADDON::CSkinSettingString
 
class  ADDON::CSkinSettingBool
 
class  ADDON::CSkinInfo
 
class  ADDON::CSkinInfo::CStartupWindow
 

Namespaces

namespace  ADDON
 

Typedefs

using ADDON::CSkinSettingPtr = std::shared_ptr< CSkinSetting >
 
using ADDON::CSkinSettingStringPtr = std::shared_ptr< CSkinSettingString >
 
using ADDON::CSkinSettingBoolPtr = std::shared_ptr< CSkinSettingBool >
 

Variables

std::shared_ptr< ADDON::CSkinInfog_SkinInfo
 

Variable Documentation

◆ g_SkinInfo

std::shared_ptr<ADDON::CSkinInfo> g_SkinInfo
extern