![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for GraphicsScene, including all inherited members.
| addItem(QGraphicsItem &item) noexcept | GraphicsScene | |
| clearSelectionRect() noexcept | GraphicsScene | |
| drawBackground(QPainter *painter, const QRectF &rect) noexcept override | GraphicsScene | protected |
| drawForeground(QPainter *painter, const QRectF &rect) noexcept override | GraphicsScene | protected |
| getGridInterval() const noexcept | GraphicsScene | inline |
| getGridStyle() const noexcept | GraphicsScene | inline |
| GraphicsScene(QObject *parent=nullptr) noexcept | GraphicsScene | explicit |
| mBackgroundColor | GraphicsScene | private |
| mGrayOut | GraphicsScene | private |
| mGridColor | GraphicsScene | private |
| mGridInterval | GraphicsScene | private |
| mGridStyle | GraphicsScene | private |
| mOriginCrossVisible | GraphicsScene | private |
| mOverlayContentColor | GraphicsScene | private |
| mOverlayFillColor | GraphicsScene | private |
| mRulerGauges | GraphicsScene | private |
| mRulerPositions | GraphicsScene | private |
| mSceneCursorCircle | GraphicsScene | private |
| mSceneCursorCross | GraphicsScene | private |
| mSceneCursorPos | GraphicsScene | private |
| mSceneRectMarker | GraphicsScene | private |
| mSelectionRectItem | GraphicsScene | private |
| removeItem(QGraphicsItem &item) noexcept | GraphicsScene | |
| setBackgroundColors(const QColor &fill, const QColor &grid) noexcept | GraphicsScene | |
| setGrayOut(bool grayOut) noexcept | GraphicsScene | |
| setGridInterval(const PositiveLength &interval) noexcept | GraphicsScene | |
| setGridStyle(Theme::GridStyle style) noexcept | GraphicsScene | |
| setOriginCrossVisible(bool visible) noexcept | GraphicsScene | |
| setOverlayColors(const QColor &fill, const QColor &content) noexcept | GraphicsScene | |
| setRulerPositions(const std::optional< std::pair< Point, Point > > &pos) noexcept | GraphicsScene | |
| setSceneCursor(const Point &pos, bool cross, bool circle) noexcept | GraphicsScene | |
| setSceneRectMarker(const QRectF &rect) noexcept | GraphicsScene | |
| setSelectionRect(const Point &p1, const Point &p2) noexcept | GraphicsScene | |
| setSelectionRectColors(const QColor &line, const QColor &fill) noexcept | GraphicsScene | |
| toPixmap(int dpi, const QColor &background=Qt::transparent) noexcept | GraphicsScene | |
| toPixmap(const QSize &size, const QColor &background=Qt::transparent) noexcept | GraphicsScene | |
| ~GraphicsScene() noexcept | GraphicsScene | virtual |