Wayland++ 1.0.0
C++ Bindings for Wayland
|
offer to replace the contents of the primary selection More...
#include <wayland-server-protocol-unstable.hpp>
Inherits wayland::server::resource_t.
Public Member Functions | |
std::function< void(std::string)> & | on_offer () |
add an offered mime type | |
std::function< void()> & | on_destroy () |
destroy the primary selection source | |
void | send (std::string const &mime_type, int fd, bool post=true) |
send the primary selection contents | |
void | cancelled (bool post=true) |
request for primary selection contents was canceled | |
bool | proxy_has_object () const |
Check whether this wrapper actually wraps an object. | |
void | post_no_memory () const |
uint32_t | get_id () const |
client_t | get_client () const |
unsigned int | get_version () const |
std::string | get_class () |
Static Public Attributes | |
static constexpr std::uint32_t | send_since_version = 1 |
Minimum protocol version required for the send function. | |
static constexpr std::uint32_t | cancelled_since_version = 1 |
Minimum protocol version required for the cancelled function. | |
offer to replace the contents of the primary selection
The source side of a wp_primary_selection_offer, it provides a way to describe the offered data and respond to requests to transfer the requested contents of the primary selection clipboard.
Definition at line 3757 of file wayland-server-protocol-unstable.hpp.
void zwp_primary_selection_source_v1_t::cancelled | ( | bool | post = true | ) |
request for primary selection contents was canceled
This primary selection source is no longer valid. The client should clean up and destroy this primary selection source.
Definition at line 5957 of file wayland-server-protocol-unstable.cpp.
|
inherited |
Retrieve the interface name (class) of a resource object.
|
inherited |
Get the associated client
|
inherited |
Get the internal ID of the resource
|
inherited |
Get interface version
std::function< void()> & zwp_primary_selection_source_v1_t::on_destroy | ( | ) |
destroy the primary selection source
Destroy the primary selection source.
Definition at line 5946 of file wayland-server-protocol-unstable.cpp.
std::function< void(std::string)> & zwp_primary_selection_source_v1_t::on_offer | ( | ) |
add an offered mime type
mime_type |
This request adds a mime type to the set of mime types advertised to targets. Can be called several times to offer multiple types.
Definition at line 5940 of file wayland-server-protocol-unstable.cpp.
|
inherited |
Post "not enough memory" error to the client
If the compositor has not enough memory to fulfill a certail request of the client, this function can be called to notify the client of this circumstance.
|
inherited |
Check whether this wrapper actually wraps an object.
void zwp_primary_selection_source_v1_t::send | ( | std::string const & | mime_type, |
int | fd, | ||
bool | post = true |
||
) |
send the primary selection contents
mime_type | |
fd |
Request for the current primary selection contents from the client. Send the specified mime type over the passed file descriptor, then close it.
Definition at line 5952 of file wayland-server-protocol-unstable.cpp.
|
staticconstexpr |
Minimum protocol version required for the cancelled function.
Definition at line 3825 of file wayland-server-protocol-unstable.hpp.
|
staticconstexpr |
Minimum protocol version required for the send function.
Definition at line 3813 of file wayland-server-protocol-unstable.hpp.