|
bool | CONTEXTMENU::HasAnyMenuItemsFor (const std::shared_ptr< CFileItem > &fileItem, const CContextMenuItem &root) |
| Checks whether any context menu items are available for a file item.
|
|
bool | CONTEXTMENU::ShowFor (const std::shared_ptr< CFileItem > &fileItem, const CContextMenuItem &root) |
| Starts the context menu loop for a file item.
|
|
bool | CONTEXTMENU::LoopFrom (const IContextMenuItem &menu, const std::shared_ptr< CFileItem > &fileItem) |
| Shortcut for continuing the context menu loop from an existing menu item.
|
|