X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..318b0bd54495cc47bc6b678d3941026ea1a0c20b:/interface/richtext/richtextxml.h diff --git a/interface/richtext/richtextxml.h b/interface/richtext/richtextxml.h index e429030d7f..f469e5401a 100644 --- a/interface/richtext/richtextxml.h +++ b/interface/richtext/richtextxml.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: richtext/richtextxml.h -// Purpose: documentation for wxRichTextXMLHandler class +// Purpose: interface of wxRichTextXMLHandler // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -17,26 +17,26 @@ functions directly. @library{wxrichtext} - @category{FIXME} + @category{richtext} */ class wxRichTextXMLHandler : public wxRichTextFileHandler { public: /** - , @b const wxString&@e ext = wxT("xml"), @b int@e type = wxRICHTEXT_TYPE_XML) + , wxString&@e ext = wxT("xml"), @b int@e type = wxRICHTEXT_TYPE_XML) Constructor. */ - wxRichTextXMLHandler(); + wxRichTextXMLHandler() const; /** Returns @true. */ - bool CanLoad(); + bool CanLoad() const; /** Returns @true. */ - bool CanSave(); + bool CanSave() const; /** Creates XML code for a given character or paragraph style. @@ -99,3 +99,4 @@ public: */ bool ImportXML(wxRichTextBuffer* buffer, wxXmlNode* node); }; +