std::stringwayland::server::resource_t::get_class()[inherited]
Retrieve the interface name (class) of a resource object.
Returns
Interface name of the resource object.
client_twayland::server::resource_t::get_client()const[inherited]
Get the associated client
Returns
the client that owns the resource.
uint32_twayland::server::resource_t::get_id()const[inherited]
Get the internal ID of the resource
Returns
the internal ID of the resource
unsignedintwayland::server::resource_t::get_version()const[inherited]
Get interface version
Returns
Interface version this resource has been constructed with.
std::function<void()>&viewporter_t::on_destroy()
unbind from the cropping and scaling interface Informs the server that the client will not be using this
protocol object anymore. This does not affect any other objects, wp_viewport objects included.
Definition at line 796 of file wayland-server-protocol-extra.cpp.
std::function<void(viewport_t,surface_t)>&viewporter_t::on_get_viewport()
extend surface interface for crop and scale
Parametersid the new viewport interface id
surface the surface
Instantiate an interface extension for the given wl_surface to crop and scale its content. If the given
wl_surface already has a wp_viewport object associated, the viewport_exists protocol error is raised.
Definition at line 802 of file wayland-server-protocol-extra.cpp.
voidwayland::server::resource_t::post_no_memory()const[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.
voidviewporter_t::post_viewport_exists(std::stringconst&msg)
Post error: the surface already has a viewport object associated.
Definition at line 808 of file wayland-server-protocol-extra.cpp.
boolwayland::server::resource_t::proxy_has_object()const[inherited]
Check whether this wrapper actually wraps an object.
Returns
true if there is an underlying object, false if this wrapper is empty