18#ifndef QGRAPHICSITEMUTILITY_H
19#define QGRAPHICSITEMUTILITY_H
Definition qgraphicsitemutility.cpp:27
bool centerToBottomDiagram(QGraphicsItem *item_to_center, Element *element_to_follow, qreal offset)
centerToBottomDiagram Set item pos to the bottom of diagram and centered vertically to element_to_fol...
Definition qgraphicsitemutility.cpp:57
void drawBoundingRectSelection(QGraphicsItem *item, QPainter *painter)
Definition qgraphicsitemutility.cpp:94
bool centerToParentBottom(QGraphicsItem *item)
centerToParentBottom Center the item at the bottom of is parent.
Definition qgraphicsitemutility.cpp:35