LibrePCB Developers Documentation
|
#include "../../serialization/serializableobjectlist.h"
#include "../../types/angle.h"
#include "../../types/point.h"
#include "../../types/uuid.h"
#include "componentpinsignalmap.h"
#include "componentsymbolvariantitemsuffix.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | ComponentSymbolVariantItem |
The ComponentSymbolVariantItem class represents one symbol of a component symbol variant. More... | |
struct | ComponentSymbolVariantItemListNameProvider |
class | ComponentSymbolVariantItemListHelpers |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | ComponentSymbolVariantItemList = SerializableObjectList< ComponentSymbolVariantItem, ComponentSymbolVariantItemListNameProvider, ComponentSymbolVariantItem::Event > |