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