![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <utility>
#include <vector>
#include "addons/ContextMenuAddon.h"
#include "ContextMenuItem.h"
Classes | |
class | CContextMenuManager |
Namespaces | |
CONTEXTMENU | |
Typedefs | |
using | ContextMenuView = std::vector< std::shared_ptr< const IContextMenuItem >> |
Functions | |
bool | CONTEXTMENU::ShowFor (const CFileItemPtr &fileItem, const CContextMenuItem &root=CContextMenuManager::MAIN) |
bool | CONTEXTMENU::LoopFrom (const IContextMenuItem &menu, const CFileItemPtr &fileItem) |
using ContextMenuView = std::vector<std::shared_ptr<const IContextMenuItem>> |