opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
drawing_test_tab.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace osc
7{
8 class DrawingTestTab : public Tab {
9 public:
10 static CStringView id();
11
13
14 private:
15 bool impl_on_event(Event&) final;
18
19 class Impl;
21 };
22}
Definition c_string_view.h:12
Definition drawing_test_tab.h:8
DrawingTestTab(Widget *)
void impl_on_tick() final
bool impl_on_event(Event &) final
void impl_on_draw() final
static CStringView id()
Definition event.h:13
Definition tab.h:14
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