/////////////////////////////////////////////////////////////////////////////
// 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.
/**
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
*/
void SetTemporaryImageLocations(const wxArrayString& locations);
};
+