#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | yaze::editor::layout_designer::PanelPaletteEntry |
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 |
Functions | |
| std::vector< PanelPaletteEntry > | yaze::editor::layout_designer::CollectPaletteEntries (const std::string &exclude_panel_id) |
| void | yaze::editor::layout_designer::DrawPanelPalette (const std::vector< PanelPaletteEntry > &entries, std::string *query) |
| bool | yaze::editor::layout_designer::panel_palette_internal::MatchesQuery (const PanelPaletteEntry &entry, const std::string &query) |