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