LibrePCB Developers Documentation
|
#include "../../attribute/attribute.h"
#include "../../serialization/serializablekeyvaluemap.h"
#include "../libraryelement.h"
#include "componentprefix.h"
#include "componentsignal.h"
#include "componentsymbolvariant.h"
#include <QtCore>
#include <memory>
Go to the source code of this file.
Classes | |
struct | NormDependentPrefixMapPolicy |
class | Component |
The Component class represents a "generic" device in the library. More... | |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | NormDependentPrefixMap = SerializableKeyValueMap< NormDependentPrefixMapPolicy > |