wxWidgets provides a set of generic classes to edit and print simple rich text with character and paragraph formatting.
Classes | |
| class | wxRichTextBuffer |
| This class represents the whole buffer associated with a wxRichTextCtrl. More... | |
| class | wxRichTextFileHandler |
| This is the base class for file handlers, for loading and/or saving content associated with a wxRichTextBuffer. More... | |
| class | wxRichTextRange |
| This class stores beginning and end positions for a range of data. More... | |
| class | wxRichTextEvent |
| This is the event class for wxRichTextCtrl notifications. More... | |
| class | wxRichTextCtrl |
| wxRichTextCtrl provides a generic, ground-up implementation of a text control capable of showing multiple styles and images. More... | |
| class | wxRichTextFormattingDialogFactory |
| This class provides pages for wxRichTextFormattingDialog, and allows other customization of the dialog. More... | |
| class | wxRichTextFormattingDialog |
| This dialog allows the user to edit a character and/or paragraph style. More... | |
| class | wxRichTextHTMLHandler |
| Handles HTML output (only) for wxRichTextCtrl content. More... | |
| class | wxRichTextHeaderFooterData |
| This class represents header and footer data to be passed to the wxRichTextPrinting and wxRichTextPrintout classes. More... | |
| class | wxRichTextPrintout |
| This class implements print layout for wxRichTextBuffer. More... | |
| class | wxRichTextPrinting |
| This class provides a simple interface for performing wxRichTextBuffer printing and previewing. More... | |
| class | wxRichTextStyleOrganiserDialog |
| This class shows a style sheet and allows the user to edit, add and remove styles. More... | |
| class | wxRichTextStyleListCtrl |
| This class incorporates a wxRichTextStyleListBox and a choice control that allows the user to select the category of style to view. More... | |
| class | wxRichTextStyleDefinition |
| This is a base class for paragraph and character styles. More... | |
| class | wxRichTextParagraphStyleDefinition |
| This class represents a paragraph style definition, usually added to a wxRichTextStyleSheet. More... | |
| class | wxRichTextStyleListBox |
| This is a listbox that can display the styles in a wxRichTextStyleSheet, and apply the selection to an associated wxRichTextCtrl. More... | |
| class | wxRichTextStyleComboCtrl |
| This is a combo control that can display the styles in a wxRichTextStyleSheet, and apply the selection to an associated wxRichTextCtrl. More... | |
| class | wxRichTextCharacterStyleDefinition |
| This class represents a character style definition, usually added to a wxRichTextStyleSheet. More... | |
| class | wxRichTextListStyleDefinition |
| This class represents a list style definition, usually added to a wxRichTextStyleSheet. More... | |
| class | wxRichTextStyleSheet |
| A style sheet contains named paragraph and character styles that make it easy for a user to apply combinations of attributes to a wxRichTextCtrl. More... | |
| class | wxRichTextXMLHandler |
| A handler for loading and saving content in an XML format specific to wxRichTextBuffer. More... | |
| class | wxTextAttr |
| wxTextAttr represents the character and paragraph attributes, or style, for a range of text in a wxTextCtrl or wxRichTextCtrl. More... | |
|
[ top ] |