Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - addMenuItemGroup:forMenuViewType: |
Add group for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(void) | - exchangeMenuItemGroupAtIndex:withMenuItemGroupAtIndex:forMenuViewType: |
Exchange group1's index with group2's index .If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(NSArray< FSMenuItemGroup * > *) | - getMenuItemGroupsForMenuViewType: |
Get groups for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(id< FSMenuView >) | - getMenuViewForMenuViewType: |
Get id<FSMenuView> for menu view type. More... | |
(void) | - insertMenuItemGroup:afterGroup:forMenuViewType: |
Insert the group after the sibling group. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(void) | - insertMenuItemGroup:atIndex:forMenuViewType: |
Insert group at index . If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(void) | - insertMenuItemGroup:beforeGroup:forMenuViewType: |
Insert the group before the sibling group. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(instancetype) | - NS_UNAVAILABLE |
(void) | - removeMenuItemGroup:forMenuViewType: |
Remove group for menu view type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
(void) | - setMenuView:forMenuViewType: |
Set id<FSMenuView> for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior. More... | |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
- (void) addMenuItemGroup: | (FSMenuItemGroup *) | group | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Add group for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | group | The group. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (void) exchangeMenuItemGroupAtIndex: | (NSInteger) | index1 | |
withMenuItemGroupAtIndex: | (NSInteger) | index2 | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Exchange group1's index with group2's index .If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | index1 | The group1's index. |
[in] | index2 | The group2's index. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (NSArray <FSMenuItemGroup *> *) getMenuItemGroupsForMenuViewType: | (FSMenuViewType) | menuViewType |
Get groups for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (id<FSMenuView>) getMenuViewForMenuViewType: | (FSMenuViewType) | menuViewType |
Get id<FSMenuView> for menu view type.
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (void) insertMenuItemGroup: | (FSMenuItemGroup *) | group | |
afterGroup: | (FSMenuItemGroup *) | siblingGroup | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Insert the group after the sibling group. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | group | The group that needs to be inserted. |
[in] | siblingGroup | Existing sibling group. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (void) insertMenuItemGroup: | (FSMenuItemGroup *) | group | |
atIndex: | (NSInteger) | index | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Insert group at index . If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | group | The group. |
[in] | index | Index of group in menu view. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (void) insertMenuItemGroup: | (FSMenuItemGroup *) | group | |
beforeGroup: | (FSMenuItemGroup *) | siblingGroup | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Insert the group before the sibling group. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | group | The group that needs to be inserted. |
[in] | siblingGroup | Existing sibling group. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
Disable the default initialization.
- (void) removeMenuItemGroup: | (FSMenuItemGroup *) | group | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Remove group for menu view type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | group | The group that need to be removed. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |
- (void) setMenuView: | (id< FSMenuView >) | menuView | |
forMenuViewType: | (FSMenuViewType) | menuViewType | |
Set id<FSMenuView> for menu vew type. If the current menu view uses the current interface, the menu group is invalidated and the id<FSMenuView> is responsible for all behavior.
[in] | menuView | The id<FSMenuView>. |
[in] | menuViewType | The view type that supports menu view. Please refer to FSMenuViewTypeXXX values and it would be one of these values. |