opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
tab_testing_screen.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc { class TabRegistryEntry; }
6
7namespace osc
8{
9 class TabTestingScreen final : public Widget {
10 public:
12
13 private:
19
20 class Impl;
22 };
23}
Definition event.h:13
Definition tab_registry_entry.h:14
Definition tab_testing_screen.h:9
void impl_on_tick() final
void impl_on_draw() final
bool impl_on_event(Event &) final
void impl_on_unmount() final
void impl_on_mount() final
TabTestingScreen(TabRegistryEntry const &)
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