KWin
Loading...
Searching...
No Matches
Signals | Public Member Functions | Friends | List of all members
KWin::DataControlDeviceV1Interface Class Reference

#include <datacontroldevice_v1.h>

Inheritance diagram for KWin::DataControlDeviceV1Interface:

Signals

void selectionChanged (KWin::DataControlSourceV1Interface *dataSource)
 
void primarySelectionChanged (KWin::DataControlSourceV1Interface *dataSource)
 

Public Member Functions

 ~DataControlDeviceV1Interface () override
 
SeatInterfaceseat () const
 
DataControlSourceV1Interfaceselection () const
 
DataControlSourceV1InterfaceprimarySelection () const
 
void sendSelection (AbstractDataSource *other)
 
void sendPrimarySelection (AbstractDataSource *other)
 

Friends

class DataControlDeviceManagerV1InterfacePrivate
 

Detailed Description

The DataControlDeviceV1Interface extensions allows clients to manage seat's current selection.

DataControlDeviceV1Interface corresponds to the Wayland interface zwlr_data_control_device_v1.

Definition at line 30 of file datacontroldevice_v1.h.

Constructor & Destructor Documentation

◆ ~DataControlDeviceV1Interface()

KWin::DataControlDeviceV1Interface::~DataControlDeviceV1Interface ( )
overridedefault

Member Function Documentation

◆ primarySelection()

DataControlSourceV1Interface * KWin::DataControlDeviceV1Interface::primarySelection ( ) const

Definition at line 133 of file datacontroldevice_v1.cpp.

◆ primarySelectionChanged

void KWin::DataControlDeviceV1Interface::primarySelectionChanged ( KWin::DataControlSourceV1Interface * dataSource)
signal

◆ seat()

SeatInterface * KWin::DataControlDeviceV1Interface::seat ( ) const

Definition at line 123 of file datacontroldevice_v1.cpp.

◆ selection()

DataControlSourceV1Interface * KWin::DataControlDeviceV1Interface::selection ( ) const

Definition at line 128 of file datacontroldevice_v1.cpp.

◆ selectionChanged

void KWin::DataControlDeviceV1Interface::selectionChanged ( KWin::DataControlSourceV1Interface * dataSource)
signal

◆ sendPrimarySelection()

void KWin::DataControlDeviceV1Interface::sendPrimarySelection ( AbstractDataSource * other)

Definition at line 144 of file datacontroldevice_v1.cpp.

◆ sendSelection()

void KWin::DataControlDeviceV1Interface::sendSelection ( AbstractDataSource * other)

Definition at line 138 of file datacontroldevice_v1.cpp.

Friends And Related Symbol Documentation

◆ DataControlDeviceManagerV1InterfacePrivate

Definition at line 51 of file datacontroldevice_v1.h.


The documentation for this class was generated from the following files: