opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
widget_testing_screen.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc
6{
8 public:
9 explicit WidgetTestingScreen(std::unique_ptr<Widget>);
10
11 private:
17
18 class Impl;
20 };
21}
Definition event.h:13
Definition widget_testing_screen.h:7
void impl_on_unmount() final
bool impl_on_event(Event &) final
WidgetTestingScreen(std::unique_ptr< Widget >)
void impl_on_mount() final
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