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()>&subcompositor_t::on_destroy()
unbind from the subcompositor interface Informs the server that the client will not be using this
protocol object anymore. This does not affect any other objects, wl_subsurface objects included.
Definition at line 3097 of file wayland-server-protocol.cpp.
std::function<void(subsurface_t,surface_t,surface_t)>&subcompositor_t::on_get_subsurface()
give a surface the role sub-surface
Parametersid the new sub-surface object ID
surface the surface to be turned into a sub-surface
parent the parent surface
Create a sub-surface interface for the given surface, and associate it with the given parent surface.
This turns a plain wl_surface into a sub-surface.
The to-be sub-surface must not already have another role, and it must not have an existing wl_subsurface
object. Otherwise a protocol error is raised.
Adding sub-surfaces to a parent is a double-buffered operation on the parent (see wl_surface.commit). The
effect of adding a sub-surface becomes visible on the next time the state of the parent surface is
applied.
This request modifies the behaviour of wl_surface.commit request on the sub-surface, see the
documentation on wl_subsurface interface.
Definition at line 3103 of file wayland-server-protocol.cpp.
voidsubcompositor_t::post_bad_surface(std::stringconst&msg)
Post error: the to-be sub-surface is invalid.
Definition at line 3109 of file wayland-server-protocol.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.
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