2006-07-01 16:30:58 -04:00
|
|
|
\section{\class{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinition}
|
|
|
|
|
|
|
|
This class represents a paragraph style definition, usually added to a \helpref{wxRichTextStyleSheet}{wxrichtextstylesheet}.
|
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2007-08-15 09:27:12 -04:00
|
|
|
\helpref{wxRichTextStyleDefinition}{wxrichtextstyledefinition}\\
|
|
|
|
\helpref{wxObject}{wxobject}
|
2006-07-01 16:30:58 -04:00
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/richtext/richtextstyles.h>
|
|
|
|
|
2007-07-28 08:21:03 -04:00
|
|
|
\wxheading{Library}
|
|
|
|
|
|
|
|
\helpref{wxRichtext}{librarieslist}
|
|
|
|
|
2006-07-01 16:30:58 -04:00
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxRichTextParagraphStyleDefinition::wxRichTextParagraphStyleDefinition}\label{wxrichtextparagraphstyledefinitionwxrichtextparagraphstyledefinition}
|
|
|
|
|
|
|
|
\func{}{wxRichTextParagraphStyleDefinition}{\param{const wxString\& }{name = wxEmptyString}}
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
\membersection{wxRichTextParagraphStyleDefinition::\destruct{wxRichTextParagraphStyleDefinition}}\label{wxrichtextparagraphstyledefinitiondtor}
|
|
|
|
|
|
|
|
\func{}{\destruct{wxRichTextParagraphStyleDefinition}}{\void}
|
|
|
|
|
|
|
|
Destructor.
|
|
|
|
|
|
|
|
\membersection{wxRichTextParagraphStyleDefinition::GetNextStyle}\label{wxrichtextparagraphstyledefinitiongetnextstyle}
|
|
|
|
|
|
|
|
\constfunc{const wxString\&}{GetNextStyle}{\void}
|
|
|
|
|
|
|
|
Returns the style that should normally follow this style.
|
|
|
|
|
|
|
|
\membersection{wxRichTextParagraphStyleDefinition::SetNextStyle}\label{wxrichtextparagraphstyledefinitionsetnextstyle}
|
|
|
|
|
|
|
|
\func{void}{SetNextStyle}{\param{const wxString\& }{name}}
|
|
|
|
|
|
|
|
Sets the style that should normally follow this style.
|
2006-10-10 12:48:47 -04:00
|
|
|
|