![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosclipboardobject.h>
Classes | |
| struct | PasteboardData |
Public Types | |
| enum class | PasteboardDataSource { OurProcess , OtherProcess } |
Public Member Functions | |
| PasteboardData | getPasteboardDataWithLazyFetch () |
| void | setMimeDataSync (std::shared_ptr< QMimeData > mimeData, const std::optional< bool > &shareInAppOnly) |
Static Public Member Functions | |
| static std::unique_ptr< QOhosClipboardObject > | makeInstance (std::function< void(std::optional< PasteboardDataSource >)> &&pasteboardUpdatesNotifier) |
Protected Member Functions | |
| QOhosClipboardObject (std::function< void(std::optional< PasteboardDataSource >)> &&pasteboardUpdatesNotifier) | |
Definition at line 16 of file qohosclipboardobject.h.
|
strong |
| Enumerator | |
|---|---|
| OurProcess | |
| OtherProcess | |
Definition at line 19 of file qohosclipboardobject.h.
|
protected |
Definition at line 150 of file qohosclipboardobject.cpp.
| QOhosClipboardObject::PasteboardData QOhosClipboardObject::getPasteboardDataWithLazyFetch | ( | ) |
Definition at line 220 of file qohosclipboardobject.cpp.
|
static |
Definition at line 213 of file qohosclipboardobject.cpp.
| void QOhosClipboardObject::setMimeDataSync | ( | std::shared_ptr< QMimeData > | mimeData, |
| const std::optional< bool > & | shareInAppOnly ) |
Definition at line 262 of file qohosclipboardobject.cpp.
References QtOhos::runInJsThreadAndWait().