36 bool ownsMode(QClipboard::Mode mode)
const override;
38 inline bool clipboardViewerWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result);
47 inline void propagateClipboardMessage(UINT message, WPARAM wParam, LPARAM lParam)
const;
48 inline void unregisterViewer();
49 inline bool ownsClipboard()
const;
55 HWND m_clipboardViewer =
nullptr;
56 HWND m_nextClipboardViewer =
nullptr;
57 bool m_formatListenerRegistered =
false;
bool clipboardViewerWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result)
Windows procedure of the clipboard viewer.
Singleton container for all relevant information.