35 bool ownsMode(QClipboard::Mode mode)
const override;
37 inline bool clipboardViewerWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, LRESULT *result);
46 inline void propagateClipboardMessage(UINT message, WPARAM wParam, LPARAM lParam)
const;
47 inline void unregisterViewer();
48 inline bool ownsClipboard()
const;
54 HWND m_clipboardViewer =
nullptr;
55 HWND m_nextClipboardViewer =
nullptr;
56 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.