Changeset 99579 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 3, 2023 11:12:01 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r99394 r99579 29365 29365 --> 29366 29366 <enum name="FormValueType" 29367 uuid=" 43d794a0-7c98-11e9-a346-a36d5fa858a5">29367 uuid="5f10e2f2-911f-4f55-8afb-39c790f7dc42"> 29368 29368 <const name="Boolean" value="0"/> 29369 29369 <const name="String" value="1"/> 29370 29370 <const name="Choice" value="2"/> 29371 29371 <const name="RangedInteger" value="3"/> 29372 <const name="RangedInteger64" value="4"/> 29372 29373 </enum> 29373 29374 … … 29415 29416 <method name="setInteger"> 29416 29417 <param name="value" type="long" dir="in"/> 29418 <param name="progress" type="IProgress" dir="return"/> 29419 </method> 29420 </interface> 29421 29422 <interface name="IRangedInteger64FormValue" extends="IFormValue" 29423 uuid="f01e8b48-f44d-42cc-8a83-512f6a8552f1" 29424 wsmap="managed" 29425 reservedMethods="4" reservedAttributes="4"> 29426 <attribute name="suffix" type="wstring" readonly="yes"> 29427 <desc> 29428 Counterpart of the <link to="IFormValue::label"/> attribute. 29429 May be null or empty. Usually used for units. 29430 </desc> 29431 </attribute> 29432 <attribute name="minimum" type="long long" readonly="yes"/> 29433 <attribute name="maximum" type="long long" readonly="yes"/> 29434 <method name="getInteger"> 29435 <param name="value" type="long long" dir="return"/> 29436 </method> 29437 <method name="setInteger"> 29438 <param name="value" type="long long" dir="in"/> 29417 29439 <param name="progress" type="IProgress" dir="return"/> 29418 29440 </method>
Note:
See TracChangeset
for help on using the changeset viewer.