Project data export to JSON.
More...
#include <projectjsonexport.h>
Project data export to JSON.
- Note
- To be extended with new JSON nodes as needed, but increment the version number on each change and keep it backwards compatible within each major release of LibrePCB!
◆ ProjectJsonExport() [1/2]
◆ ProjectJsonExport() [2/2]
◆ ~ProjectJsonExport()
◆ toJson() [1/10]
QJsonArray toJson |
( |
const QStringList & |
obj | ) |
const |
◆ toJson() [2/10]
QJsonValue toJson |
( |
const Length & |
obj | ) |
const |
◆ toJson() [3/10]
QJsonValue toJson |
( |
const tl::optional< Length > & |
obj | ) |
const |
◆ toJson() [4/10]
QJsonArray toJson |
( |
const QSet< Length > & |
obj | ) |
const |
◆ toJson() [5/10]
QJsonValue toJson |
( |
const PcbColor * |
obj | ) |
const |
◆ toJson() [6/10]
◆ toJson() [7/10]
◆ toJson() [8/10]
QJsonObject toJson |
( |
const ToolList & |
obj | ) |
const |
◆ toJson() [9/10]
QJsonObject toJson |
( |
const Board & |
obj | ) |
const |
◆ toJson() [10/10]
QJsonObject toJson |
( |
const Project & |
obj | ) |
const |
◆ toUtf8()
QByteArray toUtf8 |
( |
const Project & |
obj | ) |
const |
◆ operator=()
The documentation for this class was generated from the following files: