#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 |
Definition at line 17 of file project_file_editor.h.
| std::string yaze::editor::ProjectFileEditorState::filepath |
Definition at line 18 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().
| std::string yaze::editor::ProjectFileEditorState::text |
Definition at line 19 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().
| bool yaze::editor::ProjectFileEditorState::initialized = false |
Definition at line 20 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), yaze::editor::EditorManager::RestoreProjectEditingStateForSession(), and yaze::editor::ProjectFileEditor::RestoreState().
| bool yaze::editor::ProjectFileEditorState::active = false |
Definition at line 21 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().
| bool yaze::editor::ProjectFileEditorState::modified = false |
Definition at line 22 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().
| bool yaze::editor::ProjectFileEditorState::show_validation = true |
Definition at line 23 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().
| std::vector<std::string> yaze::editor::ProjectFileEditorState::validation_errors |
Definition at line 24 of file project_file_editor.h.
Referenced by yaze::editor::ProjectFileEditor::CaptureState(), and yaze::editor::ProjectFileEditor::RestoreState().