KWin
|
Represents the Global for wl_data_device_manager interface. More...
#include <datadevicemanager.h>
Public Types | |
enum class | DnDAction { None = 0 , Copy = 1 << 0 , Move = 1 << 1 , Ask = 1 << 2 } |
Signals | |
void | dataSourceCreated (KWin::DataSourceInterface *) |
void | dataDeviceCreated (KWin::DataDeviceInterface *) |
Public Member Functions | |
DataDeviceManagerInterface (Display *display, QObject *parent=nullptr) | |
~DataDeviceManagerInterface () override | |
Represents the Global for wl_data_device_manager interface.
Definition at line 26 of file datadevicemanager.h.
|
strong |
Drag and Drop actions supported by the DataSourceInterface.
Enumerator | |
---|---|
None | |
Copy | |
Move | |
Ask |
Definition at line 37 of file datadevicemanager.h.
|
explicit |
Definition at line 68 of file datadevicemanager.cpp.
|
overridedefault |
|
signal |
|
signal |