OGS
|
This is the complete list of members for QGraphicsGrid, including all inherited members.
_bounds | QGraphicsGrid | private |
_inside | QGraphicsGrid | private |
_numberOfXCells | QGraphicsGrid | private |
_numberOfYCells | QGraphicsGrid | private |
_outside | QGraphicsGrid | private |
_showTicks | QGraphicsGrid | private |
boundingRect() const override | QGraphicsGrid | |
initDefaultPens() | QGraphicsGrid | private |
paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override | QGraphicsGrid | |
QGraphicsGrid(QRectF rect, int xCells, int yCells, QGraphicsItem *parent=nullptr) | QGraphicsGrid | |
QGraphicsGrid(int x, int y, int width, int height, int xCells, int yCells, QGraphicsItem *parent=nullptr) | QGraphicsGrid | |
QGraphicsGrid(QRectF rect, int xCells, int yCells, bool ticks, QPen pen, QGraphicsItem *parent=nullptr) | QGraphicsGrid | |
QGraphicsGrid(int x, int y, int width, int height, int xCells, int yCells, bool ticks, QPen pen, QGraphicsItem *parent=nullptr) | QGraphicsGrid | |
setNumberOfXCells(int xCells) | QGraphicsGrid | |
setNumberOfYCells(int yCells) | QGraphicsGrid | |
setRect(QRectF rect) | QGraphicsGrid | |
setRect(int x, int y, int width, int height) | QGraphicsGrid | |
~QGraphicsGrid() override | QGraphicsGrid |