Public Types | Public Member Functions | List of all members
QGVNode Class Reference

Node item. More...

#include <QGVNode.h>

Inheritance diagram for QGVNode:
Inheritance graph
[legend]

Public Types

enum  { Type = UserType + 2 }
 

Public Member Functions

 ~QGVNode ()
 
QRectF boundingRect () const
 
QString getAttribute (const QString &name) const
 
QString label () const
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0)
 
void setAttribute (const QString &label, const QString &value)
 
void setIcon (const QImage &icon)
 
void setLabel (const QString &label)
 
int type () const
 

Detailed Description

Node item.

Member Enumeration Documentation

anonymous enum
Enumerator
Type 

Constructor & Destructor Documentation

QGVNode::~QGVNode ( )

Member Function Documentation

QRectF QGVNode::boundingRect ( ) const
QString QGVNode::getAttribute ( const QString &  name) const
QString QGVNode::label ( ) const
void QGVNode::paint ( QPainter *  painter,
const QStyleOptionGraphicsItem *  option,
QWidget *  widget = 0 
)
void QGVNode::setAttribute ( const QString &  label,
const QString &  value 
)
void QGVNode::setIcon ( const QImage &  icon)
void QGVNode::setLabel ( const QString &  label)
int QGVNode::type ( ) const
inline

The documentation for this class was generated from the following file: