HYPPluginMenuItem
@protocol HYPPluginMenuItem
HYPPluginMenuItem Represents a row in the Hyperion plugin list.
-
Sets the menu item to selected/unselected.
Declaration
Objective-C
- (void)setSelected:(id)selected animated:(id)animated;
Parameters
selected
Whether or not the menu item should be selected.
animated
Whether or not the selection should be animated.
-
The selection state of the menu item.
Declaration
Objective-C
@property (nonatomic, readonly, getter=isSelected) int selected;
-
The delegate that should get informed on menu item changes.
Declaration
Objective-C
@property (nonatomic, weak) id<HYPPluginMenuItemDelegate> delegate;