This is the base class for file handlers, for loading and/or saving content
associated with a RichTextBuffer.
Constructor.
Override this function and return if this handler can we handle filename. By default,
this function checks the extension.
Override and return if this handler can load content.
Override and return if this handler can save content.
Override to load content from stream into buffer.
Override to save content to stream from buffer.
Returns the encoding associated with the handler (if any).
Returns the extension associated with the handler.
Returns flags that change the behaviour of loading or saving. See the documentation for each
handler class to see what flags are relevant for each handler.
Returns the name of the handler.
Returns the type of the handler.
Returns if this handler should be visible to the user.
Loads content from a stream or file. Not all handlers will implement file loading.
Saves content to a stream or file. Not all handlers will implement file saving.
Sets the encoding to use when saving a file. If empty, a suitable encoding is chosen.
Sets the default extension to recognise.
Sets flags that change the behaviour of loading or saving. See the documentation for each
handler class to see what flags are relevant for each handler.
You call this function directly if you are using a file handler explicitly (without
going through the text control or buffer LoadFile/SaveFile API). Or, you can
call the control or buffer’s SetHandlerFlags function to set the flags that will
be used for subsequent load and save operations.
Sets the name of the handler.
Sets the handler type.
Sets whether the handler should be visible to the user (via the application’s load and save
dialogs).
[This page automatically generated from the Textile source at 2023-06-13 21:31:36 +0000]