| KWin
    | 
Represents the Resource for the wl_data_device interface. More...
#include <primaryselectiondevice_v1.h>
 
 | Signals | |
| void | selectionChanged (KWin::PrimarySelectionSourceV1Interface *) | 
| Public Member Functions | |
| virtual | ~PrimarySelectionDeviceV1Interface () | 
| SeatInterface * | seat () const | 
| PrimarySelectionSourceV1Interface * | selection () const | 
| void | sendSelection (AbstractDataSource *other) | 
| wl_client * | client () const | 
| Friends | |
| class | PrimarySelectionDeviceManagerV1InterfacePrivate | 
Represents the Resource for the wl_data_device interface.
Definition at line 33 of file primaryselectiondevice_v1.h.
| 
 | virtualdefault | 
| wl_client * KWin::PrimarySelectionDeviceV1Interface::client | ( | ) | const | 
Definition at line 125 of file primaryselectiondevice_v1.cpp.
| SeatInterface * KWin::PrimarySelectionDeviceV1Interface::seat | ( | ) | const | 
Definition at line 109 of file primaryselectiondevice_v1.cpp.
| PrimarySelectionSourceV1Interface * KWin::PrimarySelectionDeviceV1Interface::selection | ( | ) | const | 
Definition at line 114 of file primaryselectiondevice_v1.cpp.
| 
 | signal | 
| void KWin::PrimarySelectionDeviceV1Interface::sendSelection | ( | AbstractDataSource * | other | ) | 
Definition at line 119 of file primaryselectiondevice_v1.cpp.
| 
 | friend | 
Definition at line 51 of file primaryselectiondevice_v1.h.