LibrePCB Developers Documentation
Loading...
Searching...
No Matches
boardeditor.cpp File Reference
+ Include dependency graph for boardeditor.cpp:

Namespaces

namespace  librepcb
 
namespace  librepcb::editor
 

Functions

static ui::SolderTechnology determineSolderTechnology (const QVector< Tag > &tags) noexcept
 
static ui::IpcDensityLevel determineIpcDensityLevel (const QVector< Tag > &tags) noexcept
 
template<typename T >
static T extractTagValue (const std::initializer_list< QVector< Tag > > &tags, std::function< T(const QVector< Tag > &)> cb, T fallback) noexcept
 
template<typename T >
static bool updateMember (T &member, const T &newValue) noexcept