opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
error_tab.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <exception>
6
7namespace osc { class Widget; }
8
9namespace osc
10{
11 class ErrorTab final : public Tab {
12 public:
13 explicit ErrorTab(Widget&, const std::exception&);
14
15 private:
17
18 class Impl;
20 };
21}
Definition error_tab.h:11
void impl_on_draw() final
ErrorTab(Widget &, const std::exception &)
Definition tab.h:14
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