Property.
More...
Inherited by X3g::Plugin::PropertyImpl.
void X3g::Plugin::IProperty::Hide |
( |
) | |
|
Hide this property at property editor.
bool X3g::Plugin::IProperty::SetValue |
( |
PropertyValue^ |
pValue, |
|
|
bool |
pUndoable |
|
) |
| |
Assigns a new value to the property.
If pUndoable is true, an undo step will be created.
Changing the value of a property may also change the state and the value of other properterties if they depend on each other. Changing the value may even add new properties. Therefore, IPropertyProvider::GetProperties() should be called again to get an up-to-date property list.
void X3g::Plugin::IProperty::Unhide |
( |
) | |
|
Unhide this property at property editor if hidden by Hide.
String^ X3g::Plugin::IProperty::Description |
|
get |
The description of the property.
String^ X3g::Plugin::IProperty::Key |
|
get |
String^ X3g::Plugin::IProperty::Name |
|
get |
The name of the property.
The state of the property.
The type of the property.
The current value of the property.
ReadOnlyCollection< PropertyValue^>^ X3g::Plugin::IProperty::ValueSet |
|
get |
Returns an optional list of valid values for this property.