LibrePCB Developers Documentation
|
#include "backgroundimagesetupdialog.h"
#include "../widgets/lengthedit.h"
#include "filedialog.h"
#include "ui_backgroundimagesetupdialog.h"
#include <librepcb/core/fileio/filepath.h>
#include <librepcb/core/fileio/fileutils.h>
#include <librepcb/core/serialization/sexpression.h>
#include <librepcb/core/utils/toolbox.h>
#include <librepcb/editor/graphics/graphicsscene.h>
#include <QtCore>
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Functions | |
static std::shared_ptr< QGraphicsPathItem > | createCrossGraphicsItem (bool cursor) |
static std::shared_ptr< QGraphicsLineItem > | createRefLineGraphicsItem () |
static std::shared_ptr< QWidget > | createReferenceWidget (int index, QWidget *parent, QList< std::pair< QPointF, Point > > *refs, std::function< void()> cb) |