vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Class Methods
ISFFileManager Class Reference

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
 

Detailed Description

class interface to aid in discovering ISF files installed in the default location on the host system (/Library/Graphics/ISF and ~/Library/Graphics/ISF)

Method Documentation

+ (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

Parameters
paththe directory whose contents you want to search
rwhether or not you want the search to be recursive
Returns
a mutable array with all the ISF filters in 'path'
+ (NSMutableArray *) generativeSourcesForPath: (NSString *)  path
recursive: (BOOL)  r 

returns an array of all the ISF filters that are generative sources in the passed path

Parameters
paththe directory whose contents you want to search
rwhether or not you want the search to be recursive
Returns
a mutable array with all the ISF filters in 'path' that are generative sources
+ (NSMutableArray *) imageFiltersForPath: (NSString *)  path
recursive: (BOOL)  r 

returns an array of all the ISF filters that are image filters in the passed path

Parameters
paththe directory whose contents you want to search
rwhether or not you want the search to be recursive
Returns
a mutable array with all the ISF filters in 'path' that are image filters

The documentation for this class was generated from the following files: