Home | History | Annotate | Download | only in Api

Lines Matching full:clipboard

744     if (QApplication::clipboard()->supportsSelection()) {
1698 \value CopyLinkToClipboard Copy the current link to the clipboard.
1701 \value CopyImageToClipboard Copy the highlighted image to the clipboard.
1702 \value CopyImageUrlToClipboard Copy the highlighted image's URL to the clipboard.
1709 \value Cut Cut the content currently selected into the clipboard.
1710 \value Copy Copy the content currently selected into the clipboard.
1711 \value Paste Paste content from the clipboard.
1750 \value PasteAndMatchStyle Paste content from the clipboard with current style.
2364 QApplication::clipboard()->setPixmap(d->hitTestResult.pixmap());
2367 QApplication::clipboard()->setText(d->hitTestResult.imageUrl().toString());