Cthulhu  0.2.10
Cthulhu compiler collection
panel.hpp File Reference
#include "imgui.h"
#include "editor/utils/utils.hpp"
#include <string>
Include dependency graph for panel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ed::ScopeID
 
class  ed::IEditorPanel
 
struct  ed::menu_section_t
 
struct  ed::menu_t
 

Namespaces

 ed
 

Functions

IEditorPanel * ed::create_imgui_demo_panel ()
 
IEditorPanel * ed::create_implot_demo_panel ()
 
void ed::draw_seperated (IEditorPanel &panel, const char *title=nullptr)
 
bool ed::draw_collapsing (IEditorPanel &panel, const char *title=nullptr, ImGuiTreeNodeFlags flags=ImGuiTreeNodeFlags_None)