Foxit PDF SDK  9.1
<IFSMainTopbarEventListener> Protocol Reference
Inheritance diagram for <IFSMainTopbarEventListener>:

Instance Methods

(void) - didDismissTagTabPopuper
 Did dismiss tag tab popuper. More...
 
(void) - didSetCurrentTagItem:lastTagItem:
 Triggered when the tag tab is changed. More...
 
(void) - didShowTagTabPopuper
 Did show tag tab popuper. More...
 
(void) - onSubitemViewChanged:
 Triggered when the position of the topbars subbar changes. More...
 

Method Documentation

◆ didDismissTagTabPopuper

- (void) didDismissTagTabPopuper
optional

Did dismiss tag tab popuper.

◆ didSetCurrentTagItem:lastTagItem:

- (void) didSetCurrentTagItem: (FSMainTopbarToolTagItem *)  curTagItem
lastTagItem: (FSMainTopbarToolTagItem *)  lastTagItem 
optional

Triggered when the tag tab is changed.

Parameters
[in]curTagItemCurrent tag item.
[in]lastTagItemLast tag item.

◆ didShowTagTabPopuper

- (void) didShowTagTabPopuper
optional

Did show tag tab popuper.

◆ onSubitemViewChanged:

- (void) onSubitemViewChanged: (FSTopbarSubitemContentViewPosition position
optional

Triggered when the position of the topbars subbar changes.

Parameters
[in]positionThe position of subbar.