Searched refs:clipboard (Results 1 - 14 of 14) sorted by relevance
| /vbox/src/VBox/Additions/x11/Installer/ |
| H A D | 98vboxadd-xclient | 31 /usr/bin/VBoxClient --clipboard
|
| /vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
| H A D | QILabel.cpp | 153 /* Copy the current text to the global and selection clipboard. */ 154 QApplication::clipboard()->setText (text, QClipboard::Clipboard); 155 QApplication::clipboard()->setText (text, QClipboard::Selection); 200 /* Create a context menu for the copy to clipboard action. */
|
| H A D | QIMessageBox.cpp | 148 /* Add the mime data to the global clipboard. */ 149 QClipboard *pClipboard = QApplication::clipboard(); 250 /* If this is a critical message add a "Copy to clipboard" button: */ 254 pCopyButton->setToolTip(tr("Copy all errors to the clipboard"));
|
| /vbox/src/VBox/Additions/darwin/VBoxClient/ |
| H A D | VBoxClientClipboard.cpp | 30 #include <VBox/GuestHost/clipboard-helper.h> 38 /** Host clipboard connection client ID */ 40 /* Guest clipboard reference */ 56 #define VBOXCLIENT_SERVICE_NAME "clipboard" 81 VBoxClientVerbose(2, "starting host clipboard polling thread\n"); 112 VBoxClientVerbose(2, "host requested guest's clipboard read\n"); 117 /* The host has announced available clipboard formats */ 119 VBoxClientVerbose(2, "host requested guest's clipboard write\n"); 137 VBoxClientVerbose(2, "host clipboard polling thread stopped\n"); 162 VBoxClientVerbose(2, "starting guest clipboard pollin [all...] |
| H A D | VBoxClientClipboardGuestToHost.cpp | 33 #include <VBox/GuestHost/clipboard-helper.h> 110 * Search for content of specified type in guest clipboard buffer and put 209 * Paste text data into host clipboard. 211 * @param u32ClientId Host clipboard connection. 240 * Paste a bitmap onto the host clipboard. 242 * @param u32ClientId Host clipboard connection. 260 * Read guest's clipboard buffer and forward its content to host. 262 * @param u32ClientId Host clipboard connection.
|
| H A D | VBoxClientClipboardHostToGuest.cpp | 33 #include <VBox/GuestHost/clipboard-helper.h> 100 * Paste buffer into guest clipboard. 106 * @param fClear Whether or not clear guest clipboard before insert data. 133 VBoxClientVerbose(3, "unable to put data into guest's clipboard: %d\n", rc); 147 * Paste text data into guest clipboard. 199 * Paste picture data into guest clipboard. 227 * Read host's clipboard buffer and put its content to guest clipboard.
|
| /vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
| H A D | VBoxFilePathSelectorWidget.cpp | 371 /* Copy the current text to the selection and global clipboard. */ 372 if (QApplication::clipboard()->supportsSelection()) 373 QApplication::clipboard()->setText (text, QClipboard::Selection); 374 QApplication::clipboard()->setText (text, QClipboard::Clipboard);
|
| /vbox/src/VBox/GuestHost/SharedClipboard/ |
| H A D | clipboard-helper.cpp | 23 #include <VBox/GuestHost/clipboard-helper.h>
|
| H A D | x11-clipboard.cpp | 19 /* Note: to automatically run regression tests on the shared clipboard, 21 * clipboard code, adding the line 53 #include <VBox/GuestHost/clipboard-helper.h> 58 /** The different clipboard formats which we support. */ 69 * VBox clipboard formats (currently only Unicode) */ 77 /** The corresponding VBox clipboard format */ 149 * Enumerates supported X11 clipboard formats corresponding to a given VBox 165 /** Global context information used by the X11 clipboard backend */ 177 /** The X Toolkit widget which we use as our clipboard client. It is never made visible. */ 180 /** Should we try to grab the clipboard o [all...] |
| /vbox/src/VBox/Additions/haiku/VBoxTray/ |
| H A D | VBoxClipboard.cpp | 65 #include <VBox/GuestHost/clipboard-helper.h> 111 LogRel(("VBoxClipboardService: Error watching the system clipboard: %ld\n", err)); 385 * The host has announced available clipboard formats. Forward
|
| /vbox/src/VBox/Debugger/ |
| H A D | VBoxDbgStatsQt4.cpp | 441 * This is for logging and clipboard. 451 * This is for logging and clipboard. 462 * This is for logging and clipboard. 478 * Puts the stringified tree on the clipboard. 2539 QClipboard *pClipboard = QApplication::clipboard();
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | configure | 1409 --with-debug-clipboard enable debugging of clipboard code 7782 # Check whether --with-debug-clipboard was given.
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
| H A D | server_protocol.h | 4270 user_handle_t clipboard; member in struct:set_clipboard_info_request
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
| H A D | server_protocol.h | 3983 user_handle_t clipboard; member in struct:set_clipboard_info_request
|
Completed in 278 milliseconds