Unravel Engine C++ Reference
Loading...
Searching...
No Matches
footer_panel.h
Go to the documentation of this file.
1
#pragma once
2
#include <
base/basetypes.hpp
>
3
#include <
context/context.hpp
>
4
5
#include <functional>
6
#include <chrono>
7
8
namespace
unravel
9
{
10
class
footer_panel
11
{
12
public
:
13
void
on_frame_ui_render
(
rtti::context
& ctx,
float
footer_size,
const
std::function<
void
()>& on_draw = {});
14
15
private
:
16
void
draw_footer_child(
rtti::context
& ctx,
float
footer_size,
const
std::function<
void
()>& on_draw);
17
18
std::chrono::steady_clock::time_point last_notification_time_;
19
};
20
}
// namespace unravel
unravel::footer_panel
Definition
footer_panel.h:11
unravel::footer_panel::on_frame_ui_render
void on_frame_ui_render(rtti::context &ctx, float footer_size, const std::function< void()> &on_draw={})
Definition
footer_panel.cpp:82
context.hpp
basetypes.hpp
unravel
Definition
crash.cpp:21
rtti::context
Definition
context.hpp:14
UnravelEngine
UnravelEngine
editor
editor
hub
panels
footer_panel
footer_panel.h
Generated by
1.12.0