This namespace does not contain any documentable elements
Classes and interfaces
PaletteConditionInterface¶
A condition define when a palette is used or not.
« More »
WeightAwarePaletteConditionInterface¶
This interface describes a weight aware palette condition.
« More »
AbstractWeightAwarePaletteCondition¶
This is the abstract base class for weight aware palette conditions.
« More »
DefaultPaletteCondition¶
Condition for the default palette.
« More »
PaletteConditionChain¶
A chain of palette conditions.
« More »
PropertyFalseCondition¶
Condition checking that the value of a property is false.
« More »
PropertyTrueCondition¶
Condition checking that the value of a property is true.
« More »
PropertyValueCondition¶
Condition checking that the value of a property is the same as a passed value.
« More »
Classes and interfaces
PropertyConditionInterface¶
A condition define when a property is visible or editable and when not.
« More »
BooleanCondition¶
Condition for specifying an explicit boolean value (Useful for determining if a property shall be editable i.e.).
« More »
DumpingPropertyCondition¶
Only for debugging purpose. Call the match() method on the wrapped condition and
dump the result with a backtrace.
« More »
PropertyCallbackCondition¶
Condition using a custom callback function for flexible custom conditions.
« More »
PropertyConditionChain¶
A chain of property conditions.
« More »
PropertyFalseCondition¶
Condition checking that the value of a property is false.
« More »
PropertyTrueCondition¶
Condition checking that the value of a property is true.
« More »
PropertyValueCondition¶
Condition checking that the value of a property is the same as a passed value.
« More »
PropertyVisibleCondition¶
Condition checking that a property is visible.
« More »