.TH "wayland::server::zwp_tablet_seat_v2_t" 3 "Wed May 3 2023" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::zwp_tablet_seat_v2_t \- controller object for graphic tablet devices of a seat .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::server::resource_t\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "std::function< void()> & \fBon_destroy\fP ()" .br .RI "release the memory for the tablet seat object " .ti -1c .RI "void \fBtablet_added\fP (bool post=true)" .br .RI "new device notification " .ti -1c .RI "void \fBtool_added\fP (bool post=true)" .br .RI "a new tool has been used with a tablet " .ti -1c .RI "void \fBpad_added\fP (bool post=true)" .br .RI "new pad notification " .ti -1c .RI "bool \fBproxy_has_object\fP () const" .br .RI "Check whether this wrapper actually wraps an object\&. " .ti -1c .RI "void \fBpost_no_memory\fP () const" .br .ti -1c .RI "uint32_t \fBget_id\fP () const" .br .ti -1c .RI "client_t \fBget_client\fP () const" .br .ti -1c .RI "unsigned int \fBget_version\fP () const" .br .ti -1c .RI "std::string \fBget_class\fP ()" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static constexpr std::uint32_t \fBtablet_added_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBtablet_added\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBtool_added_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBtool_added\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBpad_added_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBpad_added\fP function\&. " .in -1c .SH "Detailed Description" .PP controller object for graphic tablet devices of a seat An object that provides access to the graphics tablets available on this seat\&. After binding to this interface, the compositor sends a set of wp_tablet_seat\&.tablet_added and wp_tablet_seat\&.tool_added events\&. .PP Definition at line \fB4855\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Member Function Documentation" .PP .SS "std::string wayland::server::resource_t::get_class ()\fC [inherited]\fP" Retrieve the interface name (class) of a resource object\&. .PP \fBReturns\fP .RS 4 Interface name of the resource object\&. .RE .PP .SS "client_t wayland::server::resource_t::get_client () const\fC [inherited]\fP" Get the associated client .PP \fBReturns\fP .RS 4 the client that owns the resource\&. .RE .PP .SS "uint32_t wayland::server::resource_t::get_id () const\fC [inherited]\fP" Get the internal ID of the resource .PP \fBReturns\fP .RS 4 the internal ID of the resource .RE .PP .SS "unsigned int wayland::server::resource_t::get_version () const\fC [inherited]\fP" Get interface version .PP \fBReturns\fP .RS 4 Interface version this resource has been constructed with\&. .RE .PP .SS "std::function< void()> & zwp_tablet_seat_v2_t::on_destroy ()" .PP release the memory for the tablet seat object Destroy the wp_tablet_seat object\&. Objects created from this object are unaffected and should be destroyed separately\&. .PP Definition at line \fB6435\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_tablet_seat_v2_t::pad_added (bool post = \fCtrue\fP)" .PP new pad notification .PP \fBReturns\fP .RS 4 the newly added pad .RE .PP This event is sent whenever a new pad is known to the system\&. Typically, pads are physically attached to tablets and a pad_added event is sent immediately after the wp_tablet_seat\&.tablet_added\&. However, some standalone pad devices logically attach to tablets at runtime, and the client must wait for wp_tablet_pad\&.enter to know the tablet a pad is attached to\&. .PP This event only provides the object id of the pad\&. All further features (buttons, strips, rings) are sent through the wp_tablet_pad interface\&. .PP Definition at line \fB6451\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void wayland::server::resource_t::post_no_memory () const\fC [inherited]\fP" Post 'not enough memory' error to the client .PP 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\&. .SS "bool wayland::server::resource_t::proxy_has_object () const\fC [inherited]\fP" .PP Check whether this wrapper actually wraps an object\&. .PP \fBReturns\fP .RS 4 true if there is an underlying object, false if this wrapper is empty .RE .PP .SS "void zwp_tablet_seat_v2_t::tablet_added (bool post = \fCtrue\fP)" .PP new device notification .PP \fBReturns\fP .RS 4 the newly added graphics tablet .RE .PP This event is sent whenever a new tablet becomes available on this seat\&. This event only provides the object id of the tablet, any static information about the tablet (device name, vid/pid, etc\&.) is sent through the wp_tablet interface\&. .PP Definition at line \fB6441\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void zwp_tablet_seat_v2_t::tool_added (bool post = \fCtrue\fP)" .PP a new tool has been used with a tablet .PP \fBReturns\fP .RS 4 the newly added tablet tool .RE .PP This event is sent whenever a tool that has not previously been used with a tablet comes into use\&. This event only provides the object id of the tool; any static information about the tool (capabilities, type, etc\&.) is sent through the wp_tablet_tool interface\&. .PP Definition at line \fB6446\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SH "Member Data Documentation" .PP .SS "constexpr std::uint32_t wayland::server::zwp_tablet_seat_v2_t::pad_added_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBpad_added\fP function\&. .PP Definition at line \fB4938\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_tablet_seat_v2_t::tablet_added_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBtablet_added\fP function\&. .PP Definition at line \fB4902\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_tablet_seat_v2_t::tool_added_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBtool_added\fP function\&. .PP Definition at line \fB4917\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.