|
KWin
|
Represents the Resource for the zwp_primary_selection_source_v1 interface. Lifespan is mapped to the underlying object. More...
#include <primaryselectionsource_v1.h>
Public Member Functions | |
| ~PrimarySelectionSourceV1Interface () override | |
| void | requestData (const QString &mimeType, qint32 fd) override |
| void | cancel () override |
| QStringList | mimeTypes () const override |
| wl_client * | client () const override |
Public Member Functions inherited from KWin::AbstractDataSource | |
| virtual bool | isAccepted () const |
| virtual void | accept (const QString &mimeType) |
| virtual DataDeviceManagerInterface::DnDActions | supportedDragAndDropActions () const |
| virtual DataDeviceManagerInterface::DnDAction | selectedDndAction () const |
| virtual void | dropPerformed () |
| virtual void | dndFinished () |
| virtual void | dndAction (DataDeviceManagerInterface::DnDAction action) |
| virtual void | dndCancelled () |
Static Public Member Functions | |
| static PrimarySelectionSourceV1Interface * | get (wl_resource *native) |
Friends | |
| class | PrimarySelectionDeviceManagerV1InterfacePrivate |
Additional Inherited Members | |
Signals inherited from KWin::AbstractDataSource | |
| void | aboutToBeDestroyed () |
| void | mimeTypeOffered (const QString &) |
| void | supportedDragAndDropActionsChanged () |
Protected Member Functions inherited from KWin::AbstractDataSource | |
| AbstractDataSource (QObject *parent=nullptr) | |
Represents the Resource for the zwp_primary_selection_source_v1 interface. Lifespan is mapped to the underlying object.
Definition at line 21 of file primaryselectionsource_v1.h.
|
overridedefault |
|
overridevirtual |
Implements KWin::AbstractDataSource.
Definition at line 70 of file primaryselectionsource_v1.cpp.
|
overridevirtual |
Reimplemented from KWin::AbstractDataSource.
Definition at line 80 of file primaryselectionsource_v1.cpp.
|
static |
Definition at line 85 of file primaryselectionsource_v1.cpp.
|
overridevirtual |
Implements KWin::AbstractDataSource.
Definition at line 75 of file primaryselectionsource_v1.cpp.
|
overridevirtual |
Implements KWin::AbstractDataSource.
Definition at line 64 of file primaryselectionsource_v1.cpp.
|
friend |
Definition at line 36 of file primaryselectionsource_v1.h.