#include <common.h>
Public Attributes | |
std::string | name |
std::vector< FolderItem > | subfolders |
std::vector< std::string > | files |
std::string yaze::app::core::FolderItem::name |
Definition at line 279 of file common.h.
Referenced by yaze::app::editor::AssemblyEditor::DrawCurrentFolder(), yaze::app::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder(), and yaze::app::editor::AssemblyEditor::UpdateCodeView().
std::vector<FolderItem> yaze::app::core::FolderItem::subfolders |
Definition at line 280 of file common.h.
Referenced by yaze::app::editor::AssemblyEditor::DrawCurrentFolder(), and yaze::app::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().
std::vector<std::string> yaze::app::core::FolderItem::files |
Definition at line 281 of file common.h.
Referenced by yaze::app::editor::AssemblyEditor::DrawCurrentFolder(), and yaze::app::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder().