Changeset 42261 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 20, 2012 1:27:47 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79316
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42248 r42261 1059 1059 <desc> 1060 1060 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. 1061 1075 </desc> 1062 1076 … … 3739 3753 <interface 3740 3754 name="IMachine" extends="$unknown" 3741 uuid=" 1d03031a-ce63-4641-9d67-3a16e03778d5"3755 uuid="0e84a036-73bf-49c8-b587-c558d4daa788" 3742 3756 wsmap="managed" 3743 3757 > … … 4242 4256 Synchronization mode between the host OS clipboard 4243 4257 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. 4244 4264 </desc> 4245 4265 </attribute> … … 16333 16353 <interface 16334 16354 name="IInternalSessionControl" extends="$unknown" 16335 uuid=" 9ddb5449-f463-47cb-a717-d6f22da3b3a2"16355 uuid="3e83963a-1c3b-400d-8c5f-f2d077b0a597" 16336 16356 internal="yes" 16337 16357 wsmap="suppress" … … 16533 16553 <param name="clipboardMode" type="ClipboardMode" dir="in"> 16534 16554 <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> 16535 16564 </param> 16536 16565 </method> … … 18285 18314 <enum 18286 18315 name="VBoxEventType" 18287 uuid=" 100cf5c8-7dd4-4600-8d75-636d211479c9"18316 uuid="b627520a-6b1a-4a9a-914d-f31434d3d10f" 18288 18317 > 18289 18318 … … 18548 18577 </desc> 18549 18578 </const> 18579 <const name="OnDragAndDropModeChanged" value="73"> 18580 <desc> 18581 See <link to="IDragAndDropModeChangedEvent">IDragAndDropModeChangedEvent</link>. 18582 </desc> 18583 </const> 18550 18584 18551 18585 <!-- Last event marker --> 18552 <const name="Last" value="7 3">18586 <const name="Last" value="74"> 18553 18587 <desc> 18554 18588 Must be last event, used for iterations and structures relying on numerical event values. … … 19306 19340 <desc> 19307 19341 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. 19308 19357 </desc> 19309 19358 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.