39 m_edited_qgi_type (-1)
84 int count_ =
m_diagram->selectedItems().size();
96 const QList<QGraphicsItem *> list_ =
m_diagram->selectedItems();
97 int type_ = list_.first()->type();
98 for (QGraphicsItem *qgi : list_)
100 if (qgi->type() != type_)
109 QGraphicsItem *item =
m_diagram->selectedItems().first();
110 const int type_ = item->type();
136 QList<IndependentTextItem *> text_list;
137 for (QGraphicsItem *qgi :
m_diagram->selectedItems()) {
138 text_list.append(static_cast<IndependentTextItem*>(qgi));
168 QList<QetShapeItem *> shapes_list;
169 for (QGraphicsItem *qgi :
m_diagram->selectedItems()) {
170 shapes_list.append(static_cast<QetShapeItem*>(qgi));
208 case QGraphicsItemGroup::Type:
239 pew->setLiveEdit(
true);
The DynamicElementTextItem class This class provide a simple text field of element who can be added o...
The ElementTextItemGroup class This class represent a group of element text Texts in the group can be...
The IndiTextPropertiesWidget class This widget is used to edit the properties of one or several indep...