Flutter Engine
The Flutter Engine
|
#include "include/core/SkRefCnt.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "tools/Registry.h"
#include "tools/skui/InputState.h"
#include "tools/skui/ModifierKey.h"
Go to the source code of this file.
Classes | |
class | Slide |
Macros | |
#define | DEF_SLIDE(code) |
Typedefs | |
using | SlideFactory = Slide *(*)() |
using | SlideRegistry = sk_tools::Registry< SlideFactory > |
#define DEF_SLIDE | ( | code | ) |
using SlideFactory = Slide* (*)() |
using SlideRegistry = sk_tools::Registry<SlideFactory> |