#include <QtDeclarative/qdeclarative.h>
#include <QtDeclarative/qdeclarativecomponent.h>
#include <QtCore/QObject>
#include <QtCore/QList>
#include <QtGui/qgraphicsitem.h>
#include <QtGui/qgraphicstransform.h>
#include <QtGui/qfont.h>
#include <QtGui/qaction.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 4004 of file qdeclarativeitem.cpp.
Referenced by qobject_cast().
4007 debug <<
"QDeclarativeItem(0)";
4012 <<
", parent =" << ((
void*)item->
parentItem())
4014 <<
", z =" << item->
zValue() <<
')';
QPointF pos() const
Returns the position of the item in parent coordinates.
The QSizeF class defines the size of a two-dimensional object using floating point precision...
qreal zValue() const
Returns the Z-value of the item.
The QRectF class defines a rectangle in the plane using floating point precision. ...
QDeclarativeItem * parentItem() const
Returns the QDeclarativeItem parent of this item.
virtual const QMetaObject * metaObject() const
Returns a pointer to the meta-object of this object.
◆ qobject_cast() [1/2]
◆ qobject_cast() [2/2]
Definition at line 211 of file qdeclarativeitem.h.
T * qobject_cast(QObject *object)
The QObject class is the base class of all Qt objects.
QGraphicsObject * toGraphicsObject()
Return the graphics item cast to a QGraphicsObject, if the class is actually a graphics object...