Manager responsible for the save filters that produce script-based presets. (deprecated).
Inherits :
DAZ Script | |
---|---|
ScriptFileMode | { UseExtension, TextScriptFile, DAZScriptFile, EncDAZScriptFile } |
DAZ Script | |
---|---|
Number | findFilter ( String className ) |
DzSaveFilter (deprecated) | getFilter ( Number i ) |
String | getFilterName ( Number i ) |
Number | getNumFilters () |
Deprecated
This class is responsible for the management of save filters that produce script-based presets - DzSaveFilter (deprecated). Script based presets are deprecated in favor of those in the DAZ Scene Object Notation (DSON) format.
There is only one instance of this manager in an application. This instance is created and owned by DzApp. Request the instance via DzApp::getSaveFilterMgr().
See Also:
Number : findFilter( String className )
Parameter(s):
Return Value:
DzSaveFilter (deprecated) : getFilter( Number i )
Parameter(s):
Return Value:
String : getFilterName( Number i )
Parameter(s):
Return Value:
Number : getNumFilters()
Return Value:
DzError : doSave( Number filterIndex, String dir=“” )
Save the scene contents to a file with the given save filter. Prompts the user for a file to save to.
Parameter(s):
Return Value:
String : getSavePath()
Return Value:
DzError : writeFile( ScriptFileMode mode, String fileName, String filterName=“” )
Save the scene contents to a file with the given save filter.
Parameter(s):
Return Value: