X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3a43801df2f05c057892481df9d3cfe30fd8800..b4a2ab728bf4627ab2b41385b69e31f10c1fd3b1:/docs/latex/proplist/classes.tex diff --git a/docs/latex/proplist/classes.tex b/docs/latex/proplist/classes.tex index d197d77d6d..00dcfe294a 100644 --- a/docs/latex/proplist/classes.tex +++ b/docs/latex/proplist/classes.tex @@ -4,7 +4,6 @@ \overview{Property classes overview}{propertyoverview} - \section{\class{wxBoolFormValidator}: wxPropertyFormValidator}\label{wxboolformvalidator} \overview{Validator classes}{validatorclasses} @@ -768,9 +767,9 @@ wxProperty objects (essentially names and values). \membersection{wxPropertySheet::wxPropertySheet} -\func{void}{wxPropertySheet}{\void} +\func{void}{wxPropertySheet}{\param{const wxString}{ name = ""}} -Constructor. +Constructor. Sets property sheet's name to name if present. \membersection{wxPropertySheet::\destruct{wxPropertySheet}} @@ -790,17 +789,47 @@ Adds a property to the sheet. Clears all the properties from the sheet (deleting them). +\membersection{wxPropertySheet::GetName}\label{wxpropertysheetgetname} + +\func{wxString}{GetName}{\void} + +Gets the sheet's name. + +\membersection{wxPropertySheet::GetProperty}\label{wxpropertysheetgetproperty} + +\func{wxProperty *}{GetProperty}{\param{wxString}{ name}} + +Gets a property by name. + \membersection{wxPropertySheet::GetProperties}\label{wxpropertysheetgetproperties} \func{wxList\&}{GetProperties}{\void} Returns a reference to the internal list of properties. -\membersection{wxPropertySheet::GetProperty}\label{wxpropertysheetgetproperty} +\membersection{wxPropertySheet::HasProperty}\label{wxpropertysheethasproperty} -\func{wxProperty *}{GetProperty}{\param{char *}{name}} +\func{bool}{HasProperty}{\param{wxString}{ propname}} -Gets a property by name. +Returns true if sheet contains property propname. + +\membersection{wxPropertySheet::RemoveProperty}\label{wxpropertysheetremoveproperty} + +\func{void}{RemoveProperty}{\param{wxString}{ propname}} + +Removes property propname from sheet, deleting it. + +\membersection{wxPropertySheet::SetName}\label{wxpropertysheetsetname} + +\func{void}{SetName}{\param{wxString}{ sheetname}} + +Set the sheet's name to sheetname + +\membersection{wxPropertySheet::SetProperty}\label{wxpropertysheetsetproperty} + +\func{bool}{SetProperty}{\param{wxString}{ propname}, \param{wxPropertyValue}{ value}} + +Sets property propname to value. Returns false if property is not a member of sheet. \membersection{wxPropertySheet::SetAllModified}