Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickComboBoxPrivate Class Reference
Inheritance diagram for QQuickComboBoxPrivate:
Collaboration diagram for QQuickComboBoxPrivate:

Classes

struct  ExtraData

Public Types

enum class  CurrentElementCriteria {
  None , CurrentIndex , CurrentValue , None ,
  CurrentIndex , CurrentValue
}
enum class  CurrentElementCriteria {
  None , CurrentIndex , CurrentValue , None ,
  CurrentIndex , CurrentValue
}
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

Public Member Functions

bool isPopupVisible () const
void showPopup ()
void hidePopup (bool accept)
void togglePopup (bool accept)
void popupVisibleChanged ()
void popupDestroyed ()
void itemClicked ()
void itemHovered ()
void createdItem (int index, QObject *object)
void modelUpdated ()
void countChanged ()
QString effectiveTextRole () const
void updateEditText ()
void updateCurrentIndex ()
void updateCurrentText ()
void updateCurrentValue ()
void updateCurrentElements ()
void updateAcceptableInput ()
void onDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles)
bool isValidIndex (int index) const
void acceptInput ()
QString tryComplete (const QString &inputText)
void setCurrentItemAtIndex (int, Activation activate)
void incrementCurrentIndex ()
void decrementCurrentIndex ()
void setCurrentIndex (int index)
void updateHighlightedIndex ()
void setHighlightedIndex (int index, Highlighting highlight)
void keySearch (const QString &text)
int match (int start, const QString &text, Qt::MatchFlags flags) const
void createDelegateModel ()
bool handlePress (const QPointF &point, ulong timestamp) override
bool handleMove (const QPointF &point, ulong timestamp) override
bool handleRelease (const QPointF &point, ulong timestamp) override
void handleUngrab () override
void cancelIndicator ()
void executeIndicator (bool complete=false)
void cancelPopup ()
void executePopup (bool complete=false)
void itemImplicitWidthChanged (QQuickItem *item) override
void itemImplicitHeightChanged (QQuickItem *item) override
void itemDestroyed (QQuickItem *item) override
void setInputMethodHints (Qt::InputMethodHints hints, bool force=false)
virtual qreal getContentWidth () const override
qreal calculateWidestTextWidth () const
void maybeUpdateImplicitContentWidth ()
QPalette defaultPalette () const override
bool isPopupVisible () const
void showPopup ()
void hidePopup (bool accept)
void togglePopup (bool accept)
void popupVisibleChanged ()
void popupDestroyed ()
void itemClicked ()
void itemHovered ()
void createdItem (int index, QObject *object)
void modelUpdated ()
void countChanged ()
QString effectiveTextRole () const
void updateEditText ()
void updateCurrentIndex ()
void updateCurrentText ()
void updateCurrentValue ()
void updateCurrentElements ()
void updateAcceptableInput ()
void onDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles)
bool isValidIndex (int index) const
void acceptInput ()
QString tryComplete (const QString &inputText)
void setCurrentItemAtIndex (int, Activation activate)
void incrementCurrentIndex ()
void decrementCurrentIndex ()
void setCurrentIndex (int index)
void updateHighlightedIndex ()
void setHighlightedIndex (int index, Highlighting highlight)
void keySearch (const QString &text)
int match (int start, const QString &text, Qt::MatchFlags flags) const
void createDelegateModel ()
bool handlePress (const QPointF &point, ulong timestamp) override
bool handleMove (const QPointF &point, ulong timestamp) override
bool handleRelease (const QPointF &point, ulong timestamp) override
void handleUngrab () override
void cancelIndicator ()
void executeIndicator (bool complete=false)
void cancelPopup ()
void executePopup (bool complete=false)
void itemImplicitWidthChanged (QQuickItem *item) override
void itemImplicitHeightChanged (QQuickItem *item) override
void itemDestroyed (QQuickItem *item) override
void setInputMethodHints (Qt::InputMethodHints hints, bool force=false)
virtual qreal getContentWidth () const override
qreal calculateWidestTextWidth () const
void maybeUpdateImplicitContentWidth ()
QPalette defaultPalette () const override
Public Member Functions inherited from QQuickControlPrivate
 QQuickControlPrivate ()
 ~QQuickControlPrivate ()
void init ()
void mirrorChange () override
QMarginsF getPadding () const
qreal getTopPadding () const
qreal getLeftPadding () const
qreal getRightPadding () const
qreal getBottomPadding () const
qreal getHorizontalPadding () const
qreal getVerticalPadding () const
void setTopPadding (qreal value, bool reset=false)
void setLeftPadding (qreal value, bool reset=false)
void setRightPadding (qreal value, bool reset=false)
void setBottomPadding (qreal value, bool reset=false)
void setHorizontalPadding (qreal value, bool reset=false)
void setVerticalPadding (qreal value, bool reset=false)
QMarginsF getInset () const
qreal getTopInset () const
qreal getLeftInset () const
qreal getRightInset () const
qreal getBottomInset () const
void setTopInset (qreal value, bool reset=false)
void setLeftInset (qreal value, bool reset=false)
void setRightInset (qreal value, bool reset=false)
void setBottomInset (qreal value, bool reset=false)
virtual void resizeBackground ()
virtual void resizeContent ()
virtual QQuickItemgetContentItem ()
void setContentItem_helper (QQuickItem *item, bool notify=true)
virtual void resolveFont ()
void inheritFont (const QFont &font)
void updateFont (const QFont &font)
void setFont_helper (const QFont &font)
void updateLocale (const QLocale &l, bool e)
virtual void cancelContentItem ()
virtual void executeContentItem (bool complete=false)
virtual void cancelBackground ()
virtual void executeBackground (bool complete=false)
void updateBaselineOffset ()
void addImplicitSizeListener (QQuickItem *item, ChangeTypes changes=ImplicitSizeChanges)
void removeImplicitSizeListener (QQuickItem *item, ChangeTypes changes=ImplicitSizeChanges)
void itemImplicitWidthChanged (QQuickItem *item) override
void itemImplicitHeightChanged (QQuickItem *item) override
void itemGeometryChanged (QQuickItem *item, QQuickGeometryChange change, const QRectF &diff) override
void itemDestroyed (QQuickItem *item) override
void itemFocusChanged (QQuickItem *item, Qt::FocusReason reason) override
bool setLastFocusChangeReason (Qt::FocusReason) override
virtual qreal getContentHeight () const
void updateImplicitContentWidth ()
void updateImplicitContentHeight ()
void updateImplicitContentSize ()
QPalette defaultPalette () const override
Public Member Functions inherited from QQuickItemPrivate
 QQuickItemPrivate ()
 ~QQuickItemPrivate () override
void init (QQuickItem *parent)
QQmlListProperty< QObjectdata ()
QQmlListProperty< QObjectresources ()
QQmlListProperty< QQuickItemchildren ()
QQmlListProperty< QQuickItemvisibleChildren ()
QQmlListProperty< QQuickStatestates ()
QQmlListProperty< QQuickTransitiontransitions ()
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)
QObjectsetContextMenu (QObject *menu)
void _q_resourceObjectDeleted (QObject *)
quint64 _q_createJSWrapper (QQmlV4ExecutionEnginePtr engine)
template<typename Fn, typename ... Args>
void notifyChangeListeners (QQuickItemPrivate::ChangeTypes changeTypes, Fn &&function, Args &&...args)
virtual void registerAsContainmentMask (QQuickItem *, bool)
QQuickAnchorsanchors () 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)
QSGContextsceneGraphContext () const
QSGRenderContextsceneGraphRenderContext () const
QList< QQuickItem * > paintOrderChildItems () const
void addChild (QQuickItem *)
void removeChild (QQuickItem *)
void siblingOrderChanged ()
void markSortedChildrenDirty (QQuickItem *child)
void refWindow (QQuickWindow *)
void derefWindow ()
qreal effectiveDevicePixelRatio () const
void updateSubFocusItem (QQuickItem *scope, bool focus)
 Clears all sub focus items from scope.
bool setFocusIfNeeded (QEvent::Type)
Qt::FocusReason lastFocusChangeReason () const
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.
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 &centroid, const QPointF &startPos, const QVector2D &activeTranslatation, qreal startScale, qreal activeScale, qreal startRotation, qreal activeRotation)
QQuickDeliveryAgentdeliveryAgent ()
QQuickDeliveryAgentPrivatedeliveryAgentPrivate ()
QQuickDeliveryAgentensureSubsceneDeliveryAgent ()
void deliverKeyEvent (QKeyEvent *)
bool filterKeyEvent (QKeyEvent *, bool post)
void deliverShortcutOverrideEvent (QKeyEvent *)
void deliverPointerEvent (QEvent *)
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)
QSGTransformNodeitemNode ()
QSGNodechildContainerNode ()
QSGOpacityNodeopacityNode () const
QQuickDefaultClipNodeclipNode () const
QSGRootNoderootNode () const
virtual QSGTransformNodecreateTransformNode ()
void refFromEffectItem (bool hide)
void recursiveRefFromEffectItem (int refs)
void derefFromEffectItem (bool unhide)
void itemChange (QQuickItem::ItemChange, const QQuickItem::ItemChangeData &)
void enableSubtreeChangeNotificationsForParentHierachy ()
void setHasCursorInChild (bool hasCursor)
void setHasHoverInChild (bool hasHover)
virtual void updatePolish ()
virtual void dumpItemTree (int indent) const
QLayoutPolicy sizePolicy () const
void setSizePolicy (const QLayoutPolicy::Policy &horizontalPolicy, const QLayoutPolicy::Policy &verticalPolicy)
Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
void setObjectNameWithoutBindings (const QString &name)
 QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion)
virtual ~QObjectPrivate ()
void deleteChildren ()
void clearBindingStorage ()
void setParent_helper (QObject *)
void moveToThread_helper ()
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
QObjectList receiverList (const char *signal) 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
virtual void writeToDebugStream (QDebug &) const
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
Public Member Functions inherited from QObjectData
 QObjectData ()=default
virtual ~QObjectData ()=0
const QMetaObjectdynamicMetaObject () const
Public Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickItem, QQuickItemPrivate >
virtual ~QQuickPaletteProviderPrivateBase ()=default
virtual QQuickPalettepalette () 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)
Public Member Functions inherited from QQuickAbstractPaletteProvider
virtual ~QQuickAbstractPaletteProvider ()=default
Public Member Functions inherited from QSafeQuickItemChangeListener< QQuickControlPrivate >
 ~QSafeQuickItemChangeListener () override
bool baseDeleted (const QObject *caller) const override
QString debugName () const override
Public Member Functions inherited from QQuickItemChangeListener
virtual ~QQuickItemChangeListener ()
virtual void itemSiblingOrderChanged (QQuickItem *)
virtual void itemVisibilityChanged (QQuickItem *)
virtual void itemEnabledChanged (QQuickItem *)
virtual void itemOpacityChanged (QQuickItem *)
virtual void itemChildAdded (QQuickItem *, QQuickItem *)
virtual void itemChildRemoved (QQuickItem *, QQuickItem *)
virtual void itemParentChanged (QQuickItem *, QQuickItem *)
virtual void itemRotationChanged (QQuickItem *)
virtual void itemScaleChanged (QQuickItem *)
virtual void itemTransformChanged (QQuickItem *, QQuickItem *)
virtual QQuickAnchorsPrivateanchorPrivate ()
virtual void addSourceItem (QQuickItem *)
virtual void removeSourceItem (QQuickItem *)

Static Public Member Functions

static void hideOldPopup (QQuickPopup *popup)
static void hideOldPopup (QQuickPopup *popup)
Static Public Member Functions inherited from QQuickControlPrivate
static QQuickControlPrivateget (QQuickControl *control)
static void updateFontRecur (QQuickItem *item, const QFont &font)
static QFont parentFont (const QQuickItem *item)
static void updateLocaleRecur (QQuickItem *item, const QLocale &l)
static QLocale calcLocale (const QQuickItem *item)
static void warnIfCustomizationNotSupported (QObject *control, QQuickItem *item, const QString &propertyName)
static void hideOldItem (QQuickItem *item)
static void unhideOldItem (QQuickControl *control, QQuickItem *item, UnhideVisibility visibility=UnhideVisibility::Show)
static void addImplicitSizeListener (QQuickItem *item, QQuickItemChangeListener *listener, ChangeTypes changes=ImplicitSizeChanges)
static void removeImplicitSizeListener (QQuickItem *item, QQuickItemChangeListener *listener, ChangeTypes changes=ImplicitSizeChanges)
Static Public Member Functions inherited from QQuickItemPrivate
static QQuickItemPrivateget (QQuickItem *item)
static const QQuickItemPrivateget (const QQuickItem *item)
static void data_append (QQmlListProperty< QObject > *, QObject *)
static qsizetype data_count (QQmlListProperty< QObject > *)
 \qmlproperty list<QtObject> QtQuick::Item::data \qmldefault
static QObjectdata_at (QQmlListProperty< QObject > *, qsizetype)
static void data_clear (QQmlListProperty< QObject > *)
static void data_removeLast (QQmlListProperty< QObject > *)
static QObjectresources_at (QQmlListProperty< QObject > *, qsizetype)
static void resources_append (QQmlListProperty< QObject > *, QObject *)
static qsizetype resources_count (QQmlListProperty< QObject > *)
static void resources_clear (QQmlListProperty< QObject > *)
static void resources_removeLast (QQmlListProperty< QObject > *)
static void children_append (QQmlListProperty< QQuickItem > *, QQuickItem *)
static qsizetype children_count (QQmlListProperty< QQuickItem > *)
static QQuickItemchildren_at (QQmlListProperty< QQuickItem > *, qsizetype)
static void children_clear (QQmlListProperty< QQuickItem > *)
static void children_removeLast (QQmlListProperty< QQuickItem > *)
static qsizetype visibleChildren_count (QQmlListProperty< QQuickItem > *prop)
static QQuickItemvisibleChildren_at (QQmlListProperty< QQuickItem > *prop, qsizetype index)
static qsizetype transform_count (QQmlListProperty< QQuickTransform > *list)
static void transform_append (QQmlListProperty< QQuickTransform > *list, QQuickTransform *)
static QQuickTransformtransform_at (QQmlListProperty< QQuickTransform > *list, qsizetype)
static void transform_clear (QQmlListProperty< QQuickTransform > *list)
static bool focusNextPrev (QQuickItem *item, bool forward)
 QQuickItemPrivate::focusNextPrev focuses the next/prev item in the tab-focus-chain.
static QQuickItemnextTabChildItem (const QQuickItem *item, int start)
static QQuickItemprevTabChildItem (const QQuickItem *item, int start)
static QQuickItemnextPrevItemInTabFocusChain (QQuickItem *item, bool forward, bool wrap=true)
static bool canAcceptTabFocus (QQuickItem *item)
Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
static QObjectPrivateget (QObject *o)
static const QObjectPrivateget (const QObject *o)
template<typename Func1, typename Func2>
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
template<typename Func1, typename Func2>
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static bool disconnect (const QObject *sender, int signal_index, void **slot)
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)

Public Attributes

bool flat = false
bool down = false
bool hasDown = false
bool pressed = false
bool ownModel = false
bool keyNavigating = false
bool hasDisplayText = false
bool hasCalculatedWidestText = false
CurrentElementCriteria currentElementCriteria = CurrentElementCriteria::None
int highlightedIndex = -1
int currentIndex = -1
QQuickComboBox::ImplicitContentWidthPolicy implicitContentWidthPolicy = QQuickComboBox::ContentItemImplicitWidth
QVariant model
std::optional< QPointer< QObject > > qobjectModelGuard
QString textRole
QString currentText
QString displayText
QString valueRole
QVariant currentValue
QQuickItempressedItem = nullptr
QQmlInstanceModeldelegateModel = nullptr
QQmlComponentdelegate = nullptr
QQuickDeferredPointer< QQuickItemindicator
QQuickDeferredPointer< QQuickPopuppopup
bool m_acceptableInput = true
bool acceptedEscKeyPress = false
bool receivedEscKeyPress = false
QLazilyAllocated< ExtraDataextra
Public Attributes inherited from QQuickControlPrivate
QLazilyAllocated< ExtraDataextra
bool hasHorizontalPadding = false
bool hasVerticalPadding = false
bool hasLocale = false
bool wheelEnabled = false
bool resizingBackground = false
int touchId = -1
qreal padding = 0
qreal horizontalPadding = 0
qreal verticalPadding = 0
qreal implicitContentWidth = 0
qreal implicitContentHeight = 0
qreal spacing = 0
QLocale locale
QFont resolvedFont
QQuickDeferredPointer< QQuickItembackground
QQuickDeferredPointer< QQuickItemcontentItem
Public Attributes inherited from QQuickItemPrivate
QLazilyAllocated< ExtraData, ExtraDataTags > extra
QQuickAnchors_anchors
QVector< QQuickItemPrivate::ChangeListenerchangeListeners
QQuickStateGroup_stateGroup
quint32 flags:7
quint32 widthValidFlag:1
quint32 heightValidFlag:1
quint32 componentComplete:1
quint32 keepMouse:1
quint32 keepTouch:1
quint32 hoverEnabled:1
quint32 smooth:1
quint32 antialiasing:1
quint32 focus:1
quint32 activeFocus:1
quint32 notifiedFocus:1
quint32 notifiedActiveFocus:1
quint32 filtersChildMouseEvents:1
quint32 explicitVisible:1
quint32 effectiveVisible:1
quint32 explicitEnable:1
quint32 effectiveEnable:1
quint32 polishScheduled:1
quint32 inheritedLayoutMirror:1
quint32 effectiveLayoutMirror:1
quint32 isMirrorImplicit:1
quint32 inheritMirrorFromParent:1
quint32 inheritMirrorFromItem:1
quint32 isAccessible:1
quint32 culled:1
quint32 hasCursor:1
quint32 subtreeCursorEnabled:1
quint32 subtreeHoverEnabled:1
quint32 activeFocusOnTab:1
quint32 implicitAntialiasing:1
quint32 antialiasingValid:1
quint32 isTabFence:1
quint32 replayingPressEvent:1
quint32 touchEnabled:1
quint32 hasCursorHandler:1
quint32 maybeHasSubsceneDeliveryAgent:1
quint32 subtreeTransformChangedEnabled:1
quint32 inDestructor:1
quint32 focusReason:4
quint32 focusPolicy:4
quint32 dirtyAttributes
QQuickItemnextDirtyItem
QQuickItem ** prevDirtyItem
QQuickWindowwindow
int windowRefCount
QQuickItemparentItem
QList< QQuickItem * > childItems
QList< QQuickItem * > * sortedChildItems
QPointer< QQuickItemsubFocusItem
qreal implicitWidth
qreal implicitHeight
qreal baselineOffset
QList< QQuickTransform * > transforms
QSGTransformNodeitemNodeInstance
QSGNodepaintNode
QLayoutPolicy szPolicy
Public Attributes inherited from QObjectPrivate
ExtraDataextraData
QAtomicPointer< QThreadDatathreadData
QAtomicPointer< ConnectionDataconnections
union { 
   QObject *   currentChildBeingDeleted 
   QAbstractDeclarativeData *   declarativeData 
}; 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
Public Attributes inherited from QObjectData
QObjectq_ptr
QObjectparent
QObjectList children
uint isWidget: 1
uint blockSig: 1
uint wasDeleted: 1
uint isDeletingChildren: 1
uint sendChildEvents: 1
uint receiveChildEvents: 1
uint isWindow: 1
uint deleteLaterCalled: 1
uint isQuickItem: 1
uint willBeWidget: 1
uint wasWidget: 1
uint receiveParentEvents: 1
uint unused: 20
QAtomicInt postedEvents
QDynamicMetaObjectDatametaObject
QBindingStorage bindingStorage

Additional Inherited Members

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.
Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickItem, QQuickItemPrivate >
void setCurrentColorGroup ()

Detailed Description

Definition at line 206 of file qquickcombobox.cpp.

Member Enumeration Documentation

◆ CurrentElementCriteria [1/2]

Enumerator
None 
CurrentIndex 
CurrentValue 
None 
CurrentIndex 
CurrentValue 

Definition at line 243 of file qquickcombobox.cpp.

◆ CurrentElementCriteria [2/2]

Enumerator
None 
CurrentIndex 
CurrentValue 
None 
CurrentIndex 
CurrentValue 

Definition at line 243 of file qquickcombobox.cpp.

Member Function Documentation

◆ acceptInput() [1/2]

void QQuickComboBoxPrivate::acceptInput ( )

Definition at line 614 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::NoActivate, and setCurrentItemAtIndex().

Here is the call graph for this function:

◆ acceptInput() [2/2]

void QQuickComboBoxPrivate::acceptInput ( )

◆ calculateWidestTextWidth() [1/2]

qreal QQuickComboBoxPrivate::calculateWidestTextWidth ( ) const

Definition at line 975 of file qquickcombobox.cpp.

◆ calculateWidestTextWidth() [2/2]

qreal QQuickComboBoxPrivate::calculateWidestTextWidth ( ) const

◆ cancelIndicator() [1/2]

void QQuickComboBoxPrivate::cancelIndicator ( )

Definition at line 883 of file qquickcombobox.cpp.

◆ cancelIndicator() [2/2]

void QQuickComboBoxPrivate::cancelIndicator ( )

◆ cancelPopup() [1/2]

void QQuickComboBoxPrivate::cancelPopup ( )

Definition at line 903 of file qquickcombobox.cpp.

◆ cancelPopup() [2/2]

void QQuickComboBoxPrivate::cancelPopup ( )

◆ countChanged() [1/2]

void QQuickComboBoxPrivate::countChanged ( )

Definition at line 488 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::NoActivate, setCurrentItemAtIndex(), and updateCurrentElements().

Here is the call graph for this function:

◆ countChanged() [2/2]

void QQuickComboBoxPrivate::countChanged ( )

◆ createDelegateModel() [1/2]

void QQuickComboBoxPrivate::createDelegateModel ( )

Definition at line 812 of file qquickcombobox.cpp.

References delegate, delegateModel, and ownModel.

◆ createDelegateModel() [2/2]

void QQuickComboBoxPrivate::createDelegateModel ( )

◆ createdItem() [1/2]

void QQuickComboBoxPrivate::createdItem ( int index,
QObject * object )

Definition at line 455 of file qquickcombobox.cpp.

References updateCurrentElements().

Here is the call graph for this function:

◆ createdItem() [2/2]

void QQuickComboBoxPrivate::createdItem ( int index,
QObject * object )

◆ decrementCurrentIndex() [1/2]

void QQuickComboBoxPrivate::decrementCurrentIndex ( )

Definition at line 708 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::Activate, currentIndex, QT_BEGIN_NAMESPACE::Highlight, highlightedIndex, isPopupVisible(), setCurrentItemAtIndex(), and setHighlightedIndex().

Here is the call graph for this function:

◆ decrementCurrentIndex() [2/2]

void QQuickComboBoxPrivate::decrementCurrentIndex ( )

◆ defaultPalette() [1/2]

QPalette QQuickComboBoxPrivate::defaultPalette ( ) const
inlineoverridevirtual

Implements QQuickAbstractPaletteProvider.

Definition at line 313 of file qquickcombobox.cpp.

◆ defaultPalette() [2/2]

QPalette QQuickComboBoxPrivate::defaultPalette ( ) const
inlineoverridevirtual

Implements QQuickAbstractPaletteProvider.

Definition at line 313 of file qquickcombobox.cpp.

◆ effectiveTextRole() [1/2]

QString QQuickComboBoxPrivate::effectiveTextRole ( ) const

Definition at line 500 of file qquickcombobox.cpp.

◆ effectiveTextRole() [2/2]

QString QQuickComboBoxPrivate::effectiveTextRole ( ) const

◆ executeIndicator() [1/2]

void QQuickComboBoxPrivate::executeIndicator ( bool complete = false)

Definition at line 889 of file qquickcombobox.cpp.

◆ executeIndicator() [2/2]

void QQuickComboBoxPrivate::executeIndicator ( bool complete = false)

◆ executePopup() [1/2]

void QQuickComboBoxPrivate::executePopup ( bool complete = false)

Definition at line 909 of file qquickcombobox.cpp.

Referenced by showPopup().

Here is the caller graph for this function:

◆ executePopup() [2/2]

void QQuickComboBoxPrivate::executePopup ( bool complete = false)

◆ getContentWidth() [1/2]

qreal QQuickComboBoxPrivate::getContentWidth ( ) const
overridevirtual

Reimplemented from QQuickControlPrivate.

Definition at line 957 of file qquickcombobox.cpp.

◆ getContentWidth() [2/2]

virtual qreal QQuickComboBoxPrivate::getContentWidth ( ) const
overridevirtual

Reimplemented from QQuickControlPrivate.

◆ handleMove() [1/2]

bool QQuickComboBoxPrivate::handleMove ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

Definition at line 857 of file qquickcombobox.cpp.

◆ handleMove() [2/2]

bool QQuickComboBoxPrivate::handleMove ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

◆ handlePress() [1/2]

bool QQuickComboBoxPrivate::handlePress ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

Definition at line 849 of file qquickcombobox.cpp.

◆ handlePress() [2/2]

bool QQuickComboBoxPrivate::handlePress ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

◆ handleRelease() [1/2]

bool QQuickComboBoxPrivate::handleRelease ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

Definition at line 865 of file qquickcombobox.cpp.

References pressed, and togglePopup().

Here is the call graph for this function:

◆ handleRelease() [2/2]

bool QQuickComboBoxPrivate::handleRelease ( const QPointF & point,
ulong timestamp )
overridevirtual

Reimplemented from QQuickControlPrivate.

◆ handleUngrab() [1/2]

void QQuickComboBoxPrivate::handleUngrab ( )
overridevirtual

Reimplemented from QQuickControlPrivate.

Definition at line 876 of file qquickcombobox.cpp.

◆ handleUngrab() [2/2]

void QQuickComboBoxPrivate::handleUngrab ( )
overridevirtual

Reimplemented from QQuickControlPrivate.

◆ hideOldPopup() [1/2]

void QQuickComboBoxPrivate::hideOldPopup ( QQuickPopup * popup)
static

Definition at line 1025 of file qquickcombobox.cpp.

◆ hideOldPopup() [2/2]

void QQuickComboBoxPrivate::hideOldPopup ( QQuickPopup * popup)
static

◆ hidePopup() [1/2]

void QQuickComboBoxPrivate::hidePopup ( bool accept)

Definition at line 371 of file qquickcombobox.cpp.

References highlightedIndex, QT_BEGIN_NAMESPACE::NoActivate, and setCurrentItemAtIndex().

Referenced by itemClicked(), and togglePopup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hidePopup() [2/2]

void QQuickComboBoxPrivate::hidePopup ( bool accept)

◆ incrementCurrentIndex() [1/2]

void QQuickComboBoxPrivate::incrementCurrentIndex ( )

Definition at line 692 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::Activate, currentIndex, QT_BEGIN_NAMESPACE::Highlight, highlightedIndex, isPopupVisible(), setCurrentItemAtIndex(), and setHighlightedIndex().

Here is the call graph for this function:

◆ incrementCurrentIndex() [2/2]

void QQuickComboBoxPrivate::incrementCurrentIndex ( )

◆ isPopupVisible() [1/2]

bool QQuickComboBoxPrivate::isPopupVisible ( ) const

Definition at line 357 of file qquickcombobox.cpp.

Referenced by decrementCurrentIndex(), incrementCurrentIndex(), and keySearch().

Here is the caller graph for this function:

◆ isPopupVisible() [2/2]

bool QQuickComboBoxPrivate::isPopupVisible ( ) const

◆ isValidIndex() [1/2]

bool QQuickComboBoxPrivate::isValidIndex ( int index) const

Definition at line 609 of file qquickcombobox.cpp.

References delegateModel.

◆ isValidIndex() [2/2]

bool QQuickComboBoxPrivate::isValidIndex ( int index) const

◆ itemClicked() [1/2]

void QQuickComboBoxPrivate::itemClicked ( )

Definition at line 424 of file qquickcombobox.cpp.

References hidePopup(), QT_BEGIN_NAMESPACE::Highlight, and setHighlightedIndex().

Here is the call graph for this function:

◆ itemClicked() [2/2]

void QQuickComboBoxPrivate::itemClicked ( )

◆ itemDestroyed() [1/2]

void QQuickComboBoxPrivate::itemDestroyed ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 947 of file qquickcombobox.cpp.

◆ itemDestroyed() [2/2]

void QQuickComboBoxPrivate::itemDestroyed ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

◆ itemHovered() [1/2]

void QQuickComboBoxPrivate::itemHovered ( )

Definition at line 434 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::Highlight, keyNavigating, and setHighlightedIndex().

Here is the call graph for this function:

◆ itemHovered() [2/2]

void QQuickComboBoxPrivate::itemHovered ( )

◆ itemImplicitHeightChanged() [1/2]

void QQuickComboBoxPrivate::itemImplicitHeightChanged ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 939 of file qquickcombobox.cpp.

◆ itemImplicitHeightChanged() [2/2]

void QQuickComboBoxPrivate::itemImplicitHeightChanged ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

◆ itemImplicitWidthChanged() [1/2]

void QQuickComboBoxPrivate::itemImplicitWidthChanged ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

Definition at line 921 of file qquickcombobox.cpp.

◆ itemImplicitWidthChanged() [2/2]

void QQuickComboBoxPrivate::itemImplicitWidthChanged ( QQuickItem * item)
overridevirtual

Reimplemented from QQuickItemChangeListener.

◆ keySearch() [1/2]

void QQuickComboBoxPrivate::keySearch ( const QString & text)

Definition at line 741 of file qquickcombobox.cpp.

References QT_BEGIN_NAMESPACE::Activate, currentIndex, QT_BEGIN_NAMESPACE::Highlight, highlightedIndex, isPopupVisible(), setCurrentItemAtIndex(), and setHighlightedIndex().

Here is the call graph for this function:

◆ keySearch() [2/2]

void QQuickComboBoxPrivate::keySearch ( const QString & text)

◆ match() [1/2]

int QQuickComboBoxPrivate::match ( int start,
const QString & text,
Qt::MatchFlags flags ) const

Definition at line 753 of file qquickcombobox.cpp.

◆ match() [2/2]

int QQuickComboBoxPrivate::match ( int start,
const QString & text,
Qt::MatchFlags flags ) const

◆ maybeUpdateImplicitContentWidth() [1/2]

void QQuickComboBoxPrivate::maybeUpdateImplicitContentWidth ( )

If the user requested it (and we haven't already done it, depending on the policy), update the implicit content width to the largest text in the model.

Definition at line 1012 of file qquickcombobox.cpp.

References hasCalculatedWidestText.

◆ maybeUpdateImplicitContentWidth() [2/2]

void QQuickComboBoxPrivate::maybeUpdateImplicitContentWidth ( )

◆ modelUpdated() [1/2]

void QQuickComboBoxPrivate::modelUpdated ( )

Definition at line 478 of file qquickcombobox.cpp.

References updateCurrentElements().

Here is the call graph for this function:

◆ modelUpdated() [2/2]

void QQuickComboBoxPrivate::modelUpdated ( )

◆ onDataChanged() [1/2]

void QQuickComboBoxPrivate::onDataChanged ( const QModelIndex & topLeft,
const QModelIndex & bottomRight,
const QList< int > & roles )

Definition at line 602 of file qquickcombobox.cpp.

References currentIndex, and updateCurrentElements().

Here is the call graph for this function:

◆ onDataChanged() [2/2]

void QQuickComboBoxPrivate::onDataChanged ( const QModelIndex & topLeft,
const QModelIndex & bottomRight,
const QList< int > & roles )

◆ popupDestroyed() [1/2]

void QQuickComboBoxPrivate::popupDestroyed ( )

Definition at line 417 of file qquickcombobox.cpp.

◆ popupDestroyed() [2/2]

void QQuickComboBoxPrivate::popupDestroyed ( )

◆ popupVisibleChanged() [1/2]

void QQuickComboBoxPrivate::popupVisibleChanged ( )

Definition at line 392 of file qquickcombobox.cpp.

References hasDown, and updateHighlightedIndex().

Here is the call graph for this function:

◆ popupVisibleChanged() [2/2]

void QQuickComboBoxPrivate::popupVisibleChanged ( )

◆ setCurrentIndex() [1/2]

void QQuickComboBoxPrivate::setCurrentIndex ( int index)

Definition at line 663 of file qquickcombobox.cpp.

References currentIndex, and updateCurrentElements().

Here is the call graph for this function:

◆ setCurrentIndex() [2/2]

void QQuickComboBoxPrivate::setCurrentIndex ( int index)

◆ setCurrentItemAtIndex() [1/2]

void QQuickComboBoxPrivate::setCurrentItemAtIndex ( int index,
Activation activate )

Definition at line 676 of file qquickcombobox.cpp.

References currentIndex, updateCurrentText(), and updateCurrentValue().

Referenced by acceptInput(), countChanged(), decrementCurrentIndex(), hidePopup(), incrementCurrentIndex(), and keySearch().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setCurrentItemAtIndex() [2/2]

void QQuickComboBoxPrivate::setCurrentItemAtIndex ( int ,
Activation activate )

◆ setHighlightedIndex() [1/2]

void QQuickComboBoxPrivate::setHighlightedIndex ( int index,
Highlighting highlight )

Definition at line 728 of file qquickcombobox.cpp.

References highlightedIndex.

Referenced by decrementCurrentIndex(), incrementCurrentIndex(), itemClicked(), itemHovered(), and keySearch().

Here is the caller graph for this function:

◆ setHighlightedIndex() [2/2]

void QQuickComboBoxPrivate::setHighlightedIndex ( int index,
Highlighting highlight )

◆ setInputMethodHints() [1/2]

void QQuickComboBoxPrivate::setInputMethodHints ( Qt::InputMethodHints hints,
bool force = false )

Definition at line 929 of file qquickcombobox.cpp.

◆ setInputMethodHints() [2/2]

void QQuickComboBoxPrivate::setInputMethodHints ( Qt::InputMethodHints hints,
bool force = false )

◆ showPopup() [1/2]

void QQuickComboBoxPrivate::showPopup ( )

Definition at line 362 of file qquickcombobox.cpp.

References executePopup().

Referenced by togglePopup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showPopup() [2/2]

void QQuickComboBoxPrivate::showPopup ( )

◆ togglePopup() [1/2]

void QQuickComboBoxPrivate::togglePopup ( bool accept)

Definition at line 384 of file qquickcombobox.cpp.

References hidePopup(), and showPopup().

Referenced by handleRelease().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ togglePopup() [2/2]

void QQuickComboBoxPrivate::togglePopup ( bool accept)

◆ tryComplete() [1/2]

QString QQuickComboBoxPrivate::tryComplete ( const QString & inputText)

Definition at line 641 of file qquickcombobox.cpp.

◆ tryComplete() [2/2]

QString QQuickComboBoxPrivate::tryComplete ( const QString & inputText)

◆ updateAcceptableInput() [1/2]

void QQuickComboBoxPrivate::updateAcceptableInput ( )

Definition at line 582 of file qquickcombobox.cpp.

References m_acceptableInput.

◆ updateAcceptableInput() [2/2]

void QQuickComboBoxPrivate::updateAcceptableInput ( )

◆ updateCurrentElements() [1/2]

void QQuickComboBoxPrivate::updateCurrentElements ( )

Definition at line 566 of file qquickcombobox.cpp.

References updateCurrentIndex(), updateCurrentText(), and updateCurrentValue().

Referenced by countChanged(), createdItem(), modelUpdated(), onDataChanged(), and setCurrentIndex().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateCurrentElements() [2/2]

void QQuickComboBoxPrivate::updateCurrentElements ( )

◆ updateCurrentIndex() [1/2]

void QQuickComboBoxPrivate::updateCurrentIndex ( )

Definition at line 526 of file qquickcombobox.cpp.

References currentIndex.

Referenced by updateCurrentElements().

Here is the caller graph for this function:

◆ updateCurrentIndex() [2/2]

void QQuickComboBoxPrivate::updateCurrentIndex ( )

◆ updateCurrentText() [1/2]

void QQuickComboBoxPrivate::updateCurrentText ( )

Definition at line 537 of file qquickcombobox.cpp.

Referenced by setCurrentItemAtIndex(), and updateCurrentElements().

Here is the caller graph for this function:

◆ updateCurrentText() [2/2]

void QQuickComboBoxPrivate::updateCurrentText ( )

◆ updateCurrentValue() [1/2]

void QQuickComboBoxPrivate::updateCurrentValue ( )

Definition at line 555 of file qquickcombobox.cpp.

Referenced by setCurrentItemAtIndex(), and updateCurrentElements().

Here is the caller graph for this function:

◆ updateCurrentValue() [2/2]

void QQuickComboBoxPrivate::updateCurrentValue ( )

◆ updateEditText() [1/2]

void QQuickComboBoxPrivate::updateEditText ( )

Definition at line 505 of file qquickcombobox.cpp.

◆ updateEditText() [2/2]

void QQuickComboBoxPrivate::updateEditText ( )

◆ updateHighlightedIndex() [1/2]

void QQuickComboBoxPrivate::updateHighlightedIndex ( )

Definition at line 723 of file qquickcombobox.cpp.

Referenced by popupVisibleChanged().

Here is the caller graph for this function:

◆ updateHighlightedIndex() [2/2]

void QQuickComboBoxPrivate::updateHighlightedIndex ( )

Member Data Documentation

◆ acceptedEscKeyPress

bool QQuickComboBoxPrivate::acceptedEscKeyPress = false

Definition at line 340 of file qquickcombobox.cpp.

◆ currentElementCriteria

CurrentElementCriteria QQuickComboBoxPrivate::currentElementCriteria = CurrentElementCriteria::None

Definition at line 323 of file qquickcombobox.cpp.

◆ currentIndex

int QQuickComboBoxPrivate::currentIndex = -1

◆ currentText

QString QQuickComboBoxPrivate::currentText

Definition at line 330 of file qquickcombobox.cpp.

◆ currentValue

QVariant QQuickComboBoxPrivate::currentValue

Definition at line 333 of file qquickcombobox.cpp.

◆ delegate

QQmlComponent * QQuickComboBoxPrivate::delegate = nullptr

Definition at line 336 of file qquickcombobox.cpp.

Referenced by createDelegateModel().

◆ delegateModel

QQmlInstanceModel * QQuickComboBoxPrivate::delegateModel = nullptr

Definition at line 335 of file qquickcombobox.cpp.

Referenced by createDelegateModel(), and isValidIndex().

◆ displayText

QString QQuickComboBoxPrivate::displayText

Definition at line 331 of file qquickcombobox.cpp.

◆ down

bool QQuickComboBoxPrivate::down = false

Definition at line 316 of file qquickcombobox.cpp.

◆ extra

QLazilyAllocated< ExtraData > QQuickComboBoxPrivate::extra

Definition at line 354 of file qquickcombobox.cpp.

◆ flat

bool QQuickComboBoxPrivate::flat = false

Definition at line 315 of file qquickcombobox.cpp.

◆ hasCalculatedWidestText

bool QQuickComboBoxPrivate::hasCalculatedWidestText = false

Definition at line 322 of file qquickcombobox.cpp.

Referenced by maybeUpdateImplicitContentWidth().

◆ hasDisplayText

bool QQuickComboBoxPrivate::hasDisplayText = false

Definition at line 321 of file qquickcombobox.cpp.

◆ hasDown

bool QQuickComboBoxPrivate::hasDown = false

Definition at line 317 of file qquickcombobox.cpp.

Referenced by popupVisibleChanged().

◆ highlightedIndex

int QQuickComboBoxPrivate::highlightedIndex = -1

◆ implicitContentWidthPolicy

QQuickComboBox::ImplicitContentWidthPolicy QQuickComboBoxPrivate::implicitContentWidthPolicy = QQuickComboBox::ContentItemImplicitWidth

Definition at line 326 of file qquickcombobox.cpp.

◆ indicator

QQuickDeferredPointer< QQuickItem > QQuickComboBoxPrivate::indicator

Definition at line 337 of file qquickcombobox.cpp.

◆ keyNavigating

bool QQuickComboBoxPrivate::keyNavigating = false

Definition at line 320 of file qquickcombobox.cpp.

Referenced by itemHovered().

◆ m_acceptableInput

bool QQuickComboBoxPrivate::m_acceptableInput = true

Definition at line 339 of file qquickcombobox.cpp.

Referenced by updateAcceptableInput().

◆ model

QVariant QQuickComboBoxPrivate::model

Definition at line 327 of file qquickcombobox.cpp.

◆ ownModel

bool QQuickComboBoxPrivate::ownModel = false

Definition at line 319 of file qquickcombobox.cpp.

Referenced by createDelegateModel().

◆ popup

QQuickDeferredPointer< QQuickPopup > QQuickComboBoxPrivate::popup

Definition at line 338 of file qquickcombobox.cpp.

◆ pressed

bool QQuickComboBoxPrivate::pressed = false

Definition at line 318 of file qquickcombobox.cpp.

Referenced by handleRelease().

◆ pressedItem

QQuickItem * QQuickComboBoxPrivate::pressedItem = nullptr

Definition at line 334 of file qquickcombobox.cpp.

◆ qobjectModelGuard

std::optional< QPointer< QObject > > QQuickComboBoxPrivate::qobjectModelGuard

Definition at line 328 of file qquickcombobox.cpp.

◆ receivedEscKeyPress

bool QQuickComboBoxPrivate::receivedEscKeyPress = false

Definition at line 341 of file qquickcombobox.cpp.

◆ textRole

QString QQuickComboBoxPrivate::textRole

Definition at line 329 of file qquickcombobox.cpp.

◆ valueRole

QString QQuickComboBoxPrivate::valueRole

Definition at line 332 of file qquickcombobox.cpp.


The documentation for this class was generated from the following file: