|
| QQuickStackLayoutPrivate () |
|
| QQuickLayoutPrivate () |
|
void | applySizeHints () const |
|
| QQuickItemPrivate () |
|
| ~QQuickItemPrivate () override |
|
void | init (QQuickItem *parent) |
|
QQmlListProperty< QObject > | data () |
|
QQmlListProperty< QObject > | resources () |
|
QQmlListProperty< QQuickItem > | children () |
|
QQmlListProperty< QQuickItem > | visibleChildren () |
|
QQmlListProperty< QQuickState > | states () |
|
QQmlListProperty< QQuickTransition > | transitions () |
|
QString | state () const |
|
void | setState (const QString &) |
|
QQuickAnchorLine | left () const |
|
QQuickAnchorLine | right () const |
|
QQuickAnchorLine | horizontalCenter () const |
|
QQuickAnchorLine | top () const |
|
QQuickAnchorLine | bottom () const |
|
QQuickAnchorLine | verticalCenter () const |
|
QQuickAnchorLine | baseline () const |
|
void | localizedTouchEvent (const QTouchEvent *event, bool isFiltering, QMutableTouchEvent *localized) |
|
bool | hasPointerHandlers () const |
|
bool | hasEnabledHoverHandlers () const |
|
virtual void | addPointerHandler (QQuickPointerHandler *h) |
|
virtual void | removePointerHandler (QQuickPointerHandler *h) |
|
void | _q_resourceObjectDeleted (QObject *) |
|
quint64 | _q_createJSWrapper (QV4::ExecutionEngine *engine) |
|
template<typename Fn , typename ... Args> |
void | notifyChangeListeners (QQuickItemPrivate::ChangeTypes changeTypes, Fn &&function, Args &&...args) |
|
virtual void | registerAsContainmentMask (QQuickItem *, bool) |
|
QQuickAnchors * | anchors () const |
| \qmlpropertygroup QtQuick::Item::anchors \qmlproperty AnchorLine QtQuick::Item::anchors.top \qmlproperty AnchorLine QtQuick::Item::anchors.bottom \qmlproperty AnchorLine QtQuick::Item::anchors.left \qmlproperty AnchorLine QtQuick::Item::anchors.right \qmlproperty AnchorLine QtQuick::Item::anchors.horizontalCenter \qmlproperty AnchorLine QtQuick::Item::anchors.verticalCenter \qmlproperty AnchorLine QtQuick::Item::anchors.baseline
|
|
Qt::MouseButtons | acceptedMouseButtons () const |
|
void | addItemChangeListener (QQuickItemChangeListener *listener, ChangeTypes types) |
|
void | updateOrAddItemChangeListener (QQuickItemChangeListener *listener, ChangeTypes types) |
|
void | removeItemChangeListener (QQuickItemChangeListener *, ChangeTypes types) |
|
void | updateOrAddGeometryChangeListener (QQuickItemChangeListener *listener, QQuickGeometryChange types) |
|
void | updateOrRemoveGeometryChangeListener (QQuickItemChangeListener *listener, QQuickGeometryChange types) |
|
QQuickStateGroup * | _states () |
|
QQuickItem::TransformOrigin | origin () const |
|
QString | dirtyToString () const |
|
void | dirty (DirtyType) |
|
void | addToDirtyList () |
|
void | removeFromDirtyList () |
|
void | setCulled (bool) |
|
QSGContext * | sceneGraphContext () const |
|
QSGRenderContext * | sceneGraphRenderContext () const |
|
QList< QQuickItem * > | paintOrderChildItems () const |
|
void | addChild (QQuickItem *) |
|
void | removeChild (QQuickItem *) |
|
void | siblingOrderChanged () |
|
void | markSortedChildrenDirty (QQuickItem *child) |
|
void | refWindow (QQuickWindow *) |
|
void | derefWindow () |
|
void | updateSubFocusItem (QQuickItem *scope, bool focus) |
| Clears all sub focus items from scope.
|
|
QTransform | windowToItemTransform () const |
| Returns a transform that maps points from window space into item space.
|
|
QTransform | itemToWindowTransform () const |
| Returns a transform that maps points from item space into window space.
|
|
void | itemToParentTransform (QTransform *) const |
| Modifies t with this item's local transform relative to its parent.
|
|
QTransform | globalToWindowTransform () const |
| Returns a transform that maps points from global space into window space.
|
|
QTransform | windowToGlobalTransform () const |
| Returns a transform that maps points from window space into global space.
|
|
void | setX (qreal x) |
|
void | xChanged () |
|
| Q_OBJECT_COMPAT_PROPERTY (QQuickItemPrivate, qreal, x, &QQuickItemPrivate::setX, &QQuickItemPrivate::xChanged) |
|
void | setY (qreal y) |
|
void | yChanged () |
|
| Q_OBJECT_COMPAT_PROPERTY (QQuickItemPrivate, qreal, y, &QQuickItemPrivate::setY, &QQuickItemPrivate::yChanged) |
|
void | setWidth (qreal width) |
|
void | widthChanged () |
|
| Q_OBJECT_COMPAT_PROPERTY (QQuickItemPrivate, qreal, width, &QQuickItemPrivate::setWidth, &QQuickItemPrivate::widthChanged) |
|
void | setHeight (qreal height) |
|
void | heightChanged () |
|
| Q_OBJECT_COMPAT_PROPERTY (QQuickItemPrivate, qreal, height, &QQuickItemPrivate::setHeight, &QQuickItemPrivate::heightChanged) |
|
bool | widthValid () const |
|
bool | heightValid () const |
|
qreal | z () const |
|
qreal | scale () const |
|
qreal | rotation () const |
|
qreal | opacity () const |
|
void | setAccessible () |
|
virtual qreal | getImplicitWidth () const |
|
virtual qreal | getImplicitHeight () const |
|
virtual void | implicitWidthChanged () |
|
virtual void | implicitHeightChanged () |
|
void | setImplicitAntialiasing (bool antialiasing) |
|
void | resolveLayoutMirror () |
|
void | setImplicitLayoutMirror (bool mirror, bool inherit) |
|
void | setLayoutMirror (bool mirror) |
|
bool | isMirrored () const |
|
void | emitChildrenRectChanged (const QRectF &rect) |
|
QPointF | computeTransformOrigin () const |
|
virtual bool | transformChanged (QQuickItem *transformedItem) |
|
QPointF | adjustedPosForTransform (const QPointF ¢roid, const QPointF &startPos, const QVector2D &activeTranslatation, qreal startScale, qreal activeScale, qreal startRotation, qreal activeRotation) |
|
QQuickDeliveryAgent * | deliveryAgent () |
|
QQuickDeliveryAgentPrivate * | deliveryAgentPrivate () |
|
QQuickDeliveryAgent * | ensureSubsceneDeliveryAgent () |
|
void | deliverKeyEvent (QKeyEvent *) |
|
bool | filterKeyEvent (QKeyEvent *, bool post) |
|
void | deliverShortcutOverrideEvent (QKeyEvent *) |
|
bool | anyPointerHandlerWants (const QPointerEvent *event, const QEventPoint &point) const |
|
virtual bool | handlePointerEvent (QPointerEvent *, bool avoidGrabbers=false) |
|
virtual void | setVisible (bool visible) |
|
bool | isTransparentForPositioner () const |
|
void | setTransparentForPositioner (bool trans) |
|
bool | calcEffectiveVisible () const |
|
bool | setEffectiveVisibleRecur (bool) |
|
bool | calcEffectiveEnable () const |
|
void | setEffectiveEnableRecur (QQuickItem *scope, bool) |
|
QSGTransformNode * | itemNode () |
|
QSGNode * | childContainerNode () |
|
QSGOpacityNode * | opacityNode () const |
|
QQuickDefaultClipNode * | clipNode () const |
|
QSGRootNode * | rootNode () const |
|
virtual QSGTransformNode * | createTransformNode () |
|
void | refFromEffectItem (bool hide) |
|
void | recursiveRefFromEffectItem (int refs) |
|
void | derefFromEffectItem (bool unhide) |
|
void | itemChange (QQuickItem::ItemChange, const QQuickItem::ItemChangeData &) |
|
virtual void | mirrorChange () |
|
void | setHasCursorInChild (bool hasCursor) |
|
void | setHasHoverInChild (bool hasHover) |
|
virtual void | updatePolish () |
|
virtual void | dumpItemTree (int indent) const |
|
void | ensureExtraData () |
|
| QObjectPrivate (int version=QObjectPrivateVersion) |
|
virtual | ~QObjectPrivate () |
|
void | deleteChildren () |
|
void | clearBindingStorage () |
|
void | checkForIncompatibleLibraryVersion (int version) const |
|
void | setParent_helper (QObject *) |
|
void | moveToThread_helper () |
|
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
|
void | _q_reregisterTimers (void *pointer) |
|
bool | isSender (const QObject *receiver, const char *signal) const |
|
QObjectList | receiverList (const char *signal) const |
|
QObjectList | senderList () const |
|
void | ensureConnectionData () |
|
void | addConnection (int signal, Connection *c) |
|
int | signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const |
|
bool | isSignalConnected (uint signalIdx, bool checkDeclarative=true) const |
|
bool | maybeSignalConnected (uint signalIndex) const |
|
bool | isDeclarativeSignalConnected (uint signalIdx) const |
|
void | connectNotify (const QMetaMethod &signal) |
|
void | disconnectNotify (const QMetaMethod &signal) |
|
void | reinitBindingStorageAfterThreadMove () |
|
virtual std::string | flagsForDumping () const |
|
QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
|
| QObjectData ()=default |
|
virtual | ~QObjectData ()=0 |
|
QMetaObject * | dynamicMetaObject () const |
|
virtual | ~QQuickPaletteProviderPrivateBase ()=default |
|
virtual QQuickPalette * | palette () const |
|
virtual void | setPalette (QQuickPalette *p) |
|
virtual void | resetPalette () |
|
virtual bool | providesPalette () const |
|
QPalette | defaultPalette () const override |
|
QPalette | parentPalette (const QPalette &fallbackPalette) const override |
|
void | inheritPalette (const QPalette &parentPalette) |
|
virtual void | updateChildrenPalettes (const QPalette &parentPalette) |
|
virtual | ~QQuickAbstractPaletteProvider ()=default |
|
virtual QPalette | defaultPalette () const =0 |
|
virtual QPalette | parentPalette (const QPalette &fallbackPalette) const |
|