2 #include "common/lut.hpp" 3 #include "util/uuid.hpp" 4 #include "nlohmann/json_fwd.hpp" 15 json serialize()
const;
17 enum class Format {
CSV };
18 Format format = Format::CSV;
19 std::map<UUID, UUID> orderable_MPNs;
20 std::map<UUID, const class Part *> concrete_parts;
27 std::vector<BOMColumn> columns;
28 BOMColumn sort_column = BOMColumn::REFDES;
29 enum class Order { ASC, DESC };
30 Order order = Order::ASC;
32 json serialize()
const;
37 std::string output_filename;
a class to store JSON values
Definition: json.hpp:161
Definition: bom_export_settings.hpp:22
Definition: bom_export_settings.hpp:11
Definition: part_wizard.hpp:10
Stores objects (Unit, Entity, Symbol, Part, etc.) from the pool.
Definition: pool.hpp:21
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61