opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
save_changes_popup.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace osc { struct SaveChangesPopupConfig; }
6namespace osc { class Widget; }
7
8namespace osc
9{
10 class SaveChangesPopup final : public Popup {
11 public:
15 );
16
17 private:
19
20 class Impl;
22 };
23}
Definition popup.h:17
Definition save_changes_popup.h:10
SaveChangesPopup(Widget *parent, const SaveChangesPopupConfig &)
void impl_draw_content() final
Definition widget.h:26
Widget * parent()
Definition custom_decoration_generator.h:5
constexpr U to(T &&value)
Definition conversion.h:56
Definition save_changes_popup_config.h:8
#define OSC_WIDGET_DATA_GETTERS(ImplClass)
Definition widget.h:20