3#include "mc/_HeaderOutputPredefine.h"
12namespace Json {
class Value; }
19 ::ll::TypedStorage<1, 1, bool> mLowMemoryDevice;
20 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::TaskGroup>> mDestroyScreenTaskGroup;
21 ::ll::TypedStorage<8, 16, ::std::map<::Json::Value, ::std::unique_ptr<::CachedScene>>> mCachedScene;
27 MCAPI
void cacheVisualTree(
28 ::std::unique_ptr<::VisualTree> screen,
29 ::std::shared_ptr<::UIControlFactory> factory,
30 ::std::unique_ptr<::LayoutManager> layoutManager
33 MCAPI ::std::unique_ptr<::CachedScene> getCachedScene(::Json::Value
const& info);
Definition CachedScenes.h:5
Definition LayoutManager.h:5
Definition TaskGroup.h:53
Definition UIControlFactory.h:5
Definition CachedScene.h:5
Definition VisualTree.h:5