![]() |
LibrePCB Developers Documentation
|
The BoardInteractiveHtmlBomGenerator class. More...
#include <boardinteractivehtmlbomgenerator.h>
Collaboration diagram for BoardInteractiveHtmlBomGenerator:Public Member Functions | |
| BoardInteractiveHtmlBomGenerator ()=delete | |
| BoardInteractiveHtmlBomGenerator (const BoardInteractiveHtmlBomGenerator &other)=delete | |
| BoardInteractiveHtmlBomGenerator (const Board &board, const std::shared_ptr< AssemblyVariant > &av) noexcept | |
| ~BoardInteractiveHtmlBomGenerator () noexcept | |
| void | setCustomAttributes (const QStringList &attributes) noexcept |
| void | setComponentOrder (const QStringList &order) noexcept |
| std::shared_ptr< InteractiveHtmlBom > | generate (const QDateTime &dt) |
| BoardInteractiveHtmlBomGenerator & | operator= (const BoardInteractiveHtmlBomGenerator &rhs)=delete |
Private Attributes | |
| const Board & | mBoard |
| const std::shared_ptr< AssemblyVariant > | mAssemblyVariant |
| QStringList | mCustomAttributes |
| QStringList | mComponentOrder |
The BoardInteractiveHtmlBomGenerator class.
|
delete |
|
delete |
|
explicitnoexcept |
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:| std::shared_ptr< InteractiveHtmlBom > generate | ( | const QDateTime & | dt | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
private |
|
private |
|
private |
|
private |