Flutter Impeller
entity_playground.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_
6
#define FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_
7
8
#include "
impeller/playground/playground_test.h
"
9
10
#include "
impeller/entity/contents/content_context.h
"
11
#include "
impeller/entity/entity.h
"
12
#include "
impeller/typographer/typographer_context.h
"
13
14
namespace
impeller
{
15
16
class
EntityPlayground
:
public
PlaygroundTest
{
17
public
:
18
using
EntityPlaygroundCallback
=
19
std::function<bool(
ContentContext
& context,
RenderPass
& pass)>;
20
21
EntityPlayground
();
22
23
~EntityPlayground
();
24
25
void
SetTypographerContext
(
26
std::shared_ptr<TypographerContext> typographer_context);
27
28
bool
OpenPlaygroundHere
(
Entity
entity);
29
30
bool
OpenPlaygroundHere
(
EntityPlaygroundCallback
callback);
31
32
std::shared_ptr<ContentContext>
GetContentContext
()
const
;
33
34
private
:
35
std::shared_ptr<TypographerContext> typographer_context_;
36
37
EntityPlayground
(
const
EntityPlayground
&) =
delete
;
38
39
EntityPlayground
& operator=(
const
EntityPlayground
&) =
delete
;
40
};
41
42
}
// namespace impeller
43
44
#endif // FLUTTER_IMPELLER_ENTITY_ENTITY_PLAYGROUND_H_
impeller::EntityPlayground::~EntityPlayground
~EntityPlayground()
entity.h
playground_test.h
typographer_context.h
impeller::Entity
Definition:
entity.h:20
impeller::RenderPass
Render passes encode render commands directed as one specific render target into an underlying comman...
Definition:
render_pass.h:33
content_context.h
impeller::EntityPlayground
Definition:
entity_playground.h:16
impeller::EntityPlayground::OpenPlaygroundHere
bool OpenPlaygroundHere(Entity entity)
Definition:
entity_playground.cc:27
impeller::PlaygroundTest
Definition:
playground_test.h:21
impeller::EntityPlayground::EntityPlayground
EntityPlayground()
Definition:
entity_playground.cc:13
impeller::EntityPlayground::EntityPlaygroundCallback
std::function< bool(ContentContext &context, RenderPass &pass)> EntityPlaygroundCallback
Definition:
entity_playground.h:19
impeller::EntityPlayground::SetTypographerContext
void SetTypographerContext(std::shared_ptr< TypographerContext > typographer_context)
Definition:
entity_playground.cc:18
impeller
Definition:
allocation.cc:12
impeller::ContentContext
Definition:
content_context.h:366
impeller::EntityPlayground::GetContentContext
std::shared_ptr< ContentContext > GetContentContext() const
Definition:
entity_playground.cc:23
impeller
entity
entity_playground.h
Generated by
1.8.17