Brief description of class still missing. More...
#include <TextItemDelegate.h>
Public Member Functions | |
| virtual QList< QPointF > | nodes (QGraphicsItem *item) const |
Brief description of class still missing.
Full description of class still missing
| QList< QPointF > TextItemDelegate::nodes | ( | QGraphicsItem * | item | ) | const [virtual] |
Description of constructor still missing
Implements DrawItemDelegate.
References TRACE.
{
TRACE;
QGraphicsTextItem * textItem=static_cast<QGraphicsTextItem *>(item);
QList<QPointF> nList;
nList.append(textItem->pos());
return nList;
}