VirtualBox

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


Ignore:
Timestamp:
Jul 20, 2012 1:27:47 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79316
Message:

enabled shared clipboard support for Linux hosts (guest=>host only)

File:
1 edited

Legend:

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

    r42248 r42261  
    10591059    <desc>
    10601060      Host-Guest clipboard interchange mode.
     1061    </desc>
     1062
     1063    <const name="Disabled"          value="0"/>
     1064    <const name="HostToGuest"       value="1"/>
     1065    <const name="GuestToHost"       value="2"/>
     1066    <const name="Bidirectional"     value="3"/>
     1067  </enum>
     1068
     1069  <enum
     1070    name="DragAndDropMode"
     1071    uuid="b618ea0e-b6fb-4f8d-97f7-5e237e49b547"
     1072    >
     1073    <desc>
     1074      Drag'n'Drop interchange mode.
    10611075    </desc>
    10621076
     
    37393753  <interface
    37403754    name="IMachine" extends="$unknown"
    3741     uuid="1d03031a-ce63-4641-9d67-3a16e03778d5"
     3755    uuid="0e84a036-73bf-49c8-b587-c558d4daa788"
    37423756    wsmap="managed"
    37433757    >
     
    42424256        Synchronization mode between the host OS clipboard
    42434257        and the guest OS clipboard.
     4258      </desc>
     4259    </attribute>
     4260
     4261    <attribute name="dragAndDropMode" type="DragAndDropMode">
     4262      <desc>
     4263        Which mode is allowed for drag'n'drop.
    42444264      </desc>
    42454265    </attribute>
     
    1633316353  <interface
    1633416354    name="IInternalSessionControl" extends="$unknown"
    16335     uuid="9ddb5449-f463-47cb-a717-d6f22da3b3a2"
     16355    uuid="3e83963a-1c3b-400d-8c5f-f2d077b0a597"
    1633616356    internal="yes"
    1633716357    wsmap="suppress"
     
    1653316553      <param name="clipboardMode" type="ClipboardMode" dir="in">
    1653416554        <desc>The new shared clipboard mode.</desc>
     16555      </param>
     16556    </method>
     16557
     16558    <method name="onDragAndDropModeChange">
     16559      <desc>
     16560        Notification when the drag'n'drop mode changes.
     16561      </desc>
     16562      <param name="dragAndDropMode" type="DragAndDropMode" dir="in">
     16563        <desc>The new mode for drag'n'drop.</desc>
    1653516564      </param>
    1653616565    </method>
     
    1828518314  <enum
    1828618315    name="VBoxEventType"
    18287     uuid="100cf5c8-7dd4-4600-8d75-636d211479c9"
     18316    uuid="b627520a-6b1a-4a9a-914d-f31434d3d10f"
    1828818317    >
    1828918318
     
    1854818577      </desc>
    1854918578    </const>
     18579    <const name="OnDragAndDropModeChanged" value="73">
     18580      <desc>
     18581        See <link to="IDragAndDropModeChangedEvent">IDragAndDropModeChangedEvent</link>.
     18582      </desc>
     18583    </const>
    1855018584
    1855118585    <!-- Last event marker -->
    18552     <const name="Last" value="73">
     18586    <const name="Last" value="74">
    1855318587      <desc>
    1855418588        Must be last event, used for iterations and structures relying on numerical event values.
     
    1930619340      <desc>
    1930719341        The new clipboard mode.
     19342      </desc>
     19343    </attribute>
     19344  </interface>
     19345
     19346  <interface
     19347    name="IDragAndDropModeChangedEvent" extends="IEvent"
     19348    uuid="e90b8850-ac8e-4dff-8059-4100ae2c3c3d"
     19349    wsmap="managed" autogen="VBoxEvent" id="OnDragAndDropModeChanged"
     19350    >
     19351    <desc>
     19352      Notification when the drag'n'drop mode changes.
     19353    </desc>
     19354    <attribute name="dragAndDropMode" type="DragAndDropMode" readonly="yes">
     19355      <desc>
     19356        The new drag'n'drop mode.
    1930819357      </desc>
    1930919358    </attribute>
Note: See TracChangeset for help on using the changeset viewer.

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