class TouchButtonsEvent
Defined at line 693 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
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::TouchButtonsEvent> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_ui_input::wire::TouchButtonsEvent> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchButtonsEvent>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchButtonsEvent>> && frame_ptr)
void TouchButtonsEvent ()
Defined at line 695 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
void TouchButtonsEvent (const TouchButtonsEvent & other)
Defined at line 696 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
void TouchButtonsEvent (TouchButtonsEvent && other)
Defined at line 698 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
void _CloseHandles ()
::fidl::basic_time<((zx_clock_t)0)> & event_time ()
bool has_event_time ()
::fuchsia_ui_input::wire::TouchDeviceInfo & device_info ()
bool has_device_info ()
TouchButtonsEvent & operator= (TouchButtonsEvent && other)
Defined at line 699 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::TouchButton> & pressed_buttons ()
bool has_pressed_buttons ()
bool has_wake_lease ()
TouchButtonsEvent & operator= (const TouchButtonsEvent & other)
Defined at line 697 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/wire_types.h
::zx::eventpair & wake_lease ()
Optional wake lease for power baton passing.
TouchButtonsEvent & set_event_time (::fidl::ObjectView< ::fidl::basic_time<((zx_clock_t)0)>> elem)
TouchButtonsEvent & set_event_time (std::nullptr_t )
TouchButtonsEvent & clear_event_time ()
TouchButtonsEvent & set_device_info (::fidl::ObjectView< ::fuchsia_ui_input::wire::TouchDeviceInfo> elem)
TouchButtonsEvent & set_device_info (std::nullptr_t )
TouchButtonsEvent & clear_device_info ()
TouchButtonsEvent & set_pressed_buttons (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_ui_input::wire::TouchButton>> elem)
TouchButtonsEvent & set_pressed_buttons (std::nullptr_t )
TouchButtonsEvent & clear_pressed_buttons ()
TouchButtonsEvent & set_wake_lease (::zx::eventpair elem)
TouchButtonsEvent & clear_wake_lease ()
void TouchButtonsEvent (::fidl::AnyArena & allocator)
void TouchButtonsEvent (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_input::wire::TouchButtonsEvent>> && 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 ~TouchButtonsEvent ()
Defined at line 701 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