LibrePCB Developers Documentation
|
#include "../../attribute/attribute.h"
#include "../../serialization/serializableobjectlist.h"
#include "../../types/simplestring.h"
#include <QtCore>
#include <memory>
Go to the source code of this file.
Classes | |
class | Part |
The Part class. More... | |
struct | PartListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | PartList = SerializableObjectList< Part, PartListNameProvider, Part::Event > |