Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ContextMenuManager.h File Reference
#include "ContextMenuItem.h"
#include "threads/CriticalSection.h"
#include <memory>
#include <utility>
#include <vector>

Classes

class  CContextMenuManager
 

Namespaces

namespace  ADDON
 
namespace  PVR
 
namespace  CONTEXTMENU
 

Typedefs

using ContextMenuView = std::vector< std::shared_ptr< const IContextMenuItem > >
 

Typedef Documentation

◆ ContextMenuView

using ContextMenuView = std::vector<std::shared_ptr<const IContextMenuItem> >