|
vvopensource
|
class interface to aid in discovering ISF files installed in the default location on the host system (/Library/Graphics/ISF and ~/Library/Graphics/ISF) More...
#import <ISFFileManager.h>
Inherits NSObject.
Class Methods | |
| (NSMutableArray *) | + allFilesForPath:recursive: |
| searches the passed path, returns an array with all the ISF filters More... | |
| (NSMutableArray *) | + imageFiltersForPath:recursive: |
| returns an array of all the ISF filters that are image filters in the passed path More... | |
| (NSMutableArray *) | + generativeSourcesForPath:recursive: |
| returns an array of all the ISF filters that are generative sources in the passed path More... | |
| (NSMutableArray *) | + defaultImageFilters |
| returns an array with all the image filters installed in the default locations for ISF files on your system | |
| (NSMutableArray *) | + defaultGenerativeSources |
| returns an array with all the generative sources installed in the default locations for ISF files on your system | |
class interface to aid in discovering ISF files installed in the default location on the host system (/Library/Graphics/ISF and ~/Library/Graphics/ISF)
| + (NSMutableArray *) allFilesForPath: | (NSString *) | path | |
| recursive: | (BOOL) | r | |
searches the passed path, returns an array with all the ISF filters
only returns paths corresponding to valid ISF files
| path | the directory whose contents you want to search |
| r | whether or not you want the search to be recursive |
| + (NSMutableArray *) generativeSourcesForPath: | (NSString *) | path | |
| recursive: | (BOOL) | r | |
returns an array of all the ISF filters that are generative sources in the passed path
| path | the directory whose contents you want to search |
| r | whether or not you want the search to be recursive |
| + (NSMutableArray *) imageFiltersForPath: | (NSString *) | path | |
| recursive: | (BOOL) | r | |
returns an array of all the ISF filters that are image filters in the passed path
| path | the directory whose contents you want to search |
| r | whether or not you want the search to be recursive |
1.8.7