yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
activity_bar.cc File Reference
#include "app/editor/menu/activity_bar.h"
#include <algorithm>
#include <cctype>
#include <cstddef>
#include <cstring>
#include <functional>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#include "absl/strings/str_format.h"
#include "app/editor/menu/activity_bar_actions_registry.h"
#include "app/editor/system/session/user_settings.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{activity_bar.cc}
 

Functions

void yaze::editor::anonymous_namespace{activity_bar.cc}::PersistSettings (UserSettings *settings)
 

Variables

constexpr const char * yaze::editor::anonymous_namespace{activity_bar.cc}::kSidebarDragPayload = "YAZE_SIDEBAR_CAT"