#include <assembly_editor.h>
Public Attributes | |
| std::string | name |
| std::vector< FolderItem > | subfolders |
| std::vector< std::string > | files |
Definition at line 29 of file assembly_editor.h.
| std::string yaze::editor::FolderItem::name |
| std::vector<FolderItem> yaze::editor::FolderItem::subfolders |
Definition at line 31 of file assembly_editor.h.
Referenced by 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 32 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder(), and yaze::editor::anonymous_namespace{assembly_editor.cc}::SortFolderItem().