#include "app/editor/ui/dashboard_panel.h"
#include <algorithm>
#include <cfloat>
#include <fstream>
#include <sstream>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "app/editor/editor_manager.h"
#include "app/gui/core/color.h"
#include "app/gui/core/icons.h"
#include "app/gui/core/platform_keys.h"
#include "app/gui/core/style.h"
#include "app/gui/core/theme_manager.h"
#include "app/gui/widgets/themed_widgets.h"
#include "imgui/imgui.h"
#include "imgui/imgui_internal.h"
#include "util/file_util.h"
Go to the source code of this file.
|
| FlowLayout | yaze::editor::anonymous_namespace{dashboard_panel.cc}::ComputeFlowLayout (float avail_width, float min_width, float max_width, float min_height, float max_height, float aspect_ratio, float spacing, int max_columns, int item_count) |
| |
| ImVec4 | yaze::editor::anonymous_namespace{dashboard_panel.cc}::ScaleColor (const ImVec4 &color, float scale, float alpha) |
| |
| ImVec4 | yaze::editor::anonymous_namespace{dashboard_panel.cc}::ScaleColor (const ImVec4 &color, float scale) |
| |
| ImVec4 | yaze::editor::anonymous_namespace{dashboard_panel.cc}::WithAlpha (ImVec4 color, float alpha) |
| |
| ImVec4 | yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor (EditorType type, const gui::Theme &theme) |
| |