Obsolete Members for QGraphicsItemThe following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code. Public Functions
Member Function Documentationbool QGraphicsItem::acceptsHoverEvents () constCall acceptHoverEvents() instead. See also setAcceptsHoverEvents(). QList<QGraphicsItem *> QGraphicsItem::children () constUse childItems() instead. See also setParentItem(). QMatrix QGraphicsItem::matrix () constReturns the item's affine transformation matrix. This is a subset or the item's full transformation matrix, and might not represent the item's full transformation. Use transform() instead. See also setMatrix(), setTransform(), and sceneTransform(). void QGraphicsItem::resetMatrix ()Use resetTransform() instead. QMatrix QGraphicsItem::sceneMatrix () constUse sceneTransform() instead. See also transform(), setTransform(), scenePos(), and The Graphics View Coordinate System. void QGraphicsItem::setAcceptsHoverEvents ( bool enabled )Use setAcceptHoverEvents(enabled) instead. See also acceptsHoverEvents(). void QGraphicsItem::setMatrix ( const QMatrix & matrix, bool combine = false )Sets the item's affine transformation matrix. This is a subset or the item's full transformation matrix, and might not represent the item's full transformation. Use setTransform() instead. See also matrix(), transform(), rotate(), scale(), shear(), translate(), and The Graphics View Coordinate System.
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |