scripting:api:file-handler:start

IFileHandler

Scriptable object

File Handler, shall implemented by binary plugin which wants to do custom file loading

Property Description
Filters File Filters List
Image Image
Preferences Preferences
Title Title
Method Description
CanCreate Called to check, if given file can be created by handler
CanLoad Called to check, if given file can be loaded by handler
Create Called when new file to be created
GetDocumentTypeDescription Get Document Type Description
Load Called when file to be loaded

#API