X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f35b46aabdab414602d27bb92034c371bc09d2e..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/richtextstyledefinition.tex diff --git a/docs/latex/wx/richtextstyledefinition.tex b/docs/latex/wx/richtextstyledefinition.tex index 19e5fcc514..7399d13cef 100644 --- a/docs/latex/wx/richtextstyledefinition.tex +++ b/docs/latex/wx/richtextstyledefinition.tex @@ -10,6 +10,10 @@ This is a base class for paragraph and character styles. +\wxheading{Library} + +\helpref{wxRichtext}{librarieslist} + \wxheading{Data structures} \latexignore{\rtfignore{\wxheading{Members}}} @@ -32,6 +36,12 @@ Destructor. Returns the style on which this style is based. +\membersection{wxRichTextStyleDefinition::GetDescription}\label{wxrichtextstyledefinitiongetdescription} + +\constfunc{const wxString\&}{GetDescription}{\void} + +Returns the style's description. + \membersection{wxRichTextStyleDefinition::GetName}\label{wxrichtextstyledefinitiongetname} \constfunc{const wxString\&}{GetName}{\void} @@ -46,11 +56,11 @@ Returns the style name. Returns the attributes associated with this style. -\membersection{wxRichTextStyleDefinition::Init}\label{wxrichtextstyledefinitioninit} +\membersection{wxRichTextStyleDefinition::GetStyleMergedWithBase}\label{wxrichtextstyledefinitiongetstylemergedwithbase} -\func{void}{Init}{\void} +\constfunc{wxRichTextAttr}{GetStyleMergedWithBase}{\param{wxRichTextStyleSheet*}{ sheet}} -Initialises the definition. +Returns the style attributes combined with the attributes of the specified base style, if any. This function works recursively. \membersection{wxRichTextStyleDefinition::SetBaseStyle}\label{wxrichtextstyledefinitionsetbasestyle} @@ -58,6 +68,12 @@ Initialises the definition. Sets the name of the style that this style is based on. +\membersection{wxRichTextStyleDefinition::SetDescription}\label{wxrichtextstyledefinitionsetdescription} + +\func{void}{SetDescription}{\param{const wxString\& }{descr}} + +Sets the style description. + \membersection{wxRichTextStyleDefinition::SetName}\label{wxrichtextstyledefinitionsetname} \func{void}{SetName}{\param{const wxString\& }{name}}