VirtualBox Main API
|
Public Member Functions | |
void | getInteger ([retval] out long value) |
void | setInteger (in long value, [retval] out IProgress progress) |
Public Attributes | |
readonly attribute wstring | suffix |
Counterpart of the IFormValue::label attribute. | |
readonly attribute long | minimum |
readonly attribute long | maximum |
Public Attributes inherited from IFormValue | |
readonly attribute FormValueType | type |
readonly attribute long | generation |
readonly attribute boolean | enabled |
readonly attribute boolean | visible |
readonly attribute wstring | label |
readonly attribute wstring | description |
readonly attribute wstring | help |
void IRangedIntegerFormValue::getInteger | ( | [retval] out long | value | ) |
void IRangedIntegerFormValue::setInteger | ( | in long | value, |
[retval] out IProgress | progress | ||
) |
readonly attribute wstring IRangedIntegerFormValue::suffix |
Counterpart of the IFormValue::label attribute.
May be null or empty. Usually used for units.
readonly attribute long IRangedIntegerFormValue::minimum |
readonly attribute long IRangedIntegerFormValue::maximum |