The GraphicsScene class.
More...
#include <graphicsscene.h>
◆ GraphicsScene()
◆ ~GraphicsScene()
◆ addItem()
void addItem |
( |
QGraphicsItem & |
item | ) |
|
|
noexcept |
◆ removeItem()
void removeItem |
( |
QGraphicsItem & |
item | ) |
|
|
noexcept |
◆ setSelectionRectColors()
void setSelectionRectColors |
( |
const QColor & |
line, |
|
|
const QColor & |
fill |
|
) |
| |
|
noexcept |
◆ setSelectionRect()
void setSelectionRect |
( |
const Point & |
p1, |
|
|
const Point & |
p2 |
|
) |
| |
|
noexcept |
◆ clearSelectionRect()
void clearSelectionRect |
( |
| ) |
|
|
noexcept |
◆ toPixmap() [1/2]
QPixmap toPixmap |
( |
int |
dpi, |
|
|
const QColor & |
background = Qt::transparent |
|
) |
| |
|
noexcept |
◆ toPixmap() [2/2]
QPixmap toPixmap |
( |
const QSize & |
size, |
|
|
const QColor & |
background = Qt::transparent |
|
) |
| |
|
noexcept |
◆ mSelectionRectItem
QGraphicsRectItem* mSelectionRectItem |
|
private |
The documentation for this class was generated from the following files: