opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
perf_panel.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <string_view>
6
7namespace osc
8{
9 class PerfPanel final : public Panel {
10 public:
11 explicit PerfPanel(
12 Widget* parent = nullptr,
13 std::string_view panel_name = "Performance"
14 );
15
16 private:
18
19 class Impl;
21 };
22}
Definition panel.h:13
Definition perf_panel.h:9
void impl_draw_content() final
PerfPanel(Widget *parent=nullptr, std::string_view panel_name="Performance")
Definition widget.h:26
Widget * parent()
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