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