#include <project.h>

Public Attributes | |
| std::string | name |
| std::string | description |
| std::string | icon |
| YazeProject | template_project |
| std::string yaze::project::ProjectManager::ProjectTemplate::name |
Definition at line 251 of file project.h.
Referenced by yaze::project::ProjectManager::GetProjectTemplates(), and yaze::editor::ProjectManager::GetZsoTemplates().
| std::string yaze::project::ProjectManager::ProjectTemplate::description |
Definition at line 252 of file project.h.
Referenced by yaze::project::ProjectManager::GetProjectTemplates(), and yaze::editor::ProjectManager::GetZsoTemplates().
| std::string yaze::project::ProjectManager::ProjectTemplate::icon |
Definition at line 253 of file project.h.
Referenced by yaze::project::ProjectManager::GetProjectTemplates(), and yaze::editor::ProjectManager::GetZsoTemplates().
| YazeProject yaze::project::ProjectManager::ProjectTemplate::template_project |
Definition at line 254 of file project.h.
Referenced by yaze::project::ProjectManager::GetProjectTemplates(), and yaze::editor::ProjectManager::GetZsoTemplates().