Unravel Engine C++ Reference
Loading...
Searching...
No Matches
undo_redo_panel.h
Go to the documentation of this file.
1#pragma once
2
3#include <base/basetypes.hpp>
4#include <context/context.hpp>
5
6namespace unravel
7{
8class imgui_panels;
9
11{
12public:
14 void show(bool show = true);
15
17
18private:
19 imgui_panels* parent_;
20 bool visible_ = false;
21};
22} // namespace unravel
undo_redo_panel(imgui_panels *parent)
void on_frame_ui_render(rtti::context &ctx)
void show(bool show=true)