![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtWidgets>Go to the source code of this file.
Classes | |
| class | SimpleItem |
| [0] More... | |
| class | Item |
| [0] More... | |
| class | CustomItem |
Typedefs | |
| using | RoundRectItem = CustomItem |
| using | RoundItem = CustomItem |
| using | CircleItem = CustomItem |
| using | Component = CustomItem |
Functions | |
| void | example (QGraphicsItem *item, QGraphicsView *view) |
| [1] | |
| void | data_snippet (QGraphicsScene &scene, QTransform &transform) |
| [10] | |
| void | wrapperFunction () |
| void | snippets (QGraphicsScene *scene, QGraphicsItem *item, QGraphicsView *view, const QRectF &rect, int dx, int dy) |
| [16] | |
| using CircleItem = CustomItem |
Definition at line 103 of file src_gui_graphicsview_qgraphicsitem.cpp.
| using Component = CustomItem |
Definition at line 104 of file src_gui_graphicsview_qgraphicsitem.cpp.
| using RoundItem = CustomItem |
Definition at line 102 of file src_gui_graphicsview_qgraphicsitem.cpp.
| using RoundRectItem = CustomItem |
Definition at line 101 of file src_gui_graphicsview_qgraphicsitem.cpp.
| void data_snippet | ( | QGraphicsScene & | scene, |
| QTransform & | transform ) |
| void example | ( | QGraphicsItem * | item, |
| QGraphicsView * | view ) |
[1]
[2]
[2]
[3]
[3]
[4]
[4]
[5]
[5]
Definition at line 41 of file src_gui_graphicsview_qgraphicsitem.cpp.
| void snippets | ( | QGraphicsScene * | scene, |
| QGraphicsItem * | item, | ||
| QGraphicsView * | view, | ||
| const QRectF & | rect, | ||
| int | dx, | ||
| int | dy ) |
| void wrapperFunction | ( | ) |