logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wayland::server::zwp_tablet_seat_v1_t - controller object for graphic tablet devices of a seat

Author

       Generated automatically by Doxygen for Wayland++ from the source code.

Version 1.0.0                                Wed May 1 2024 17:27:19    wayland::server::zwp_tablet_seat_v1_t(3)

Detailed Description

       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.

       Definition at line 4041 of file wayland-server-protocol-unstable.hpp.

Member Data Documentation

constexprstd::uint32_twayland::server::zwp_tablet_seat_v1_t::tablet_added_since_version=1[static],[constexpr]
       Minimum protocol version required for the tablet_added function.

       Definition at line 4088 of file wayland-server-protocol-unstable.hpp.

   constexprstd::uint32_twayland::server::zwp_tablet_seat_v1_t::tool_added_since_version=1[static],[constexpr]
       Minimum protocol version required for the tool_added function.

       Definition at line 4103 of file wayland-server-protocol-unstable.hpp.

Member Function Documentation

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()>&zwp_tablet_seat_v1_t::on_destroy()
       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.

       Definition at line 6130 of file wayland-server-protocol-unstable.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

   voidzwp_tablet_seat_v1_t::tablet_added(boolpost=true)
       new device notification

       Returns
           the newly added graphics tablet

       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.

       Definition at line 6136 of file wayland-server-protocol-unstable.cpp.

   voidzwp_tablet_seat_v1_t::tool_added(boolpost=true)
       a new tool has been used with a tablet

       Returns
           the newly added tablet tool

       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.

       Definition at line 6141 of file wayland-server-protocol-unstable.cpp.

Name

       wayland::server::zwp_tablet_seat_v1_t - controller object for graphic tablet devices of a seat

Synopsis

       #include <wayland-server-protocol-unstable.hpp>

       Inherits wayland::server::resource_t.

   PublicMemberFunctions
       std::function< void()> & on_destroy ()
           release the memory for the tablet seat object
       void tablet_added (bool post=true)
           new device notification
       void tool_added (bool post=true)
           a new tool has been used with a tablet
       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 ()

   StaticPublicAttributes
       static constexpr std::uint32_t tablet_added_since_version = 1
           Minimum protocol version required for the tablet_added function.
       static constexpr std::uint32_t tool_added_since_version = 1
           Minimum protocol version required for the tool_added function.

See Also