import "sbIPropertyManager.idl";
Inheritance diagram for sbINumberPropertyInfo:
Public Attributes | |
const unsigned long | RADIX_8 = 8 |
Unsigned octal representation (eg. 16, or 14 decimal). | |
const unsigned long | RADIX_10 = 10 |
Signed decimal representation (eg. 14 decimal). | |
const unsigned long | RADIX_16 = 16 |
Unsigned hex representation (eg. 0x0E, or 14 decimal). | |
const unsigned long | FLOAT = 0 |
Signed floating point representation (eg. 14.89). | |
attribute long long | minValue |
Minimum value allowed. | |
attribute long long | maxValue |
Minimum value allowed. | |
attribute double | minFloatValue |
Minimum floating point value allowed if number property is a float. | |
attribute double | maxFloatValue |
Maximum float point value allowed if a number property is a float. | |
attribute unsigned long | radix |
Radix (must be RADIX_8, RADIX_10, RADIX_16 or FLOAT). |
Definition at line 339 of file sbIPropertyManager.idl.