LibrePCB Developers Documentation
|
#include "../serialization/serializableobjectlist.h"
#include "../types/length.h"
#include "../types/point.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | Circle |
The Circle class. More... | |
struct | CircleListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | CircleList = SerializableObjectList< Circle, CircleListNameProvider, Circle::Event > |