|
Unravel Engine C++ Reference
|
#include "console_log_panel.h"#include "../panels_defs.h"#include <editor/editing/editor_actions.h>#include <editor/imgui/integration/imgui_context_menu_style.h>#include <editor/system/project_manager.h>#include <editor/imgui/integration/imgui_notify.h>#include <engine/assets/impl/asset_extensions.h>#include <engine/engine.h>#include <imgui/imgui.h>#include <imgui/imgui_internal.h>#include <imgui_widgets/utils.h>#include <filesystem/filesystem.h>#include <map>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
Functions | |
| auto | unravel::extract_lines (hpp::string_view text, int num_lines, int &found_lines) -> hpp::string_view |
| void | unravel::open_log_in_environment (const fs::path &entry, int line) |
Variables | |
| static const std::array< ImColor, size_t(level::n_levels)> | unravel::colors |
| static const std::array< const char *, size_t(level::n_levels)> | unravel::icons |
| static const std::array< const char *, size_t(level::n_levels)> | unravel::levels {"Trace", "Debug", "Info", "Warning", "Error", "Critical", ""} |