]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/richtextparagraphstyledefinition.tex
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / richtextparagraphstyledefinition.tex
CommitLineData
5f35b46a
JS
1\section{\class{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinition}
2
3This 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
a7af285d
VZ
13\wxheading{Library}
14
15\helpref{wxRichtext}{librarieslist}
16
5f35b46a
JS
17\wxheading{Data structures}
18
19\latexignore{\rtfignore{\wxheading{Members}}}
20
21\membersection{wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition}\label{wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition}
22
23\func{}{wxRichTextParagraphStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}}
24
25Constructor.
26
27\membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor}
28
29\func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void}
30
31Destructor.
32
33\membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle}
34
35\constfunc{const wxString\&}{GetNextStyle}{\void}
36
37Returns the style that should normally follow this style.
38
39\membersection{wxRichTextParagraphStyleDefinition::SetNextStyle}\label{wxrichtextparagraphstyledefinitionsetnextstyle}
40
41\func{void}{SetNextStyle}{\param{const wxString\& }{name}}
42
43Sets the style that should normally follow this style.
62a268cc 44