Foxit PDF SDK  9.1
FSHistoryDataModule Class Reference

History data module. More...

Inheritance diagram for FSHistoryDataModule:
<IModule>

Instance Methods

(FSHistoryDataConfig *) - configForScene:
 Get configure for the scene. More...
 
(void) - configScene:
 Configure the scene. More...
 
(NSArray< FSHistoryDataItem * > *) - currentItemsFromScene:
 Current history data from the scene. More...
 
(instancetype) - NS_UNAVAILABLE
 
(NSArray< FSHistoryDataItem * > *) - sortItemsByKeyword:fromScene:
 Sort by keywords to get history data from the scene. More...
 
- Instance Methods inherited from <IModule>
(FSModuleStringName) - getName
 Get the module name. More...
 

Class Methods

(instancetype) + NS_UNAVAILABLE
 Disable the default initialization. More...
 

Detailed Description

History data module.

Method Documentation

◆ configForScene:

- (FSHistoryDataConfig *) configForScene: (FSInteractiveScene scene

Get configure for the scene.

Parameters
[in]sceneFor the scene.
Returns
History data config.

◆ configScene:

- (void) configScene: (FSHistoryDataConfig *)  config

Configure the scene.

Parameters
[in]configScene configuration

◆ currentItemsFromScene:

- (NSArray<FSHistoryDataItem *> *) currentItemsFromScene: (FSInteractiveScene scene

Current history data from the scene.

Parameters
[in]sceneFrom the scene
Returns
Current history data.

◆ NS_UNAVAILABLE [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE [2/2]

+ (instancetype) NS_UNAVAILABLE

Disable the default initialization.

◆ sortItemsByKeyword:fromScene:

- (NSArray<FSHistoryDataItem *> *) sortItemsByKeyword: (NSString *)  keyword
fromScene: (FSInteractiveScene scene 

Sort by keywords to get history data from the scene.

Parameters
[in]keywordFrom the scene
[in]sceneFrom the scene
Returns
Sort results.