Home
last modified time | relevance | path

Searched refs:accessibleAttached (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquicktextfield.cpp335 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(q_func… in readOnlyChanged() local
336 accessibleAttached->set_readOnly(isReadOnly); in readOnlyChanged()
346 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(q_func… in echoModeChanged() local
347accessibleAttached->set_passwordEdit((echoMode == QQuickTextField::Password || echoMode == QQuickT… in echoModeChanged()
361 Q_ASSERT(accessibleAttached); in accessibilityActiveChanged()
362 accessibleAttached->setRole(accessibleRole()); in accessibilityActiveChanged()
363 accessibleAttached->set_readOnly(m_readOnly); in accessibilityActiveChanged()
364accessibleAttached->set_passwordEdit((m_echoMode == QQuickTextField::Password || m_echoMode == QQu… in accessibilityActiveChanged()
365 accessibleAttached->setDescription(placeholder); in accessibilityActiveChanged()
551 … if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this)) in setPlaceholderText() local
[all …]
H A Dqquickpopupitem.cpp415 …ckAccessibleAttached *popupAccessibleAttached = QQuickControlPrivate::accessibleAttached(d->popup); in accessibilityActiveChanged()
421 QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this); in accessibilityActiveChanged() local
422 const QString ourName = accessibleAttached ? accessibleAttached->name() : QString(); in accessibilityActiveChanged()
423 if (wasNameExplicitlySetOnPopup && accessibleAttached && ourName != oldPopupName) { in accessibilityActiveChanged()
430 accessibleAttached->setName(oldPopupName); in accessibilityActiveChanged()
H A Dqquicklabel.cpp264 …QQuickAccessibleAttached *accessibleAttached = qobject_cast<QQuickAccessibleAttached *>(qmlAttache… in accessibilityActiveChanged() local
265 Q_ASSERT(accessibleAttached); in accessibilityActiveChanged()
266 accessibleAttached->setRole(accessibleRole()); in accessibilityActiveChanged()
278 auto accessibleAttached = qobject_cast<QQuickAccessibleAttached *>( in maybeSetAccessibleName() local
280 if (accessibleAttached) { in maybeSetAccessibleName()
281 if (!accessibleAttached->wasNameExplicitlySet()) in maybeSetAccessibleName()
282 accessibleAttached->setNameImplicitly(name); in maybeSetAccessibleName()
H A Dqquicktextarea.cpp496 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(q_func… in readOnlyChanged() local
497 accessibleAttached->set_readOnly(isReadOnly); in readOnlyChanged()
511 …QQuickAccessibleAttached *accessibleAttached = qobject_cast<QQuickAccessibleAttached *>(qmlAttache… in accessibilityActiveChanged() local
512 Q_ASSERT(accessibleAttached); in accessibilityActiveChanged()
513 accessibleAttached->setRole(accessibleRole()); in accessibilityActiveChanged()
514 accessibleAttached->set_readOnly(q->isReadOnly()); in accessibilityActiveChanged()
515 accessibleAttached->setDescription(placeholder); in accessibilityActiveChanged()
694 … if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this)) in setPlaceholderText() local
695 accessibleAttached->setDescription(text); in setPlaceholderText()
H A Dqquickscrollbar.cpp742 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this))… in accessibilityActiveChanged() local
743 …connect(accessibleAttached, &QQuickAccessibleAttached::increaseAction, this, &QQuickScrollBar::inc… in accessibilityActiveChanged()
744 …connect(accessibleAttached, &QQuickAccessibleAttached::decreaseAction, this, &QQuickScrollBar::dec… in accessibilityActiveChanged()
747 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this))… in accessibilityActiveChanged() local
748 …disconnect(accessibleAttached, &QQuickAccessibleAttached::increaseAction, this, &QQuickScrollBar::… in accessibilityActiveChanged()
749 …disconnect(accessibleAttached, &QQuickAccessibleAttached::decreaseAction, this, &QQuickScrollBar::… in accessibilityActiveChanged()
H A Dqquickcontrol.cpp502 QQuickAccessibleAttached *QQuickControlPrivate::accessibleAttached(const QObject *object) in accessibleAttached() function in QQuickControlPrivate
860 QQuickAccessibleAttached *accessible = accessibleAttached(item); in hideOldItem()
2302 …QQuickAccessibleAttached *accessibleAttached = qobject_cast<QQuickAccessibleAttached *>(qmlAttache… in accessibilityActiveChanged() local
2303 Q_ASSERT(accessibleAttached); in accessibilityActiveChanged()
2304 accessibleAttached->setRole(accessibleRole()); in accessibilityActiveChanged()
2311 … if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this)) in accessibleName() local
2312 return accessibleAttached->name(); in accessibleName()
2320 …if (QQuickAccessibleAttached *accessibleAttached = QQuickControlPrivate::accessibleAttached(this))… in maybeSetAccessibleName() local
2321 if (!accessibleAttached->wasNameExplicitlySet()) in maybeSetAccessibleName()
2322 accessibleAttached->setNameImplicitly(name); in maybeSetAccessibleName()
H A Dqquickcontrol_p_p.h134 static QQuickAccessibleAttached *accessibleAttached(const QObject *object);
H A Dqquickcombobox.cpp792 QQuickAccessibleAttached *accessible = accessibleAttached(popup); in hideOldPopup()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickitem.cpp8903 …QQuickAccessibleAttached *accessibleAttached = qobject_cast<QQuickAccessibleAttached *>(qmlAttache… in accessibleRole() local
8904 if (accessibleAttached) in accessibleRole()
8905 return accessibleAttached->role(); in accessibleRole()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickitem.cpp8903 …QQuickAccessibleAttached *accessibleAttached = qobject_cast<QQuickAccessibleAttached *>(qmlAttache… in accessibleRole() local
8904 if (accessibleAttached) in accessibleRole()
8905 return accessibleAttached->role(); in accessibleRole()