LibrePCB Developers Documentation
|
#include "packageeditorstate_renumberpads.h"
#include "../../../graphics/graphicsscene.h"
#include "../../../undocommandgroup.h"
#include "../../../undostack.h"
#include "../../../widgets/graphicsview.h"
#include "../../cmd/cmdfootprintpadedit.h"
#include "../footprintgraphicsitem.h"
#include "../footprintpadgraphicsitem.h"
#include "../packageeditorwidget.h"
#include <librepcb/core/library/pkg/footprint.h>
#include <librepcb/core/library/pkg/footprintpad.h>
#include <librepcb/core/library/pkg/package.h>
#include <librepcb/core/utils/toolbox.h>
#include <QtCore>
#include <algorithm>
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |