opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
liboscar-demos
mandelbrot_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
MandelbrotTab
final
:
public
Tab
{
10
public
:
11
static
CStringView
id
();
12
13
explicit
MandelbrotTab
(
Widget
*);
14
15
private
:
16
bool
impl_on_event
(
Event
&)
final
;
17
void
impl_on_draw
()
final
;
18
19
class
Impl
;
20
OSC_WIDGET_DATA_GETTERS
(
Impl
);
21
};
22
}
osc::CStringView
Definition
c_string_view.h:12
osc::Event
Definition
event.h:13
osc::MandelbrotTab
Definition
mandelbrot_tab.h:9
osc::MandelbrotTab::id
static CStringView id()
osc::MandelbrotTab::impl_on_event
bool impl_on_event(Event &) final
osc::MandelbrotTab::impl_on_draw
void impl_on_draw() final
osc::MandelbrotTab::MandelbrotTab
MandelbrotTab(Widget *)
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