LibrePCB Developers Documentation
|
#include "../../serialization/serializableobjectlist.h"
#include "../../types/alignment.h"
#include "../../types/angle.h"
#include "../../types/circuitidentifier.h"
#include "../../types/length.h"
#include "../../types/point.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | SymbolPin |
The SymbolPin class represents one pin of a symbol. More... | |
struct | SymbolPinListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | SymbolPinList = SerializableObjectList< SymbolPin, SymbolPinListNameProvider, SymbolPin::Event > |