#include "app/editor/menu/window_sidebar.h"#include <algorithm>#include <cctype>#include <string>#include "absl/strings/str_format.h"#include "app/editor/system/workspace_window_manager.h"#include "app/gui/core/icons.h"#include "app/gui/core/layout_helpers.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_config.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/themed_widgets.h"#include "core/color.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{window_sidebar.cc} |
Functions | |
| std::string | yaze::editor::anonymous_namespace{window_sidebar.cc}::LowercaseCopy (std::string value) |
| bool | yaze::editor::anonymous_namespace{window_sidebar.cc}::MatchesWindowSearch (const std::string &query, const WindowDescriptor &window) |
| bool | yaze::editor::anonymous_namespace{window_sidebar.cc}::IsDungeonPanelModeWindow (const std::string &window_id) |