KWin
|
#include <drag.h>
Signals | |
void | finish (Drag *self) |
Public Member Functions | |
Drag (QObject *parent=nullptr) | |
~Drag () override | |
virtual bool | handleClientMessage (xcb_client_message_event_t *event)=0 |
virtual DragEventReply | moveFilter (Window *target)=0 |
Static Public Member Functions | |
static void | sendClientMessage (xcb_window_t target, xcb_atom_t type, xcb_client_message_data_t *data) |
|
explicit |
|
signal |
|
pure virtual |
Implemented in KWin::Xwl::WlToXDrag, and KWin::Xwl::XToWlDrag.
|
pure virtual |
Implemented in KWin::Xwl::WlToXDrag, and KWin::Xwl::XToWlDrag.
|
static |