Group IInteger_h¶
Public Attributes¶
| Type | Name |
|---|---|
| interface SPINNAKER_API_ABSTRACT | IInteger Interface for integer properties. |
Public Functions¶
| Type | Name |
|---|---|
| virtual void | ImposeMax (int64_t Value) = 0 |
| virtual void | ImposeMin (int64_t Value) = 0 |
| virtual IInteger & | operator= (int64_t Value) = 0 |
Public Attributes Documentation¶
variable IInteger¶
Interface for integer properties.
Public Functions Documentation¶
function ImposeMax¶
Restrict maximum value
function ImposeMin¶
Restrict minimum value
function operator=¶
Set node value