]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/richtextparagraphstyledefinition.tex
added the mention of library in which each class is defined to the documentation...
[wxWidgets.git] / docs / latex / wx / richtextparagraphstyledefinition.tex
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{Library}
14
15 \helpref{wxRichtext}{librarieslist}
16
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
25 Constructor.
26
27 \membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor}
28
29 \func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void}
30
31 Destructor.
32
33 \membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle}
34
35 \constfunc{const wxString\&}{GetNextStyle}{\void}
36
37 Returns 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
43 Sets the style that should normally follow this style.
44