#include "app/editor/hack/workflow/hack_workflow_backend_factory.h"#include <algorithm>#include <cctype>#include <memory>#include <string>#include "app/editor/hack/workflow/manifest_only_hack_workflow_backend.h"#include "app/editor/oracle/oracle_hack_workflow_backend.h"#include "core/project.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::workflow |
| namespace | yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc} |
Functions | |
| bool | yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc}::ContainsIgnoreCase (const std::string &haystack, const std::string &needle) |
| bool | yaze::editor::workflow::anonymous_namespace{hack_workflow_backend_factory.cc}::LooksLikeOracleProject (const project::YazeProject *project) |
| std::unique_ptr< HackWorkflowBackend > | yaze::editor::workflow::CreateHackWorkflowBackendForProject (const project::YazeProject *project) |