#include <assembly_editor.h>
Public Attributes | |
std::string | name |
std::vector< FolderItem > | subfolders |
std::vector< std::string > | files |
Definition at line 13 of file assembly_editor.h.
std::string yaze::editor::FolderItem::name |
Definition at line 14 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().
std::vector<FolderItem> yaze::editor::FolderItem::subfolders |
Definition at line 15 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().
std::vector<std::string> yaze::editor::FolderItem::files |
Definition at line 16 of file assembly_editor.h.
Referenced by yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().