scenic

Summary

Typedefs

FakeContent using
std::variant< FakeViewport, FakeImage >
FakeContentPtr using
std::shared_ptr< FakeContent >
FakeTransformPtr using
std::shared_ptr< FakeTransform >
ViewTokenStdPair using
std::pair< fuchsia::ui::views::ViewToken, fuchsia::ui::views::ViewHolderToken >

Functions

GetKoids(const ZX & kobj)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fidl::InterfaceHandle< F > & interface_handle)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fidl::InterfaceRequest< F > & interface_request)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fidl::InterfacePtr< F > & interface_ptr)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fidl::Binding< F > & interface_binding)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::views::ViewCreationToken & view_token)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::views::ViewportCreationToken & viewport_token)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::views::ViewRef & view_ref)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::views::ViewRefControl & view_ref_control)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::composition::BufferCollectionExportToken & buffer_collection_token)
std::pair< zx_koid_t, zx_koid_t >
GetKoids(const fuchsia::ui::composition::BufferCollectionImportToken & buffer_collection_token)
std::pair< zx_koid_t, zx_koid_t >
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

Classes

scenic::FakeFlatland
scenic::FakeFocuser
scenic::FakeMouseSource
scenic::FakeTouchSource
scenic::FakeViewRefFocused

Structs

scenic::FakeGraph
scenic::FakeImage
scenic::FakeTransform
scenic::FakeView
scenic::FakeViewport
scenic::ViewCreationTokenPair
scenic::ViewRefPair
scenic::ViewTokenPair

Namespaces

scenic::cpp

Typedefs

FakeContent

std::variant< FakeViewport, FakeImage > FakeContent

FakeContentPtr

std::shared_ptr< FakeContent > FakeContentPtr

FakeTransformPtr

std::shared_ptr< FakeTransform > FakeTransformPtr

ViewTokenStdPair

std::pair< fuchsia::ui::views::ViewToken, fuchsia::ui::views::ViewHolderToken > ViewTokenStdPair

Functions

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const ZX & kobj )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fidl::InterfaceHandle< F > & interface_handle )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fidl::InterfaceRequest< F > & interface_request )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fidl::InterfacePtr< F > & interface_ptr )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fidl::Binding< F > & interface_binding )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::views::ViewCreationToken & view_token )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::views::ViewportCreationToken & viewport_token )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::views::ViewRef & view_ref )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::views::ViewRefControl & view_ref_control )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::composition::BufferCollectionExportToken & buffer_collection_token )

GetKoids

std::pair< zx_koid_t, zx_koid_t > GetKoids(  const fuchsia::ui::composition::BufferCollectionImportToken & buffer_collection_token )

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 )