wxWidgets provides a set of classes to display text in HTML format.
These classes include a help system based on the HTML widget.
Classes | |
class | wxHtmlHelpController |
This help controller provides an easy way of displaying HTML help in your application (see \ref page_samples_html, test example).More... | |
class | wxHtmlModalHelp |
This class uses wxHtmlHelpController to display help in a modal dialog.More... | |
class | wxHtmlHelpData |
This class is used by wxHtmlHelpController and wxHtmlHelpFrame to access HTML help items.More... | |
class | wxHtmlHelpDialog |
This class is used by wxHtmlHelpController to display help.More... | |
class | wxHtmlHelpFrame |
This class is used by wxHtmlHelpController to display help.More... | |
class | wxHtmlHelpWindow |
This class is used by wxHtmlHelpController to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window.More... | |
class | wxHtmlRenderingStyle |
wxHtmlSelection is data holder with information about text selection. More... | |
class | wxHtmlRenderingState |
Selection state is passed to wxHtmlCell::Draw so that it can render itself differently e.g. More... | |
class | wxHtmlRenderingInfo |
This class contains information given to cells when drawing them.More... | |
class | wxHtmlCell |
Internal data structure.More... | |
class | wxHtmlContainerCell |
The wxHtmlContainerCell class is an implementation of a cell that may contain more cells in it.More... | |
class | wxHtmlLinkInfo |
This class stores all necessary information about hypertext links (as represented by \<A\> tag in HTML documents).More... | |
class | wxHtmlColourCell |
This cell changes the colour of either the background or the foreground.More... | |
class | wxHtmlWidgetCell |
wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived from wxWindow).More... | |
class | wxHtmlWordCell |
This html cell represents a single word or text fragment in the document stream.More... | |
class | wxHtmlWordWithTabsCell |
wxHtmlWordCell is a specialization for storing text fragments with embedded tab characters.More... | |
class | wxHtmlFontCell |
This cell represents a font change in the document stream.More... | |
class | wxHtmlFilter |
This class is the parent class of input filters for wxHtmlWindow.More... | |
class | wxHtmlTagHandler |
More... | |
class | wxHtmlParser |
Classes derived from this handle the @b generic parsing of HTML documents: it scans the document and divide it into blocks of tags (where one block consists of beginning and ending tag and of text between these two tags).More... | |
class | wxHtmlTag |
This class represents a single HTML tag.More... | |
class | wxHtmlWindow |
wxHtmlWindow is probably the only class you will directly use unless you want to do something special (like adding new tag handlers or MIME filters).More... | |
class | wxHtmlLinkEvent |
This event class is used for the events generated by wxHtmlWindow.More... | |
class | wxHtmlCellEvent |
This event class is used for the events generated by wxHtmlWindow.More... | |
class | wxHtmlDCRenderer |
This class can render HTML document into a specified area of a DC.More... | |
class | wxHtmlEasyPrinting |
This class provides very simple interface to printing architecture.More... | |
class | wxHtmlPrintout |
This class serves as printout class for HTML documents.More... | |
class | wxHtmlTagsModule |
This class provides easy way of filling wxHtmlWinParser's table of tag handlers.More... | |
class | wxHtmlWinTagHandler |
This is basically wxHtmlTagHandler except that it is extended with protected member m_WParser pointing to the wxHtmlWinParser object (value of this member is identical to wxHtmlParser's m_Parser).More... | |
class | wxHtmlWinParser |
This class is derived from wxHtmlParser and its main goal is to parse HTML input so that it can be displayed in wxHtmlWindow.More... | |