Changeset 78694 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 23, 2019 1:08:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r78632 r78694 25625 25625 --> 25626 25626 <enum name="FormValueType" 25627 uuid=" 56ad9e8e-3e78-11e9-b661-bfeead3ff066">25627 uuid="43d794a0-7c98-11e9-a346-a36d5fa858a5"> 25628 25628 <const name="Boolean" value="0"/> 25629 25629 <const name="String" value="1"/> 25630 25630 <const name="Choice" value="2"/> 25631 <const name="RangedInteger" value="3"/> 25631 25632 </enum> 25632 25633 … … 25653 25654 <method name="setSelected"> 25654 25655 <param name="selected" type="boolean" dir="in"/> 25656 <param name="progress" type="IProgress" dir="return"/> 25657 </method> 25658 </interface> 25659 25660 <interface name="IRangedIntegerFormValue" extends="IFormValue" 25661 uuid="b31c4052-7bdc-11e9-8bc2-8ffdb8b19219" 25662 wsmap="managed" 25663 reservedMethods="4" reservedAttributes="4"> 25664 <attribute name="minimum" type="long" readonly="yes"/> 25665 <attribute name="maximum" type="long" readonly="yes"/> 25666 <method name="getInteger"> 25667 <param name="value" type="long" dir="return"/> 25668 </method> 25669 <method name="setInteger"> 25670 <param name="value" type="long" dir="in"/> 25655 25671 <param name="progress" type="IProgress" dir="return"/> 25656 25672 </method>
Note:
See TracChangeset
for help on using the changeset viewer.