#include <MenuIterator.h>
Public Member Functions | |
virtual bool | matches (MenuItem *item)=0 |
A predicate that can match upon a menu item, the match is generally performed by calling the match method, which returns true for a match.
|
pure virtual |
This method is used to determine if a given menuitem given by item matches the predicate
item | the item to be checked for a match. |
Implemented in MenuItemTypePredicate, and RemoteNoMenuItemPredicate.