scenic::cpp

Summary

Typedefs

ViewTokenStdPair using
std::pair< fuchsia_ui_views::ViewToken, fuchsia_ui_views::ViewHolderToken >

Functions

CloneViewRef(const fuchsia_ui_views::ViewRef & view_ref)
fuchsia_ui_views::ViewRef
NewViewIdentityOnCreation()
fuchsia_ui_views::ViewIdentityOnCreation
NewViewTokenPair()
ViewTokenStdPair
ToViewHolderToken(zx::eventpair raw_token)
fuchsia_ui_views::ViewHolderToken
ToViewToken(zx::eventpair raw_token)
fuchsia_ui_views::ViewToken

Structs

scenic::cpp::ViewCreationTokenPair
scenic::cpp::ViewRefPair
scenic::cpp::ViewTokenPair

Typedefs

ViewTokenStdPair

std::pair< fuchsia_ui_views::ViewToken, fuchsia_ui_views::ViewHolderToken > ViewTokenStdPair

Functions

CloneViewRef

fuchsia_ui_views::ViewRef CloneViewRef(
  const fuchsia_ui_views::ViewRef & view_ref
)

NewViewIdentityOnCreation

fuchsia_ui_views::ViewIdentityOnCreation NewViewIdentityOnCreation()

NewViewTokenPair

ViewTokenStdPair NewViewTokenPair()

ToViewHolderToken

fuchsia_ui_views::ViewHolderToken ToViewHolderToken(
  zx::eventpair raw_token
)

ToViewToken

fuchsia_ui_views::ViewToken ToViewToken(
  zx::eventpair raw_token
)