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