#include <HPropert.h>
Inheritance diagram for HCategoryProperty:
Public Member Functions | |
int | AddProperty (HProperty *property) |
BOOL | RemoveProperty (HProperty *property) |
Static Public Member Functions | |
static HCategoryProperty * | New () |
static HCategoryProperty * | New (HPropertyInfo *propinfo) |
Definition at line 164 of file HPropert.h.
|
Appends a new property at the end of the properties group.
m_options = HCategoryProperty::New( theApp.m_optionsinfo ); m_ampl = HFloatProperty::New( theApp.m_amplinfo ); m_options->AddProperty(m_ampl); m_octaves = HIntProperty::New( theApp.m_octavesinfo ); m_options->AddProperty(m_octaves);
|
|
Reimplemented from HContainerProperty. |
|
Reimplemented from HContainerProperty. Reimplemented in HUserCategoryProperty, HBoolCategoryProperty, and HTypeCategoryProperty. |
|
Removes the property from a properties group. It is the responsibility of the programmer to remove the property from the group before deleting it.
m_options->RemoveProperty(m_ampl);
delete m_ampl;
|
Generated on Thu Oct 27 11:46:54 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001