yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::ProjectFileEditorState Struct Reference

#include <project_file_editor.h>

Public Attributes

std::string filepath
 
std::string text
 
bool initialized = false
 
bool active = false
 
bool modified = false
 
bool show_validation = true
 
std::vector< std::string > validation_errors
 

Detailed Description

Definition at line 17 of file project_file_editor.h.

Member Data Documentation

◆ filepath

std::string yaze::editor::ProjectFileEditorState::filepath

◆ text

std::string yaze::editor::ProjectFileEditorState::text

◆ initialized

◆ active

bool yaze::editor::ProjectFileEditorState::active = false

◆ modified

bool yaze::editor::ProjectFileEditorState::modified = false

◆ show_validation

bool yaze::editor::ProjectFileEditorState::show_validation = true

◆ validation_errors

std::vector<std::string> yaze::editor::ProjectFileEditorState::validation_errors

The documentation for this struct was generated from the following file: