Foxit PDF SDK  9.1
FSSettingBar Class Reference

Setting bar is actived by tapping "View" item on the bottom bar. More...

Inheritance diagram for FSSettingBar:
<IAppLifecycleListener>

Instance Methods

(NSMutableDictionary *) - getItemHiddenStatus
 Deprecated, use isItemHidden instead. Get setting bar items show/hide status. More...
 
(BOOL) - isItemHidden:
 Check if item is visible or not. More...
 
(void) - setItem:hidden:
 Hide or show item in setting bar. More...
 
(void) - updateBtnLayout
 Update layout of items in setting bar. More...
 
- Instance Methods inherited from <IAppLifecycleListener>
(void) - applicationDidBecomeActive:
 triggered when application did become active. More...
 
(void) - applicationDidEnterBackground:
 triggered when application did enter the background. More...
 
(void) - applicationWillEnterForeground:
 triggered when application did enter the foreground. More...
 
(void) - applicationWillResignActive:
 triggered when application will resign active. More...
 

Properties

UIView * contentView
 Content view for setting bar. More...
 
void(^ continueItemStateCallback )(BOOL isOn)
 callback for continue item state. More...
 
id< FSSettingBarDelegatedelegate
 Get/Set delegate for setting bar. More...
 
void(^ pageRTLItemStateCallback )(BOOL isOn)
 callback for pageRTL item state. More...
 

Detailed Description

Setting bar is actived by tapping "View" item on the bottom bar.

Method Documentation

◆ getItemHiddenStatus

- (NSMutableDictionary *) getItemHiddenStatus

Deprecated, use isItemHidden instead. Get setting bar items show/hide status.

◆ isItemHidden:

- (BOOL) isItemHidden: (SettingItemType type

Check if item is visible or not.

◆ setItem:hidden:

- (void) setItem: (SettingItemType itemType
hidden: (BOOL)  hidden 

Hide or show item in setting bar.

Parameters
[in]itemTypeItem type. Please refer to SettingItemType::XXX values and this should be one of these values.

◆ updateBtnLayout

- (void) updateBtnLayout

Update layout of items in setting bar.

Property Documentation

◆ contentView

- (UIView*) contentView
readwritenonatomicstrong

Content view for setting bar.

◆ continueItemStateCallback

- (void(^ continueItemStateCallback) (BOOL isOn))
readwritenonatomiccopy

callback for continue item state.

◆ delegate

- (id<FSSettingBarDelegate>) delegate
readwritenonatomicweak

Get/Set delegate for setting bar.

◆ pageRTLItemStateCallback

- (void(^ pageRTLItemStateCallback) (BOOL isOn))
readwritenonatomiccopy

callback for pageRTL item state.