Brief description of class still missing. More...
#include <DrawItemDelegate.h>
Public Member Functions | |
| DrawItemDelegate () | |
| virtual QList< QPointF > | nodes (QGraphicsItem *item) const =0 |
| virtual | ~DrawItemDelegate () |
Brief description of class still missing.
Full description of class still missing
| DrawItemDelegate::DrawItemDelegate | ( | ) | [inline] |
{}
| virtual DrawItemDelegate::~DrawItemDelegate | ( | ) | [inline, virtual] |
{}
| virtual QList<QPointF> DrawItemDelegate::nodes | ( | QGraphicsItem * | item | ) | const [pure virtual] |
Implemented in EllipseItemDelegate, DimensionItemDelegate, LineItemDelegate, RectItemDelegate, and TextItemDelegate.