|
void | DrawMenuBar () override |
|
void | Open () override |
|
void | Save (const FileManager::Path &path) override |
|
| Asset (const Path &path) |
|
bool | Dirty () const |
|
File & | GetFile () |
|
FileID | GetID () const |
|
|
static Asset * | Create (const FileManager::Path &path) |
|
static Asset * | Load (const FileManager::Path &path) |
|
static Asset * | Import (const FileManager::Path &src, const FileManager::Path &dst) |
|
◆ DrawMenuBar()
void Project::DrawMenuBar |
( |
| ) |
|
|
overridevirtual |
◆ Open()
◆ Save()
void Project::Save |
( |
const FileManager::Path & | path | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- Include/Project/Project.h
- Source/Project/Project.cpp