]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/richtextfilehandler.tex
typo
[wxWidgets.git] / docs / latex / wx / richtextfilehandler.tex
index 0e6c27c1b993c0453d6b7ea20e48cf639c75f63c..27d80cc924b1e2e4c67a2ec5e2bd86ec7ce1df2a 100644 (file)
@@ -11,6 +11,10 @@ associated with a \helpref{wxRichTextBuffer}{wxrichtextbuffer}.
 
 <wx/richtext/richtextbuffer.h>
 
 
 <wx/richtext/richtextbuffer.h>
 
+\wxheading{Library}
+
+\helpref{wxRichtext}{librarieslist}
+
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 \wxheading{Data structures}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -64,6 +68,13 @@ Returns the encoding associated with the handler (if any).
 
 Returns the extension associated with the handler.
 
 
 Returns the extension associated with the handler.
 
+\membersection{wxRichTextFileHandler::GetFlags}\label{wxrichtextfilehandlergetflags}
+
+\constfunc{int}{GetFlags}{\void}
+
+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.
+
 \membersection{wxRichTextFileHandler::GetName}\label{wxrichtextfilehandlergetname}
 
 \constfunc{wxString}{GetName}{\void}
 \membersection{wxRichTextFileHandler::GetName}\label{wxrichtextfilehandlergetname}
 
 \constfunc{wxString}{GetName}{\void}
@@ -110,6 +121,18 @@ Sets the encoding to use when saving a file. If empty, a suitable encoding is ch
 
 Sets the default extension to recognise.
 
 
 Sets the default extension to recognise.
 
+\membersection{wxRichTextFileHandler::SetFlags}\label{wxrichtextfilehandlersetflags}
+
+\func{void}{SetFlags}{\param{int }{flags}}
+
+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.
+
 \membersection{wxRichTextFileHandler::SetName}\label{wxrichtextfilehandlersetname}
 
 \func{void}{SetName}{\param{const wxString\& }{name}}
 \membersection{wxRichTextFileHandler::SetName}\label{wxrichtextfilehandlersetname}
 
 \func{void}{SetName}{\param{const wxString\& }{name}}
@@ -128,3 +151,4 @@ Sets the handler type.
 
 Sets whether the handler should be visible to the user (via the application's load and save
 dialogs).
 
 Sets whether the handler should be visible to the user (via the application's load and save
 dialogs).
+