]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinition} | |
2 | ||
3 | This class represents a paragraph style definition, usually added to a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}. | |
4 | ||
5 | \wxheading{Derived from} | |
6 | ||
7 | \helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition} | |
8 | ||
9 | \wxheading{Include files} | |
10 | ||
11 | <wx/richtext/richtextstyles.h> | |
12 | ||
13 | \wxheading{Data structures} | |
14 | ||
15 | \latexignore{\rtfignore{\wxheading{Members}}} | |
16 | ||
17 | \membersection{wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition}\label{wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition} | |
18 | ||
19 | \func{}{wxRichTextParagraphStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}} | |
20 | ||
21 | Constructor. | |
22 | ||
23 | \membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor} | |
24 | ||
25 | \func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void} | |
26 | ||
27 | Destructor. | |
28 | ||
29 | \membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle} | |
30 | ||
31 | \constfunc{const wxString\&}{GetNextStyle}{\void} | |
32 | ||
33 | Returns the style that should normally follow this style. | |
34 | ||
35 | \membersection{wxRichTextParagraphStyleDefinition::SetNextStyle}\label{wxrichtextparagraphstyledefinitionsetnextstyle} | |
36 | ||
37 | \func{void}{SetNextStyle}{\param{const wxString\& }{name}} | |
38 | ||
39 | Sets the style that should normally follow this style. | |
40 |