X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2d0adc7765dfe904f0f7e97d85a2638c934a7d6..4f690a1d5e6192d0861686982e89f9f17a21e679:/docs/latex/wx/richtextstylesheet.tex diff --git a/docs/latex/wx/richtextstylesheet.tex b/docs/latex/wx/richtextstylesheet.tex index 33f89516f7..613b06b15b 100644 --- a/docs/latex/wx/richtextstylesheet.tex +++ b/docs/latex/wx/richtextstylesheet.tex @@ -49,6 +49,12 @@ Adds a definition to the list style list. Adds a definition to the paragraph style list. +\membersection{wxRichTextStyleSheet::AddStyle}\label{wxrichtextstylesheetaddstyle} + +\func{bool}{AddStyle}{\param{wxRichTextStyleDefinition* }{def}} + +Adds a definition to the appropriate style list. + \membersection{wxRichTextStyleSheet::DeleteStyles}\label{wxrichtextstylesheetdeletestyles} \func{void}{DeleteStyles}{\void} @@ -73,6 +79,12 @@ Finds a list definition by name. Finds a paragraph definition by name. +\membersection{wxRichTextStyleSheet::FindStyle}\label{wxrichtextstylesheetfindstyle} + +\constfunc{wxRichTextStyleDefinition*}{FindStyle}{\param{const wxString\& }{name}} + +Finds a style definition by name. + \membersection{wxRichTextStyleSheet::GetCharacterStyle}\label{wxrichtextstylesheetgetcharacterstyle} \constfunc{wxRichTextCharacterStyleDefinition*}{GetCharacterStyle}{\param{size\_t }{n}} @@ -85,6 +97,12 @@ Returns the {\it n}th character style. Returns the number of character styles. +\membersection{wxRichTextStyleSheet::GetDescription}\label{wxrichtextstylesheetgetdescription} + +\constfunc{const wxString\&}{GetDescription}{\void} + +Returns the style sheet's description. + \membersection{wxRichTextStyleSheet::GetListStyle}\label{wxrichtextstylesheetgetliststyle} \constfunc{wxRichTextListStyleDefinition*}{GetListStyle}{\param{size\_t }{n}} @@ -97,6 +115,12 @@ Returns the {\it n}th list style. Returns the number of list styles. +\membersection{wxRichTextStyleSheet::GetName}\label{wxrichtextstylesheetgetname} + +\constfunc{const wxString\&}{GetName}{\void} + +Returns the style sheet's name. + \membersection{wxRichTextStyleSheet::GetParagraphStyle}\label{wxrichtextstylesheetgetparagraphstyle} \constfunc{wxRichTextParagraphStyleDefinition*}{GetParagraphStyle}{\param{size\_t }{n}} @@ -109,12 +133,6 @@ Returns the {\it n}th paragraph style. Returns the number of paragraph styles. -\membersection{wxRichTextStyleSheet::Init}\label{wxrichtextstylesheetinit} - -\func{void}{Init}{\void} - -Initialises the style sheet. - \membersection{wxRichTextStyleSheet::RemoveCharacterStyle}\label{wxrichtextstylesheetremovecharacterstyle} \func{bool}{RemoveCharacterStyle}{\param{wxRichTextStyleDefinition* }{def}, \param{bool }{deleteStyle = false}} @@ -133,3 +151,21 @@ Removes a list style. Removes a paragraph style. +\membersection{wxRichTextStyleSheet::RemoveStyle}\label{wxrichtextstylesheetremovestyle} + +\func{bool}{RemoveStyle}{\param{wxRichTextStyleDefinition* }{def}, \param{bool }{deleteStyle = false}} + +Removes a style. + +\membersection{wxRichTextStyleSheet::SetDescription}\label{wxrichtextstylesheetsetdescription} + +\func{void}{SetDescription}{\param{const wxString\& }{descr}} + +Sets the style sheet's description. + +\membersection{wxRichTextStyleSheet::SetName}\label{wxrichtextstylesheetsetname} + +\func{void}{SetName}{\param{const wxString\& }{name}} + +Sets the style sheet's name. +