Searched refs:PVRClientMenuHook (Results 1 – 1 of 1) sorted by relevance
73 class PVRClientMenuHook : public IContextMenuItem class76 PVRClientMenuHook(const CPVRClientMenuHook& hook) : m_hook(hook) {}; in PVRClientMenuHook() function in PVR::CONTEXTMENUITEM::PVRClientMenuHook598 std::string PVRClientMenuHook::GetLabel(const CFileItem& item) const in GetLabel()603 bool PVRClientMenuHook::IsVisible(const CFileItem& item) const in IsVisible()625 bool PVRClientMenuHook::Execute(const CFileItemPtr& item) const in Execute()682 const auto item = std::make_shared<CONTEXTMENUITEM::PVRClientMenuHook>(hook); in AddMenuHook()694 …const CONTEXTMENUITEM::PVRClientMenuHook* cmh = dynamic_cast<const CONTEXTMENUITEM::PVRClientMenuH… in RemoveMenuHook()