]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/richtext/richtexthtml.h
further revision (done by me)
[wxWidgets.git] / interface / richtext / richtexthtml.h
index 7817e3708b2e0cde95e3ec1abaf40a055f329dc3..99e51abe0f2218750641750c9ad20dad1341ad6a 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        richtext/richtexthtml.h
-// Purpose:     documentation for wxRichTextHTMLHandler class
+// Purpose:     interface of wxRichTextHTMLHandler
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
     get the array of temporary image names.
 
     @library{wxrichtext}
-    @category{FIXME}
+    @category{richtext}
 */
 class wxRichTextHTMLHandler : public wxRichTextFileHandler
 {
 public:
     /**
-        , @b const wxString&@e ext = wxT("html"), @b int@e type = wxRICHTEXT_TYPE_HTML)
+        ,  wxString&@e ext = wxT("html"), @b int@e type = wxRICHTEXT_TYPE_HTML)
         Constructor.
     */
-    wxRichTextHTMLHandler();
+    wxRichTextHTMLHandler() const;
 
     /**
         Clears the image locations generated by the last operation.
@@ -75,12 +75,12 @@ public:
     /**
         Returns the directory used to store temporary image files.
     */
-    const wxString GetTempDir();
+    const wxString GetTempDir() const;
 
     /**
         Returns the image locations for the last operation.
     */
-    const wxArrayString GetTemporaryImageLocations();
+    const wxArrayString GetTemporaryImageLocations() const;
 
     /**
         Reset the file counter, in case, for example, the same names are required each
@@ -108,3 +108,4 @@ public:
     */
     void SetTemporaryImageLocations(const wxArrayString& locations);
 };
+