LibrePCB Developers Documentation
Loading...
Searching...
No Matches
image.h File Reference
#include "../serialization/serializableobjectlist.h"
#include "../types/angle.h"
#include "../types/fileproofname.h"
#include "../types/length.h"
#include "../types/point.h"
#include <QtCore>
#include <QtGui>
#include <optional>
+ Include dependency graph for image.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Image
 The Image class. More...
 
struct  ImageListNameProvider
 

Namespaces

namespace  librepcb
 

Typedefs

using ImageList = SerializableObjectList< Image, ImageListNameProvider, Image::Event >