yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
panel_palette.h File Reference
#include <string>
#include <vector>
Include dependency graph for panel_palette.h:
This graph shows which files directly or indirectly include this file:

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< 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)
 
bool yaze::editor::layout_designer::panel_palette_internal::MatchesQuery (const PanelPaletteEntry &entry, const std::string &query)