#include </home/zeitlin/src/wx/github/interface/wx/richtext/richtextstyles.h>
This class represents a paragraph style definition, usually added to a wxRichTextStyleSheet.
Public Member Functions | |
wxRichTextParagraphStyleDefinition (const wxString &name=wxEmptyString) | |
Constructor. | |
virtual | ~wxRichTextParagraphStyleDefinition () |
Destructor. | |
const wxString & | GetNextStyle () const |
Returns the style that should normally follow this style. | |
void | SetNextStyle (const wxString &name) |
Sets the style that should normally follow this style. |
wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition | ( | const wxString & | name = wxEmptyString | ) |
Constructor.
virtual wxRichTextParagraphStyleDefinition::~wxRichTextParagraphStyleDefinition | ( | ) | [virtual] |
Destructor.
const wxString& wxRichTextParagraphStyleDefinition::GetNextStyle | ( | ) | const |
Returns the style that should normally follow this style.
void wxRichTextParagraphStyleDefinition::SetNextStyle | ( | const wxString & | name | ) |
Sets the style that should normally follow this style.