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