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