Home
last modified time | relevance | path

Searched refs:QQuickSwipeViewAttached (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquickswipeview.cpp128 Q_DECLARE_PUBLIC(QQuickSwipeViewAttached)
300 return new QQuickSwipeViewAttached(object); in qmlAttachedProperties()
399 Q_Q(QQuickSwipeViewAttached); in setCurrentIndex()
415 Q_Q(QQuickSwipeViewAttached); in update()
439 QQuickSwipeViewAttached::QQuickSwipeViewAttached(QObject *parent) in QQuickSwipeViewAttached() function in QQuickSwipeViewAttached
446 int QQuickSwipeViewAttached::index() const in index()
448 Q_D(const QQuickSwipeViewAttached); in index()
454 Q_D(const QQuickSwipeViewAttached); in isCurrentItem()
460 Q_D(const QQuickSwipeViewAttached); in view()
466 Q_D(const QQuickSwipeViewAttached); in isNextItem()
[all …]
H A Dqquickswipeview_p.h55 class QQuickSwipeViewAttached; variable
72 static QQuickSwipeViewAttached *qmlAttachedProperties(QObject *object);
109 class Q_QUICKTEMPLATES2_PRIVATE_EXPORT QQuickSwipeViewAttached : public QObject
120 explicit QQuickSwipeViewAttached(QObject *parent = nullptr);
139 Q_DISABLE_COPY(QQuickSwipeViewAttached)
140 Q_DECLARE_PRIVATE(QQuickSwipeViewAttached)
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/templates/
H A Dqtquicktemplates2plugin.cpp217 qmlRegisterAnonymousType<QQuickSwipeViewAttached>(uri, 2); in registerTypes()
H A Dplugins.qmltypes1787 attachedType: "QQuickSwipeViewAttached"
1796 name: "QQuickSwipeViewAttached"