KWin
|
#include <clipboard.h>
Public Member Functions | |
Clipboard (xcb_atom_t atom, QObject *parent) | |
![]() | |
bool | handleXfixesNotify (xcb_xfixes_selection_notify_event_t *event) |
bool | filterEvent (xcb_generic_event_t *event) |
xcb_atom_t | atom () const |
xcb_window_t | window () const |
void | overwriteRequestorWindow (xcb_window_t window) |
Additional Inherited Members | |
![]() | |
void | transferFinished (xcb_timestamp_t eventTime) |
![]() | |
static xcb_atom_t | mimeTypeToAtom (const QString &mimeType) |
static xcb_atom_t | mimeTypeToAtomLiteral (const QString &mimeType) |
static QStringList | atomToMimeTypes (xcb_atom_t atom) |
static QString | atomName (xcb_atom_t atom) |
static void | sendSelectionNotify (xcb_selection_request_event_t *event, bool success) |
![]() | |
Selection (xcb_atom_t atom, QObject *parent) | |
void | registerXfixes () |
virtual bool | handleClientMessage (xcb_client_message_event_t *event) |
void | setWlSource (WlSource *source) |
WlSource * | wlSource () const |
void | createX11Source (xcb_xfixes_selection_notify_event_t *event) |
X11Source * | x11Source () const |
void | ownSelection (bool own) |
void | setWindow (xcb_window_t window) |
Represents the X clipboard, which is on Wayland side just called selection.
Definition at line 28 of file clipboard.h.
KWin::Xwl::Clipboard::Clipboard | ( | xcb_atom_t | atom, |
QObject * | parent ) |
Definition at line 29 of file clipboard.cpp.