VirtualBox

Changeset 78694 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
May 23, 2019 1:08:50 PM (6 years ago)
Author:
vboxsync
Message:

OCI: IRangedIntegerFormValue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r78632 r78694  
    2562525625  -->
    2562625626  <enum name="FormValueType"
    25627         uuid="56ad9e8e-3e78-11e9-b661-bfeead3ff066">
     25627        uuid="43d794a0-7c98-11e9-a346-a36d5fa858a5">
    2562825628    <const name="Boolean" value="0"/>
    2562925629    <const name="String" value="1"/>
    2563025630    <const name="Choice" value="2"/>
     25631    <const name="RangedInteger" value="3"/>
    2563125632  </enum>
    2563225633
     
    2565325654    <method name="setSelected">
    2565425655      <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"/>
    2565525671      <param name="progress" type="IProgress" dir="return"/>
    2565625672    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette