LibrePCB Developers Documentation
part.h File Reference
#include "../../attribute/attribute.h"
#include "../../serialization/serializableobjectlist.h"
#include "../../types/simplestring.h"
#include <QtCore>
#include <memory>
+ Include dependency graph for part.h:
+ This graph shows which files directly or indirectly include this file:

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 >