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