1#ifndef YAZE_APP_EDITOR_LAYOUT_LAYOUT_DESIGNER_PANEL_PALETTE_H_
2#define YAZE_APP_EDITOR_LAYOUT_LAYOUT_DESIGNER_PANEL_PALETTE_H_
9namespace layout_designer {
28 const std::string& exclude_panel_id = {});
37namespace panel_palette_internal {
42bool MatchesQuery(
const PanelPaletteEntry& entry,
const std::string& query);
bool MatchesQuery(const PanelPaletteEntry &entry, const std::string &query)
void DrawPanelPalette(const std::vector< PanelPaletteEntry > &entries, std::string *query)
std::vector< PanelPaletteEntry > CollectPaletteEntries(const std::string &exclude_panel_id)