#include <QGraphicsItem>
#include <QObject>
#include <QPolygon>


Go to the source code of this file.
Classes | |
class | GraphicsNode |
Variables | |
static const int | TypeNode = QGraphicsItem::UserType+1 |
static const int | ZValueNode = 100 |
static const int | ZValueNodeHighlighted = 110 |
Variable Documentation
◆ TypeNode
|
static |
◆ ZValueNode
|
static |
◆ ZValueNodeHighlighted
|
static |