OEIntParameter
class OEIntParameter : public OEPODParameter<int>
The OEIntParameter represents parameter that has int 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
OEIntParameter(name: str) -> OEIntParameter
OEIntParameter(name: str, defValue: int) -> OEIntParameter
OEIntParameter() -> OEIntParameter
OEIntParameter(arg2: OEIntParameter) -> OEIntParameter
Default and copy constructors.
Constructs an OEIntParameter instance using the specified set of parameters.