#include <project.h>
Public Member Functions | |
| Project () | |
| std::string | get_path () const |
| void | load (std::string filename) |
| void | save () |
Static Public Member Functions | |
| static void | create (std::string folder, std::string project_name) |
Public Attributes | |
| std::string | filename |
| std::string | intermediate_directory |
| ProjectRootItem | items |
| std::string | name |
| std::string | output_directory |