yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
panel_palette.cc File Reference
#include "app/editor/layout/layout_designer/panel_palette.h"
#include "util/i18n/tr.h"
#include <algorithm>
#include <cctype>
#include <sstream>
#include <string>
#include <vector>
#include "app/editor/registry/content_registry.h"
#include "app/editor/system/workspace/editor_panel.h"
#include "app/gui/core/drag_drop.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.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::layout_designer
 
namespace  yaze::editor::layout_designer::panel_palette_internal
 
namespace  yaze::editor::layout_designer::panel_palette_internal::anonymous_namespace{panel_palette.cc}
 

Functions

std::string yaze::editor::layout_designer::panel_palette_internal::anonymous_namespace{panel_palette.cc}::ToLower (const std::string &s)
 
bool yaze::editor::layout_designer::panel_palette_internal::MatchesQuery (const PanelPaletteEntry &entry, const std::string &query)
 
std::vector< PanelPaletteEntryyaze::editor::layout_designer::CollectPaletteEntries (const std::string &exclude_panel_id)
 
void yaze::editor::layout_designer::DrawPanelPalette (const std::vector< PanelPaletteEntry > &entries, std::string *query)