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

Go to the source code of this file.

Classes

struct  yaze::core::StoryEventNodeFilter
 Filter options for StoryEventGraph node search in UI. More...
 

Namespaces

namespace  yaze
 
namespace  yaze::core
 

Functions

bool yaze::core::StoryNodeStatusAllowed (StoryNodeStatus status, const StoryEventNodeFilter &filter)
 
bool yaze::core::StoryEventNodeMatchesQuery (const StoryEventNode &node, std::string_view query)
 
bool yaze::core::StoryEventNodeMatchesFilter (const StoryEventNode &node, const StoryEventNodeFilter &filter)
 
std::string yaze::core::BuildStoryEventNodeSearchText (const StoryEventNode &node)