OEBoolParameter
class OEBoolParameter : public OEPODParameter<bool>
The OEBoolParameter represents parameter that has boolean value.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault,GetDefault,GetDefaultsandSetDefault
- Following methods are publicly inherited from OEPODParameter:
Constructors
OEBoolParameter(name: str) -> OEBoolParameter
OEBoolParameter(name: str, defValue: bool) -> OEBoolParameter
OEBoolParameter() -> OEBoolParameter
OEBoolParameter(arg2: OEBoolParameter) -> OEBoolParameter
Default and copy constructors.
Constructs an OEBoolParameter instance using the specified set of parameters.