#include <assembly_editor.h>
Public Attributes | |
| std::string | name |
| std::vector< FolderItem > | subfolders |
| std::vector< std::string > | files |
Definition at line 20 of file assembly_editor.h.
| std::string yaze::editor::FolderItem::name |
Definition at line 21 of file assembly_editor.h.
Referenced by yaze::editor::AssemblyEditor::DrawCurrentFolder(), yaze::editor::AssemblyEditor::DrawFileBrowser(), yaze::editor::AssemblyEditor::JumpToReference(), yaze::editor::AssemblyEditor::JumpToSymbolDefinition(), and yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().
| std::vector<FolderItem> yaze::editor::FolderItem::subfolders |
Definition at line 22 of file assembly_editor.h.
Referenced by yaze::editor::AssemblyEditor::DrawCurrentFolder(), yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder(), and yaze::editor::anonymous_namespace{assembly_editor.cc}::SortFolderItem().
| std::vector<std::string> yaze::editor::FolderItem::files |
Definition at line 23 of file assembly_editor.h.
Referenced by yaze::editor::AssemblyEditor::DrawCurrentFolder(), yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder(), and yaze::editor::anonymous_namespace{assembly_editor.cc}::SortFolderItem().