#include "app/editor/menu/activity_bar.h"#include <algorithm>#include <cctype>#include <cstddef>#include <functional>#include <string>#include <unordered_set>#include <vector>#include "absl/strings/str_format.h"#include "app/editor/system/panel_manager.h"#include "app/gui/core/icons.h"#include "app/gui/core/theme_manager.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. | |