Foxit PDF SDK
9.1
|
History data module. More...
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... | |
![]() | |
(FSModuleStringName) | - getName |
Get the module name. More... | |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Disable the default initialization. More... | |
History data module.
- (FSHistoryDataConfig *) configForScene: | (FSInteractiveScene) | scene |
Get configure for the scene.
[in] | scene | For the scene. |
- (void) configScene: | (FSHistoryDataConfig *) | config |
Configure the scene.
[in] | config | Scene configuration |
- (NSArray<FSHistoryDataItem *> *) currentItemsFromScene: | (FSInteractiveScene) | scene |
Current history data from the scene.
[in] | scene | From the scene |
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
Disable the default initialization.
- (NSArray<FSHistoryDataItem *> *) sortItemsByKeyword: | (NSString *) | keyword | |
fromScene: | (FSInteractiveScene) | scene | |
Sort by keywords to get history data from the scene.
[in] | keyword | From the scene |
[in] | scene | From the scene |