LibrePCB Developers Documentation
|
#include "../serialization/serializableobjectlist.h"
#include "../types/elementname.h"
#include "../types/uuid.h"
#include "../utils/toolbox.h"
#include <QtCore>
#include <QtGui>
#include <memory>
Go to the source code of this file.
Classes | |
class | OutputJob |
Base class for all output job types. More... | |
struct | OutputJob::ObjectSet< T > |
struct | OutputJobListNameProvider |
Namespaces | |
namespace | librepcb |
Typedefs | |
using | OutputJobList = SerializableObjectList< OutputJob, OutputJobListNameProvider, OutputJob::Event > |