opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar-demos
im_plot_demo_tab.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
liboscar/ui/tabs/tab.h
>
4
5
namespace
osc
{
class
Widget; }
6
7
namespace
osc
8
{
9
class
ImPlotDemoTab
final
:
public
Tab
{
10
public
:
11
static
CStringView
id
();
12
13
explicit
ImPlotDemoTab
(
Widget
*);
14
15
private
:
16
void
impl_on_draw
()
final
;
17
18
class
Impl
;
19
OSC_WIDGET_DATA_GETTERS
(
Impl
);
20
};
21
}
osc::CStringView
Definition
c_string_view.h:12
osc::ImPlotDemoTab
Definition
im_plot_demo_tab.h:9
osc::ImPlotDemoTab::impl_on_draw
void impl_on_draw() final
osc::ImPlotDemoTab::ImPlotDemoTab
ImPlotDemoTab(Widget *)
osc::ImPlotDemoTab::id
static CStringView id()
osc::Tab
Definition
tab.h:14
osc::Widget
Definition
widget.h:26
osc
Definition
custom_decoration_generator.h:5
osc::to
constexpr U to(T &&value)
Definition
conversion.h:56
tab.h
OSC_WIDGET_DATA_GETTERS
#define OSC_WIDGET_DATA_GETTERS(ImplClass)
Definition
widget.h:20
Generated by
1.9.8