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