|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <ContextMenuManager.h>
Public Member Functions | |
| CContextMenuManager (ADDON::CAddonMgr &addonMgr) | |
| ~CContextMenuManager () | |
| void | Init () |
| void | Deinit () |
| ContextMenuView | GetItems (const CFileItem &item, const CContextMenuItem &root=MAIN) const |
| ContextMenuView | GetAddonItems (const CFileItem &item, const CContextMenuItem &root=MAIN) const |
Static Public Attributes | |
| static const CContextMenuItem | MAIN = CContextMenuItem::CreateGroup("", "", "kodi.core.main", "") |
| static const CContextMenuItem | MANAGE = CContextMenuItem::CreateGroup("", "", "kodi.core.manage", "") |
|
explicit |
| CContextMenuManager::~CContextMenuManager | ( | ) |
| void CContextMenuManager::Deinit | ( | ) |
| ContextMenuView CContextMenuManager::GetAddonItems | ( | const CFileItem & | item, |
| const CContextMenuItem & | root = MAIN |
||
| ) | const |
| ContextMenuView CContextMenuManager::GetItems | ( | const CFileItem & | item, |
| const CContextMenuItem & | root = MAIN |
||
| ) | const |
| void CContextMenuManager::Init | ( | ) |
|
static |
|
static |