#include <mna_io.h>
Static Public Member Functions | |
| static MnaProject | read (const QString &path) |
| static bool | write (const MnaProject &project, const QString &path) |
Read/write MNA project files (.mna = JSON, .mnx = CBOR with "MNX1" magic header).
|
static |
Read an MNA project from file. Dispatches by extension.
| [in] | path | Path to the .mna or .mnx file. |
Definition at line 69 of file mna_io.cpp.
|
static |
Write an MNA project to file. Dispatches by extension.
| [in] | project | The project to write. |
| [in] | path | Path to the .mna or .mnx file. |
Definition at line 86 of file mna_io.cpp.