class FocusEvent

Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/natural_types.h

Public Methods

void FocusEvent (Storage_ storage)
void FocusEvent (uint64_t event_time, bool focused)
void FocusEvent ()

Default constructs a |FocusEvent| only if all of its members are default constructible.

Defined at line 854 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/natural_types.h

void FocusEvent (FocusEvent && )

Defined at line 857 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/natural_types.h

void FocusEvent (const FocusEvent & other)
FocusEvent & operator= (FocusEvent && )

Defined at line 858 of file fidling/gen/sdk/fidl/fuchsia.ui.input/fuchsia.ui.input/cpp/fidl/fuchsia.ui.input/cpp/natural_types.h

FocusEvent & operator= (const FocusEvent & other)
bool operator== (const FocusEvent & other)
bool operator!= (const FocusEvent & other)
uint64_t event_time ()

Time the event was delivered. The time is in nanoseconds and corresponds

to the monotonic time as determined by the zx_clock_get_monotonic syscall.

uint64_t & event_time ()

Time the event was delivered. The time is in nanoseconds and corresponds

to the monotonic time as determined by the zx_clock_get_monotonic syscall.

FocusEvent & event_time (uint64_t value)

Time the event was delivered. The time is in nanoseconds and corresponds

to the monotonic time as determined by the zx_clock_get_monotonic syscall.

bool focused ()

Whether the view has gained input focused or not.

bool & focused ()

Whether the view has gained input focused or not.

FocusEvent & focused (bool value)

Whether the view has gained input focused or not.

void FocusEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits