PrevUpNext devguide-19.htmlThe Undo Mechanism
devguide.htmlDeveloper's Guide devguide-25.htmlUser Interface
Plugins
Plugins provide a way to extend Skencil with external modules that can
be maintained independently from Skencil itself. Plugin modules can
define import and export filters for new file formats or they can define
new object types.
For this to work, Skencil has to provide a standardized interface to
these modules to allow them to create and manipulate graphics objects.
In addition, there has to be some fall-back method if someone loads a
document containing objects defined by a plugin into an installation
where that particular plugin is not available.
devguide-21.htmlPlugin Configuration 
devguide-22.htmlImport Filters
devguide-23.htmlExport Filters
devguide-24.htmlPlugin Objects
devguide-19.htmlThe Undo Mechanism
devguide.htmlDeveloper's Guide devguide-25.htmlUser Interface
PrevUpNext