|
IntelliPhoto
1
|
Functions | |
| bool | loadProject (PaintingArea *Canvas, QString filePath="unnamed.idf") |
| loadProject loads a project from a file, closes current project. More... | |
| bool | saveProject (PaintingArea *Canvas, QString filePath="unnamed.idf") |
| saveProject saves the current project to a file. More... | |
| bool IntelliDatamanager::loadProject | ( | PaintingArea * | Canvas, |
| QString | filePath = "unnamed.idf" |
||
| ) |
loadProject loads a project from a file, closes current project.
| Canvas | - Reference to the used Canvas. |
| filePath | - Filepath to the project which should be opened. |
Definition at line 50 of file IntelliDatamanager.cpp.
| bool IntelliDatamanager::saveProject | ( | PaintingArea * | Canvas, |
| QString | filePath = "unnamed.idf" |
||
| ) |
saveProject saves the current project to a file.
| Canvas | - Reference to the used Canvas. |
| filePath | - Filepath to the project which should be saved. |
Definition at line 4 of file IntelliDatamanager.cpp.