Interface to manipulate projects on disk.
More...
Interface to manipulate projects on disk.
Project represents content of all application models in a folder on disk.
Definition at line 26 of file projectinterface.h.
◆ ~ProjectInterface()
virtual ModelView::ProjectInterface::~ProjectInterface |
( |
| ) |
|
|
virtualdefault |
◆ isModified()
virtual bool ModelView::ProjectInterface::isModified |
( |
| ) |
const |
|
pure virtual |
◆ load()
virtual bool ModelView::ProjectInterface::load |
( |
const std::string & |
dirname | ) |
|
|
pure virtual |
◆ projectDir()
virtual std::string ModelView::ProjectInterface::projectDir |
( |
| ) |
const |
|
pure virtual |
◆ save()
virtual bool ModelView::ProjectInterface::save |
( |
const std::string & |
dirname | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: