LibrePCB Developers Documentation
Loading...
Searching...
No Matches
GraphicsScene Member List

This is the complete list of members for GraphicsScene, including all inherited members.

addItem(QGraphicsItem &item) noexceptGraphicsScene
clearSelectionRect() noexceptGraphicsScene
drawBackground(QPainter *painter, const QRectF &rect) noexcept overrideGraphicsSceneprotected
drawForeground(QPainter *painter, const QRectF &rect) noexcept overrideGraphicsSceneprotected
getGridInterval() const noexceptGraphicsSceneinline
getGridStyle() const noexceptGraphicsSceneinline
GraphicsScene(QObject *parent=nullptr) noexceptGraphicsSceneexplicit
mBackgroundColorGraphicsSceneprivate
mGrayOutGraphicsSceneprivate
mGridColorGraphicsSceneprivate
mGridIntervalGraphicsSceneprivate
mGridStyleGraphicsSceneprivate
mOriginCrossVisibleGraphicsSceneprivate
mOverlayContentColorGraphicsSceneprivate
mOverlayFillColorGraphicsSceneprivate
mRulerGaugesGraphicsSceneprivate
mRulerPositionsGraphicsSceneprivate
mSceneCursorCircleGraphicsSceneprivate
mSceneCursorCrossGraphicsSceneprivate
mSceneCursorPosGraphicsSceneprivate
mSceneRectMarkerGraphicsSceneprivate
mSelectionRectItemGraphicsSceneprivate
removeItem(QGraphicsItem &item) noexceptGraphicsScene
setBackgroundColors(const QColor &fill, const QColor &grid) noexceptGraphicsScene
setGrayOut(bool grayOut) noexceptGraphicsScene
setGridInterval(const PositiveLength &interval) noexceptGraphicsScene
setGridStyle(Theme::GridStyle style) noexceptGraphicsScene
setOriginCrossVisible(bool visible) noexceptGraphicsScene
setOverlayColors(const QColor &fill, const QColor &content) noexceptGraphicsScene
setRulerPositions(const std::optional< std::pair< Point, Point > > &pos) noexceptGraphicsScene
setSceneCursor(const Point &pos, bool cross, bool circle) noexceptGraphicsScene
setSceneRectMarker(const QRectF &rect) noexceptGraphicsScene
setSelectionRect(const Point &p1, const Point &p2) noexceptGraphicsScene
setSelectionRectColors(const QColor &line, const QColor &fill) noexceptGraphicsScene
toPixmap(int dpi, const QColor &background=Qt::transparent) noexceptGraphicsScene
toPixmap(const QSize &size, const QColor &background=Qt::transparent) noexceptGraphicsScene
~GraphicsScene() noexceptGraphicsScenevirtual