![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwldatadevice_p.h>
Public Member Functions | |
DataDevice (QWaylandSeat *seat) | |
void | setFocus (QWaylandClient *client) |
void | sourceDestroyed (DataSource *source) |
Protected Member Functions | |
void | data_device_set_selection (Resource *resource, struct ::wl_resource *source, uint32_t serial) override |
Definition at line 33 of file qwldatadevice_p.h.
QtWayland::DataDevice::DataDevice | ( | QWaylandSeat * | seat | ) |
Definition at line 27 of file qwldatadevice.cpp.
References DataDevice().
Referenced by DataDevice().
|
overrideprotected |
Definition at line 158 of file qwldatadevice.cpp.
References QtWayland::DataSource::cancel(), and QtWayland::DataSource::setDevice().
void QtWayland::DataDevice::setFocus | ( | QWaylandClient * | client | ) |
Definition at line 33 of file qwldatadevice.cpp.
void QtWayland::DataDevice::sourceDestroyed | ( | DataSource * | source | ) |
Definition at line 49 of file qwldatadevice.cpp.
Referenced by QtWayland::DataSource::~DataSource().