|
Kactus2
Kactus2 reference guide
|
#include <KactusAPI/KactusAPIGlobal.h>#include <QSharedPointer>#include <QString>Go to the source code of this file.
Namespaces | |
| namespace | DocumentFileAccess |
| Reading and writing of IP-XACT documents using a standard file system. | |
Functions | |
| KACTUS2_API QSharedPointer< Document > | DocumentFileAccess::readDocument (QString const &path) |
| Reads the document from given path. | |
| KACTUS2_API bool | DocumentFileAccess::writeDocument (QSharedPointer< Document > model, QString const &path) |
| Writes to document model to the given path. | |