Version: 2.9.4
Public Member Functions
wxRichTextParagraphStyleDefinition Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/richtext/richtextstyles.h>

Inheritance diagram for wxRichTextParagraphStyleDefinition:

Detailed Description

This class represents a paragraph style definition, usually added to a wxRichTextStyleSheet.

Library:  wxRichText
Category:  Rich Text

Public Member Functions

 wxRichTextParagraphStyleDefinition (const wxString &name=wxEmptyString)
 Constructor.
virtual ~wxRichTextParagraphStyleDefinition ()
 Destructor.
const wxStringGetNextStyle () const
 Returns the style that should normally follow this style.
void SetNextStyle (const wxString &name)
 Sets the style that should normally follow this style.

List of all members.


Constructor & Destructor Documentation

wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition ( const wxString name = wxEmptyString)

Constructor.

virtual wxRichTextParagraphStyleDefinition::~wxRichTextParagraphStyleDefinition ( ) [virtual]

Destructor.


Member Function Documentation

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.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines