1 \section{\class{wxPropertySheet
}}\label{wxpropertysheet
}
3 The
{\bf wxPropertySheet
} class is used for storing a number of
4 wxProperty objects (essentially names and values).
8 \helpref{wxPropertySheet overview
}{wxpropertysheetoverview
}
10 \latexignore{\rtfignore{\wxheading{Members
}}}
12 \membersection{wxPropertySheet::wxPropertySheet
}
14 \func{void
}{wxPropertySheet
}{\param{const wxString
}{ name = ""
}}
16 Constructor. Sets property sheet's name to name if present.
18 \membersection{wxPropertySheet::
\destruct{wxPropertySheet
}}
20 \func{void
}{\destruct{wxPropertySheet
}}{\void}
22 Destructor. Destroys all contained properties.
24 \membersection{wxPropertySheet::AddProperty
}\label{wxpropertysheetaddproperty
}
26 \func{void
}{AddProperty
}{\param{wxProperty *
}{property
}}
28 Adds a property to the sheet.
30 \membersection{wxPropertySheet::Clear
}\label{wxpropertysheetclear
}
32 \func{void
}{Clear
}{\void}
34 Clears all the properties from the sheet (deleting them).
36 \membersection{wxPropertySheet::GetName
}\label{wxpropertysheetgetname
}
38 \func{wxString
}{GetName
}{\void}
40 Gets the sheet's name.
42 \membersection{wxPropertySheet::GetProperty
}\label{wxpropertysheetgetproperty
}
44 \func{wxProperty *
}{GetProperty
}{\param{wxString
}{ name
}}
46 Gets a property by name.
48 \membersection{wxPropertySheet::GetProperties
}\label{wxpropertysheetgetproperties
}
50 \func{wxList\&
}{GetProperties
}{\void}
52 Returns a reference to the internal list of properties.
54 \membersection{wxPropertySheet::HasProperty
}\label{wxpropertysheethasproperty
}
56 \func{bool
}{HasProperty
}{\param{wxString
}{ propname
}}
58 Returns true if sheet contains property propname.
60 \membersection{wxPropertySheet::RemoveProperty
}\label{wxpropertysheetremoveproperty
}
62 \func{void
}{RemoveProperty
}{\param{wxString
}{ propname
}}
64 Removes property propname from sheet, deleting it.
66 \membersection{wxPropertySheet::SetName
}\label{wxpropertysheetsetname
}
68 \func{void
}{SetName
}{\param{wxString
}{ sheetname
}}
70 Set the sheet's name to sheetname
72 \membersection{wxPropertySheet::SetProperty
}\label{wxpropertysheetsetproperty
}
74 \func{bool
}{SetProperty
}{\param{wxString
}{ propname
},
\param{wxPropertyValue
}{ value
}}
76 Sets property propname to value. Returns false if property is not a member of sheet.
78 \membersection{wxPropertySheet::SetAllModified
}
80 \func{void
}{SetAllModified
}{\param{bool
}{ flag
}}
82 Sets the `modified' flag of each property value.