![]() |
LibrePCB Developers Documentation
|
#include "interactivehtmlbom.h"
#include "../exceptions.h"
#include "../utils/toolbox.h"
#include "../utils/transform.h"
#include <librepcb/rust-core/ffi.h>
#include <QtCore>
Namespaces | |
namespace | librepcb |
Functions | |
template<> | |
std::unique_ptr< SExpression > | serialize (const InteractiveHtmlBom::ViewMode &obj) |
template<> | |
InteractiveHtmlBom::ViewMode | deserialize (const SExpression &node) |
template<> | |
std::unique_ptr< SExpression > | serialize (const InteractiveHtmlBom::HighlightPin1Mode &obj) |
template<> | |
InteractiveHtmlBom::HighlightPin1Mode | deserialize (const SExpression &node) |
static RustHandle< rs::InteractiveHtmlBom > | construct (const QString &title, const QString &company, const QString &revision, const QString &date, const Point &topLeft, const Point &bottomRight) |