SubGraph item.
More...
#include </local/robotpkg/var/tmp/robotpkg/graphics/qt-qgv/work/qgv-1.2.0/QGVCore/QGVSubGraph.h>
|
enum | { Type = UserType + 4
} |
|
◆ anonymous enum
◆ ~QGVSubGraph()
QGVSubGraph::~QGVSubGraph |
( |
| ) |
|
◆ addNode()
QGVNode * QGVSubGraph::addNode |
( |
const QString & |
label | ) |
|
◆ addSubGraph()
QGVSubGraph * QGVSubGraph::addSubGraph |
( |
const QString & |
name, |
|
|
bool |
cluster = true |
|
) |
| |
◆ boundingRect()
QRectF QGVSubGraph::boundingRect |
( |
| ) |
const |
◆ getAttribute()
QString QGVSubGraph::getAttribute |
( |
const QString & |
name | ) |
const |
◆ name()
QString QGVSubGraph::name |
( |
| ) |
const |
◆ paint()
void QGVSubGraph::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget = 0 |
|
) |
| |
◆ setAttribute()
void QGVSubGraph::setAttribute |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| |
◆ type()
int QGVSubGraph::type |
( |
| ) |
const |
|
inline |
◆ updateLayout()
void QGVSubGraph::updateLayout |
( |
| ) |
|
◆ QGVScene