class TouchInputDescriptor
Defined at line 3547 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
Describes the format of the input report that will be sent from the touch device
to the host.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_ui_input::wire::TouchInputDescriptor> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_ui_input::wire::TouchInputDescriptor> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchInputDescriptor>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void TouchInputDescriptor ()
Defined at line 3549 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
void TouchInputDescriptor (const TouchInputDescriptor & other)
Defined at line 3550 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_ui_input::wire::ContactInputDescriptor> & contacts ()
bool has_contacts ()
uint32_t & max_contacts ()
bool has_max_contacts ()
::fidl::VectorView< ::fuchsia_ui_input::wire::TouchButton> & buttons ()
bool has_buttons ()
TouchInputDescriptor & operator= (const TouchInputDescriptor & other)
Defined at line 3551 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
void TouchInputDescriptor (TouchInputDescriptor && other)
Defined at line 3552 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
TouchInputDescriptor & operator= (TouchInputDescriptor && other)
Defined at line 3553 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
::fuchsia_ui_input::wire::TouchType & touch_type ()
bool has_touch_type ()
TouchInputDescriptor & set_contacts (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_ui_input::wire::ContactInputDescriptor>> elem)
TouchInputDescriptor & set_contacts (std::nullptr_t )
TouchInputDescriptor & clear_contacts ()
TouchInputDescriptor & set_max_contacts (uint32_t elem)
TouchInputDescriptor & clear_max_contacts ()
TouchInputDescriptor & set_touch_type (::fuchsia_ui_input::wire::TouchType elem)
TouchInputDescriptor & clear_touch_type ()
TouchInputDescriptor & set_buttons (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_ui_input::wire::TouchButton>> elem)
TouchInputDescriptor & set_buttons (std::nullptr_t )
TouchInputDescriptor & clear_buttons ()
void TouchInputDescriptor (::fidl::AnyArena & allocator)
void TouchInputDescriptor (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchInputDescriptor>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchInputDescriptor>> && frame_ptr)
void ~TouchInputDescriptor ()
Defined at line 3555 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder