LibrePCB Developers Documentation
|
#include "../geometry/path.h"
#include "../serialization/serializableobjectlist.h"
#include "../types/alignment.h"
#include "../types/angle.h"
#include "../types/length.h"
#include "../types/point.h"
#include "../types/stroketextspacing.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | StrokeText |
The StrokeText class. More... | |
struct | StrokeTextListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | StrokeTextList = SerializableObjectList< StrokeText, StrokeTextListNameProvider, StrokeText::Event > |