opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
cookiecutter_screen.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc
6{
7 // META: this is a valid screen with `CookiecutterScreen` as a replaceable
8 // string that users can "Find+Replace" to make their own screen impl
10 public:
12
13 private:
19
20 class Impl;
22 };
23}
Definition cookiecutter_screen.h:9
void impl_on_tick() final
bool impl_on_event(Event &) final
void impl_on_draw() final
void impl_on_mount() final
void impl_on_unmount() final
Definition event.h:13
Definition widget.h:26
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56
#define OSC_WIDGET_DATA_GETTERS(ImplClass)
Definition widget.h:20