#include "assembly_editor.h"
#include <fstream>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"
#include "app/gui/modules/text_editor.h"
Go to the source code of this file.
Classes | |
class | yaze::editor::FileDialogWrapper |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |
namespace | yaze::editor::anonymous_namespace{assembly_editor.cc} |
Functions | |
std::vector< std::string > | yaze::editor::anonymous_namespace{assembly_editor.cc}::RemoveIgnoredFiles (const std::vector< std::string > &files, const std::vector< std::string > &ignored_files) |
FolderItem | yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder (const std::string &folder) |