![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
| Public Types inherited from QQuickControlPrivate | |
| enum class | UnhideVisibility { Show , Hide } |
| Public Types inherited from QQuickItemPrivate | |
| enum | ChangeType { Geometry = 0x01 , SiblingOrder = 0x02 , Visibility = 0x04 , Opacity = 0x08 , Destroyed = 0x10 , Parent = 0x20 , Children = 0x40 , Rotation = 0x80 , ImplicitWidth = 0x100 , ImplicitHeight = 0x200 , Enabled = 0x400 , Focus = 0x800 , Scale = 0x1000 , Matrix = 0x2000 , AllChanges = 0xFFFFFFFF } |
| enum | ExtraDataTag { NoTag = 0x1 , LeftMouseButtonAccepted = 0x2 } |
| enum | DirtyType { TransformOrigin = 0x00000001 , Transform = 0x00000002 , BasicTransform = 0x00000004 , Position = 0x00000008 , Size = 0x00000010 , ZValue = 0x00000020 , Content = 0x00000040 , Smooth = 0x00000080 , OpacityValue = 0x00000100 , ChildrenChanged = 0x00000200 , ChildrenStackingChanged = 0x00000400 , ParentChanged = 0x00000800 , Clip = 0x00001000 , Window = 0x00002000 , EffectReference = 0x00008000 , Visible = 0x00010000 , HideReference = 0x00020000 , Antialiasing = 0x00040000 , TransformUpdateMask , ComplexTransformUpdateMask = Transform | Window , ContentUpdateMask = Size | Content | Smooth | Window | Antialiasing , ChildrenUpdateMask = ChildrenChanged | ChildrenStackingChanged | EffectReference | Window } |
| Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
| Public Types inherited from QSafeQuickItemChangeListener< QQuickControlPrivate > | |
| using | InDestructorTest |
| using | WasDeletedTest |
| Static Public Attributes inherited from QQuickControlPrivate | |
| static const ChangeTypes | ImplicitSizeChanges = QQuickItemPrivate::ImplicitWidth | QQuickItemPrivate::ImplicitHeight | QQuickItemPrivate::Destroyed |
| Abstract base type providing functionality common to all controls. | |
| Static Public Attributes inherited from QQuickItemPrivate | |
| static bool | customOverlayRequested = false |
| Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickItem, QQuickItemPrivate > | |
| void | setCurrentColorGroup () |
Definition at line 199 of file qquicksearchfield.cpp.
| void QQuickSearchFieldPrivate::cancelPopup | ( | ) |
Definition at line 594 of file qquicksearchfield.cpp.
| void QQuickSearchFieldPrivate::cancelPopup | ( | ) |
| void QQuickSearchFieldPrivate::createDelegateModel | ( | ) |
Definition at line 485 of file qquicksearchfield.cpp.
References createdItem(), delegate, delegateModel, ownModel, and suggestionCountChanged().
| void QQuickSearchFieldPrivate::createDelegateModel | ( | ) |
Definition at line 371 of file qquicksearchfield.cpp.
References itemClicked(), and itemHovered().
Referenced by createDelegateModel().
| QString QQuickSearchFieldPrivate::currentTextRole | ( | ) | const |
Definition at line 525 of file qquicksearchfield.cpp.
| QString QQuickSearchFieldPrivate::currentTextRole | ( | ) | const |
| void QQuickSearchFieldPrivate::decreaseCurrentIndex | ( | ) |
Definition at line 424 of file qquicksearchfield.cpp.
References QT_BEGIN_NAMESPACE::Highlight, highlightedIndex, and setHighlightedIndex().
| void QQuickSearchFieldPrivate::decreaseCurrentIndex | ( | ) |
| void QQuickSearchFieldPrivate::executePopup | ( | bool | complete = false | ) |
Definition at line 600 of file qquicksearchfield.cpp.
Referenced by showPopup().
| void QQuickSearchFieldPrivate::executePopup | ( | bool | complete = false | ) |
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
Definition at line 612 of file qquicksearchfield.cpp.
References clearIndicator, searchIndicator, startClear(), and startSearch().
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
Definition at line 633 of file qquicksearchfield.cpp.
References clearIndicator, and searchIndicator.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
|
static |
Definition at line 298 of file qquicksearchfield.cpp.
|
static |
| void QQuickSearchFieldPrivate::hidePopup | ( | bool | accept | ) |
Definition at line 285 of file qquicksearchfield.cpp.
References highlightedIndex, QT_BEGIN_NAMESPACE::NoActivate, and setCurrentItemAtIndex().
Referenced by itemClicked(), startClear(), and updateText().
| void QQuickSearchFieldPrivate::hidePopup | ( | bool | accept | ) |
| void QQuickSearchFieldPrivate::increaseCurrentIndex | ( | ) |
Definition at line 415 of file qquicksearchfield.cpp.
References QT_BEGIN_NAMESPACE::Highlight, highlightedIndex, and setHighlightedIndex().
| void QQuickSearchFieldPrivate::increaseCurrentIndex | ( | ) |
| bool QQuickSearchFieldPrivate::isPopupVisible | ( | ) | const |
Definition at line 271 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::isPopupVisible | ( | ) | const |
| bool QQuickSearchFieldPrivate::isValidIndex | ( | int | index | ) | const |
Definition at line 589 of file qquicksearchfield.cpp.
References delegateModel.
Referenced by textAt().
| bool QQuickSearchFieldPrivate::isValidIndex | ( | int | index | ) | const |
| void QQuickSearchFieldPrivate::itemClicked | ( | ) |
Definition at line 341 of file qquicksearchfield.cpp.
References delegateModel, hidePopup(), QT_BEGIN_NAMESPACE::Highlight, and setHighlightedIndex().
Referenced by createdItem().
| void QQuickSearchFieldPrivate::itemClicked | ( | ) |
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
Definition at line 693 of file qquicksearchfield.cpp.
References clearIndicator, and searchIndicator.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
| void QQuickSearchFieldPrivate::itemHovered | ( | ) |
Definition at line 351 of file qquicksearchfield.cpp.
References delegateModel, QT_BEGIN_NAMESPACE::Highlight, and setHighlightedIndex().
Referenced by createdItem().
| void QQuickSearchFieldPrivate::itemHovered | ( | ) |
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
Definition at line 684 of file qquicksearchfield.cpp.
References clearIndicator, and searchIndicator.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
Definition at line 675 of file qquicksearchfield.cpp.
References clearIndicator, and searchIndicator.
|
overridevirtual |
Reimplemented from QQuickControlPrivate.
| void QQuickSearchFieldPrivate::popupDestroyed | ( | ) |
Definition at line 334 of file qquicksearchfield.cpp.
| void QQuickSearchFieldPrivate::popupDestroyed | ( | ) |
|
inlinestatic |
Definition at line 246 of file qquicksearchfield.cpp.
|
inlinestatic |
Definition at line 246 of file qquicksearchfield.cpp.
| void QQuickSearchFieldPrivate::popupVisibleChanged | ( | ) |
Definition at line 315 of file qquicksearchfield.cpp.
References updateHighlightedIndex().
| void QQuickSearchFieldPrivate::popupVisibleChanged | ( | ) |
| void QQuickSearchFieldPrivate::selectAll | ( | ) |
Definition at line 530 of file qquicksearchfield.cpp.
| void QQuickSearchFieldPrivate::selectAll | ( | ) |
| void QQuickSearchFieldPrivate::setCurrentIndex | ( | int | index | ) |
Definition at line 432 of file qquicksearchfield.cpp.
References currentIndex.
Referenced by startClear(), and updateText().
| void QQuickSearchFieldPrivate::setCurrentIndex | ( | int | index | ) |
| void QQuickSearchFieldPrivate::setCurrentItemAtIndex | ( | int | index, |
| Activation | activate ) |
Definition at line 442 of file qquicksearchfield.cpp.
References currentIndex, and updateDisplayText().
Referenced by hidePopup(), and suggestionCountChanged().
| void QQuickSearchFieldPrivate::setCurrentItemAtIndex | ( | int | index, |
| Activation | activate ) |
| void QQuickSearchFieldPrivate::setHighlightedIndex | ( | int | index, |
| Highlighting | highlight ) |
Definition at line 472 of file qquicksearchfield.cpp.
References highlightedIndex.
Referenced by decreaseCurrentIndex(), increaseCurrentIndex(), itemClicked(), itemHovered(), and updateHighlightedIndex().
| void QQuickSearchFieldPrivate::setHighlightedIndex | ( | int | index, |
| Highlighting | highlight ) |
| void QQuickSearchFieldPrivate::showPopup | ( | ) |
Definition at line 276 of file qquicksearchfield.cpp.
References executePopup().
Referenced by updateText().
| void QQuickSearchFieldPrivate::showPopup | ( | ) |
| void QQuickSearchFieldPrivate::startClear | ( | ) |
Definition at line 655 of file qquicksearchfield.cpp.
References hidePopup(), setCurrentIndex(), and updateHighlightedIndex().
Referenced by handlePress().
| void QQuickSearchFieldPrivate::startClear | ( | ) |
| void QQuickSearchFieldPrivate::startSearch | ( | ) |
Definition at line 643 of file qquicksearchfield.cpp.
Referenced by handlePress().
| void QQuickSearchFieldPrivate::startSearch | ( | ) |
| void QQuickSearchFieldPrivate::suggestionCountChanged | ( | ) |
Definition at line 394 of file qquicksearchfield.cpp.
References QT_BEGIN_NAMESPACE::NoActivate, setCurrentItemAtIndex(), and updateHighlightedIndex().
Referenced by createDelegateModel().
| void QQuickSearchFieldPrivate::suggestionCountChanged | ( | ) |
| QString QQuickSearchFieldPrivate::textAt | ( | int | index | ) | const |
Definition at line 581 of file qquicksearchfield.cpp.
References delegateModel, and isValidIndex().
| QString QQuickSearchFieldPrivate::textAt | ( | int | index | ) | const |
| void QQuickSearchFieldPrivate::updateDisplayText | ( | ) |
Definition at line 572 of file qquicksearchfield.cpp.
Referenced by setCurrentItemAtIndex().
| void QQuickSearchFieldPrivate::updateDisplayText | ( | ) |
| void QQuickSearchFieldPrivate::updateHighlightedIndex | ( | ) |
Definition at line 457 of file qquicksearchfield.cpp.
References currentIndex, QT_BEGIN_NAMESPACE::NoHighlight, and setHighlightedIndex().
Referenced by popupVisibleChanged(), startClear(), suggestionCountChanged(), and updateText().
| void QQuickSearchFieldPrivate::updateHighlightedIndex | ( | ) |
| void QQuickSearchFieldPrivate::updateText | ( | ) |
Definition at line 538 of file qquicksearchfield.cpp.
References delegateModel, hidePopup(), live, setCurrentIndex(), showPopup(), and updateHighlightedIndex().
| void QQuickSearchFieldPrivate::updateText | ( | ) |
| bool QQuickSearchFieldPrivate::clearDown = false |
Definition at line 260 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::clearFlat = false |
Definition at line 258 of file qquicksearchfield.cpp.
| QQuickIndicatorButton * QQuickSearchFieldPrivate::clearIndicator = nullptr |
Definition at line 267 of file qquicksearchfield.cpp.
Referenced by handlePress(), handleRelease(), itemDestroyed(), itemImplicitHeightChanged(), and itemImplicitWidthChanged().
| bool QQuickSearchFieldPrivate::clearPressed = false |
Definition at line 256 of file qquicksearchfield.cpp.
| int QQuickSearchFieldPrivate::currentIndex = -1 |
Definition at line 251 of file qquicksearchfield.cpp.
Referenced by setCurrentIndex(), setCurrentItemAtIndex(), and updateHighlightedIndex().
| QQmlComponent * QQuickSearchFieldPrivate::delegate = nullptr |
Definition at line 265 of file qquicksearchfield.cpp.
Referenced by createDelegateModel().
| QQmlInstanceModel * QQuickSearchFieldPrivate::delegateModel = nullptr |
Definition at line 264 of file qquicksearchfield.cpp.
Referenced by createDelegateModel(), isValidIndex(), itemClicked(), itemHovered(), textAt(), and updateText().
| bool QQuickSearchFieldPrivate::hasClearDown = false |
Definition at line 262 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::hasCurrentIndex = false |
Definition at line 249 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::hasSearchDown = false |
Definition at line 261 of file qquicksearchfield.cpp.
| int QQuickSearchFieldPrivate::highlightedIndex = -1 |
Definition at line 250 of file qquicksearchfield.cpp.
Referenced by decreaseCurrentIndex(), hidePopup(), increaseCurrentIndex(), and setHighlightedIndex().
| bool QQuickSearchFieldPrivate::live = true |
Definition at line 254 of file qquicksearchfield.cpp.
Referenced by updateText().
| bool QQuickSearchFieldPrivate::ownModel = false |
Definition at line 263 of file qquicksearchfield.cpp.
Referenced by createDelegateModel().
| QQuickDeferredPointer< QQuickPopup > QQuickSearchFieldPrivate::popup |
Definition at line 268 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::searchDown = false |
Definition at line 259 of file qquicksearchfield.cpp.
| bool QQuickSearchFieldPrivate::searchFlat = false |
Definition at line 257 of file qquicksearchfield.cpp.
| QQuickIndicatorButton * QQuickSearchFieldPrivate::searchIndicator = nullptr |
Definition at line 266 of file qquicksearchfield.cpp.
Referenced by handlePress(), handleRelease(), itemDestroyed(), itemImplicitHeightChanged(), and itemImplicitWidthChanged().
| bool QQuickSearchFieldPrivate::searchPressed = false |
Definition at line 255 of file qquicksearchfield.cpp.
| QVariant QQuickSearchFieldPrivate::suggestionModel |
Definition at line 248 of file qquicksearchfield.cpp.
| QString QQuickSearchFieldPrivate::text |
Definition at line 252 of file qquicksearchfield.cpp.
| QString QQuickSearchFieldPrivate::textRole |
Definition at line 253 of file qquicksearchfield.cpp.