2
3
4
5
9#include "../ImguiUtils.h"
14
15
16
22
23
24
25
27 const std::string& panelName,
32
33
37
38
39
43
44
48
49
#define ICON_TEXT(icon, text)
#define SPICES_PROFILE_ZONE
This Class is the basic Event Class. Inherit from it and create specific event class.
FrameInfo Class. This class defines the FrameInfo data.
static void MainMenuTitleSeparator()
Draw main menu titile separator.
The ImGuiH Class. This class defines helper function for slate render.
virtual void OnRender() override
This interface is called On SlateRenderer Render.
virtual void OnEvent(Event &event) override
This interface is called On Global Event Function Pointer is called.
virtual void OnUpdate(TimeStep &ts) override
This interface is called On SlateSystem Update.
virtual ~ImguiFile() override=default
Destructor Function.
ImguiFile(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function.
The ImguiFile Class. This class defines how to render a file menu.
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
This Class defines the basic behaves of specific slate. When we add an new Slate, we need inherit fro...
This Class handles our engine time step during frames. Global Unique.