Home
last modified time | relevance | path

Searched refs:boundsMovement (Results 1 – 17 of 17) sorted by relevance

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickflickable_p.h83 …Q_PROPERTY(BoundsMovement boundsMovement READ boundsMovement WRITE setBoundsMovement NOTIFY bounds…
144 BoundsMovement boundsMovement() const;
H A Dqquickflickable.cpp269 , boundsMovement(QQuickFlickable::FollowBoundsBehavior) in QQuickFlickablePrivate()
1657 if (boundsMovement == int(QQuickFlickable::StopAtBounds)) in setViewportX()
1684 if (boundsMovement == int(QQuickFlickable::StopAtBounds)) in setViewportY()
2872 QQuickFlickable::BoundsMovement QQuickFlickable::boundsMovement() const in boundsMovement() function in QQuickFlickable
2875 return d->boundsMovement; in boundsMovement()
2881 if (d->boundsMovement == movement) in setBoundsMovement()
2884 d->boundsMovement = movement; in setBoundsMovement()
H A Dqquickflickable_p_p.h257 QQuickFlickable::BoundsMovement boundsMovement; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickflickable_p.h83 …Q_PROPERTY(BoundsMovement boundsMovement READ boundsMovement WRITE setBoundsMovement NOTIFY bounds…
144 BoundsMovement boundsMovement() const;
H A Dqquickflickable.cpp269 , boundsMovement(QQuickFlickable::FollowBoundsBehavior) in QQuickFlickablePrivate()
1657 if (boundsMovement == int(QQuickFlickable::StopAtBounds)) in setViewportX()
1684 if (boundsMovement == int(QQuickFlickable::StopAtBounds)) in setViewportY()
2872 QQuickFlickable::BoundsMovement QQuickFlickable::boundsMovement() const in boundsMovement() function in QQuickFlickable
2875 return d->boundsMovement; in boundsMovement()
2881 if (d->boundsMovement == movement) in setBoundsMovement()
2884 d->boundsMovement = movement; in setBoundsMovement()
H A Dqquickflickable_p_p.h257 QQuickFlickable::BoundsMovement boundsMovement; variable
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/
H A DGGridView.qml50 boundsMovement: Flickable.FollowBoundsBehavior
H A DGListView.qml51 boundsMovement: Flickable.FollowBoundsBehavior
H A DGFlickable.qml54 boundsMovement: Flickable.FollowBoundsBehavior
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DFlickableSection.qml97 blockedByTemplate: !backendValues.boundsMovement.isAvailable
105 backendValue: backendValues.boundsMovement
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A DAboutPage.qml184 boundsMovement: Flickable.StopAtBounds
210 boundsMovement: Flickable.StopAtBounds
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/qt4mcu/
H A Dqul-14.qml93 bannedProperties: ["boundsBehavior", "boundsMovement", "flickDeceleration",
H A Dqul-17.qml95 bannedProperties: ["boundsBehavior", "boundsMovement", "flickDeceleration",
H A Dqul-18.qml96 bannedProperties: ["boundsBehavior", "boundsMovement", "flickDeceleration",
H A Dqul-19.qml96 bannedProperties: ["boundsBehavior", "boundsMovement", "flickDeceleration",
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/dist/
H A Dchanges-5.10.092 * [QTBUG-38515] Added a boundsMovement property that allows disabling
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/dist/
H A Dchanges-5.10.092 * [QTBUG-38515] Added a boundsMovement property that allows disabling