Contents Up Previous Next

wxPropertySheet: wxObject

wxPropertySheet overview

The wxPropertySheet class is used for storing a number of wxProperty objects (essentially names and values).

wxPropertySheet::wxPropertySheet
wxPropertySheet::~wxPropertySheet
wxPropertySheet::AddProperty
wxPropertySheet::Clear
wxPropertySheet::GetProperties
wxPropertySheet::GetProperty
wxPropertySheet::SetAllModified


wxPropertySheet::wxPropertySheet

void wxPropertySheet(void)

Constructor.


wxPropertySheet::~wxPropertySheet

void ~wxPropertySheet(void)

Destructor. Destroys all contained properties.


wxPropertySheet::AddProperty

void AddProperty(wxProperty *property)

Adds a property to the sheet.


wxPropertySheet::Clear

void Clear(void)

Clears all the properties from the sheet (deleting them).


wxPropertySheet::GetProperties

wxList& GetProperties(void)

Returns a reference to the internal list of properties.


wxPropertySheet::GetProperty

wxProperty * GetProperty(char *name)

Gets a property by name.


wxPropertySheet::SetAllModified

void SetAllModified(Bool flag)

Sets the 'modified' flag of each property value.