|
| | QQuickHorizontalHeaderViewPrivate () |
| |
| | ~QQuickHorizontalHeaderViewPrivate () |
| |
| | QQuickTableViewPrivate () |
| |
| | ~QQuickTableViewPrivate () override |
| |
| void | updatePolish () override |
| |
| void | fixup (AxisData &data, qreal minExtent, qreal maxExtent) override |
| |
| void | init () |
| |
| QQuickTableViewAttached * | getAttachedObject (const QObject *object) const |
| |
| int | modelIndexAtCell (const QPoint &cell) const |
| |
| QPoint | cellAtModelIndex (int modelIndex) const |
| |
| int | modelIndexToCellIndex (const QModelIndex &modelIndex) const |
| |
| bool | cellIsValid (const QPoint &cell) const |
| |
| qreal | sizeHintForColumn (int column) const |
| |
| qreal | sizeHintForRow (int row) const |
| |
| QSize | calculateTableSize () |
| |
| void | updateTableSize () |
| |
| bool | isColumnHidden (int column) const |
| |
| bool | isRowHidden (int row) const |
| |
| qreal | getColumnLayoutWidth (int column) |
| |
| qreal | getRowLayoutHeight (int row) |
| |
| qreal | getColumnWidth (int column) const |
| |
| qreal | getRowHeight (int row) const |
| |
| qreal | getEffectiveRowY (int row) const |
| |
| qreal | getEffectiveRowHeight (int row) const |
| |
| qreal | getEffectiveColumnX (int column) const |
| |
| qreal | getEffectiveColumnWidth (int column) const |
| |
| qreal | getAlignmentContentX (int column, Qt::Alignment alignment, const qreal offset, const QRectF &subRect) |
| |
| qreal | getAlignmentContentY (int row, Qt::Alignment alignment, const qreal offset, const QRectF &subRect) |
| |
| int | topRow () const |
| |
| int | bottomRow () const |
| |
| int | leftColumn () const |
| |
| int | rightColumn () const |
| |
| QQuickTableView * | rootSyncView () const |
| |
| bool | updateTableRecursive () |
| |
| bool | updateTable () |
| |
| void | relayoutTableItems () |
| |
| void | layoutVerticalEdge (Qt::Edge tableEdge) |
| |
| void | layoutHorizontalEdge (Qt::Edge tableEdge) |
| |
| void | layoutTopLeftItem () |
| |
| void | layoutTableEdgeFromLoadRequest () |
| |
| void | updateContentWidth () |
| |
| void | updateContentHeight () |
| |
| void | updateAverageColumnWidth () |
| |
| void | updateAverageRowHeight () |
| |
| RebuildOptions | checkForVisibilityChanges () |
| |
| void | forceLayout (bool immediate) |
| |
| void | updateExtents () |
| |
| void | syncLoadedTableRectFromLoadedTable () |
| |
| void | syncLoadedTableFromLoadRequest () |
| |
| void | shiftLoadedTableRect (const QPointF newPosition) |
| |
| int | nextVisibleEdgeIndex (Qt::Edge edge, int startIndex) const |
| |
| int | nextVisibleEdgeIndexAroundLoadedTable (Qt::Edge edge) const |
| |
| bool | atTableEnd (Qt::Edge edge) const |
| |
| bool | atTableEnd (Qt::Edge edge, int startIndex) const |
| |
| int | edgeToArrayIndex (Qt::Edge edge) const |
| |
| void | clearEdgeSizeCache () |
| |
| bool | canLoadTableEdge (Qt::Edge tableEdge, const QRectF fillRect) const |
| |
| bool | canUnloadTableEdge (Qt::Edge tableEdge, const QRectF fillRect) const |
| |
| Qt::Edge | nextEdgeToLoad (const QRectF rect) |
| |
| Qt::Edge | nextEdgeToUnload (const QRectF rect) |
| |
| qreal | cellWidth (const QPoint &cell) const |
| |
| qreal | cellHeight (const QPoint &cell) const |
| |
| FxTableItem * | loadedTableItem (const QPoint &cell) const |
| |
| FxTableItem * | createFxTableItem (const QPoint &cell, QQmlIncubator::IncubationMode incubationMode) |
| |
| FxTableItem * | loadFxTableItem (const QPoint &cell, QQmlIncubator::IncubationMode incubationMode) |
| |
| void | releaseItem (FxTableItem *fxTableItem, QQmlTableInstanceModel::ReusableFlag reusableFlag) |
| |
| void | releaseLoadedItems (QQmlTableInstanceModel::ReusableFlag reusableFlag) |
| |
| void | unloadItem (const QPoint &cell) |
| |
| void | loadEdge (Qt::Edge edge, QQmlIncubator::IncubationMode incubationMode) |
| |
| void | unloadEdge (Qt::Edge edge) |
| |
| void | loadAndUnloadVisibleEdges (QQmlIncubator::IncubationMode incubationMode=QQmlIncubator::AsynchronousIfNested) |
| |
| void | drainReusePoolAfterLoadRequest () |
| |
| void | processLoadRequest () |
| |
| void | processRebuildTable () |
| |
| bool | moveToNextRebuildState () |
| |
| void | calculateTopLeft (QPoint &topLeft, QPointF &topLeftPos) |
| |
| void | loadInitialTable () |
| |
| void | layoutAfterLoadingInitialTable () |
| |
| void | adjustViewportXAccordingToAlignment () |
| |
| void | adjustViewportYAccordingToAlignment () |
| |
| void | cancelOvershootAfterLayout () |
| |
| void | scheduleRebuildTable (QQuickTableViewPrivate::RebuildOptions options) |
| |
| void | updateEditItem () |
| |
| void | updateContentSize () |
| |
| QTypeRevision | resolveImportVersion () |
| |
| void | createWrapperModel () |
| |
| QAbstractItemModel * | qaim (QVariant modelAsVariant) const |
| |
| virtual void | initItemCallback (int modelIndex, QObject *item) |
| |
| virtual void | itemCreatedCallback (int modelIndex, QObject *object) |
| |
| virtual void | itemPooledCallback (int modelIndex, QObject *object) |
| |
| virtual void | itemReusedCallback (int modelIndex, QObject *object) |
| |
| virtual void | modelUpdated (const QQmlChangeSet &changeSet, bool reset) |
| |
| virtual void | syncWithPendingChanges () |
| |
| virtual void | syncDelegate () |
| |
| virtual QVariant | modelImpl () const |
| |
| virtual void | setModelImpl (const QVariant &newModel) |
| |
| virtual void | syncModel () |
| |
| virtual void | syncSyncView () |
| |
| virtual void | syncPositionView () |
| |
| void | syncRebuildOptions () |
| |
| void | connectToModel () |
| |
| void | disconnectFromModel () |
| |
| void | rowsMovedCallback (const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row) |
| |
| void | columnsMovedCallback (const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column) |
| |
| void | rowsInsertedCallback (const QModelIndex &parent, int begin, int end) |
| |
| void | rowsRemovedCallback (const QModelIndex &parent, int begin, int end) |
| |
| void | columnsInsertedCallback (const QModelIndex &parent, int begin, int end) |
| |
| void | columnsRemovedCallback (const QModelIndex &parent, int begin, int end) |
| |
| void | layoutChangedCallback (const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint) |
| |
| void | modelResetCallback () |
| |
| void | positionViewAtRow (int row, Qt::Alignment alignment, qreal offset, const QRectF subRect=QRectF()) |
| |
| void | positionViewAtColumn (int column, Qt::Alignment alignment, qreal offset, const QRectF subRect=QRectF()) |
| |
| bool | scrollToRow (int row, Qt::Alignment alignment, qreal offset, const QRectF subRect=QRectF()) |
| |
| bool | scrollToColumn (int column, Qt::Alignment alignment, qreal offset, const QRectF subRect=QRectF()) |
| |
| void | scheduleRebuildIfFastFlick () |
| |
| void | setLocalViewportX (qreal contentX) |
| |
| void | setLocalViewportY (qreal contentY) |
| |
| void | syncViewportRect () |
| |
| void | syncViewportPosRecursive () |
| |
| bool | selectedInSelectionModel (const QPoint &cell) const |
| |
| void | selectionChangedInSelectionModel (const QItemSelection &selected, const QItemSelection &deselected) |
| |
| void | updateSelectedOnAllDelegateItems () |
| |
| void | setSelectedOnDelegateItem (const QModelIndex &modelIndex, bool select) |
| |
| void | syncSourceModelInSelectionModel () |
| |
| bool | currentInSelectionModel (const QPoint &cell) const |
| |
| void | currentChangedInSelectionModel (const QModelIndex ¤t, const QModelIndex &previous) |
| |
| void | setCurrentOnDelegateItem (const QModelIndex &index, bool isCurrent) |
| |
| void | updateCurrentRowAndColumn () |
| |
| void | fetchMoreData () |
| |
| void | _q_componentFinalized () |
| |
| void | registerCallbackWhenBindingsAreEvaluated () |
| |
| QString | tableLayoutToString () const |
| |
| void | dumpTable () const |
| |
| void | setRequiredProperty (const char *property, const QVariant &value, int serializedModelIndex, QObject *object, bool init) |
| |
| void | handleTap (const QQuickHandlerPoint &point) |
| |
| void | setCurrentIndexFromTap (const QPointF &pos) |
| |
| void | setCurrentIndex (const QPoint &cell) |
| |
| bool | setCurrentIndexFromKeyEvent (QKeyEvent *e) |
| |
| bool | canEdit (const QModelIndex tappedIndex, bool warn) |
| |
| bool | editFromKeyEvent (QKeyEvent *e) |
| |
| QQuickItem * | selectionPointerHandlerTarget () const override |
| |
| bool | startSelection (const QPointF &pos) override |
| |
| void | setSelectionStartPos (const QPointF &pos) override |
| |
| void | setSelectionEndPos (const QPointF &pos) override |
| |
| void | clearSelection () override |
| |
| void | normalizeSelection () override |
| |
| QRectF | selectionRectangle () const override |
| |
| QSizeF | scrollTowardsSelectionPoint (const QPointF &pos, const QSizeF &step) override |
| |
| QPoint | clampedCellAtPos (const QPointF &pos) const |
| |
| virtual void | updateSelection (const QRect &oldSelection, const QRect &newSelection) |
| |
| QRect | selection () const |
| |
| | QQuickFlickablePrivate () |
| |
| void | init () |
| |
| bool | flickX (QEvent::Type eventType, qreal velocity) |
| |
| bool | flickY (QEvent::Type eventType, qreal velocity) |
| |
| virtual bool | flick (AxisData &data, qreal minExtent, qreal maxExtent, qreal vSize, QQuickTimeLineCallback::Callback fixupCallback, QEvent::Type eventType, qreal velocity) |
| |
| void | flickingStarted (bool flickingH, bool flickingV) |
| |
| void | fixupX () |
| |
| void | fixupY () |
| |
| virtual void | fixup (AxisData &data, qreal minExtent, qreal maxExtent) |
| |
| void | adjustContentPos (AxisData &data, qreal toPos) |
| |
| void | resetTimeline (AxisData &data) |
| |
| void | clearTimeline () |
| |
| void | updateBeginningEnd () |
| |
| bool | isInnermostPressDelay (QQuickItem *item) const |
| |
| void | captureDelayedPress (QQuickItem *item, QPointerEvent *event) |
| |
| void | clearDelayedPress () |
| |
| void | replayDelayedPress () |
| |
| void | setViewportX (qreal x) |
| |
| void | setViewportY (qreal y) |
| |
| qreal | overShootDistance (qreal velocity) const |
| |
| void | itemGeometryChanged (QQuickItem *, QQuickGeometryChange, const QRectF &) override |
| |
| void | draggingStarting () |
| |
| void | draggingEnding () |
| |
| bool | isViewMoving () const |
| |
| void | cancelInteraction () |
| |
| void | addPointerHandler (QQuickPointerHandler *h) override |
| |
| virtual bool | wantsPointerEvent (const QPointerEvent *) |
| |
| void | updateVelocity () |
| |
| void | viewportAxisMoved (AxisData &data, qreal minExtent, qreal maxExtent, QQuickTimeLineCallback::Callback fixupCallback) |
| |
| void | handlePressEvent (QPointerEvent *) |
| |
| void | handleMoveEvent (QPointerEvent *) |
| |
| void | handleReleaseEvent (QPointerEvent *) |
| |
| void | maybeBeginDrag (qint64 currentTimestamp, const QPointF &pressPosn) |
| |
| void | drag (qint64 currentTimestamp, QEvent::Type eventType, const QPointF &localPos, const QVector2D &deltas, bool overThreshold, bool momentum, bool velocitySensitiveOverBounds, const QVector2D &velocity) |
| |
| QVector2D | firstPointLocalVelocity (QPointerEvent *event) |
| |
| qint64 | computeCurrentTime (QInputEvent *event) const |
| |
| qreal | devicePixelRatio () const |
| |
| | QQuickItemPrivate () |
| |
| | ~QQuickItemPrivate () override |
| |
| void | init (QQuickItem *parent) |
| |
| QQmlListProperty< QObject > | data () |
| |
| QQmlListProperty< QObject > | resources () |
| |
| QQmlListProperty< QQuickItem > | children () |
| |
| QQmlListProperty< QQuickItem > | visibleChildren () |
| |
| QQmlListProperty< QQuickState > | states () |
| |
| QQmlListProperty< QQuickTransition > | transitions () |
| |
| 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) |
| |
| void | _q_resourceObjectDeleted (QObject *) |
| |
| quint64 | _q_createJSWrapper (QV4::ExecutionEngine *engine) |
| |
| template<typename Fn , typename ... Args> |
| void | notifyChangeListeners (QQuickItemPrivate::ChangeTypes changeTypes, Fn &&function, Args &&...args) |
| |
| virtual void | registerAsContainmentMask (QQuickItem *, bool) |
| |
| QQuickAnchors * | anchors () 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) |
| |
| QSGContext * | sceneGraphContext () const |
| |
| QSGRenderContext * | sceneGraphRenderContext () const |
| |
| QList< QQuickItem * > | paintOrderChildItems () const |
| |
| void | addChild (QQuickItem *) |
| |
| void | removeChild (QQuickItem *) |
| |
| void | siblingOrderChanged () |
| |
| void | markSortedChildrenDirty (QQuickItem *child) |
| |
| void | refWindow (QQuickWindow *) |
| |
| void | derefWindow () |
| |
| void | updateSubFocusItem (QQuickItem *scope, bool focus) |
| | Clears all sub focus items from scope.
|
| |
| 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.
|
| |
| QTransform | globalToWindowTransform () const |
| | Returns a transform that maps points from global space into window space.
|
| |
| QTransform | windowToGlobalTransform () const |
| | Returns a transform that maps points from window space into global space.
|
| |
| 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 ¢roid, const QPointF &startPos, const QVector2D &activeTranslatation, qreal startScale, qreal activeScale, qreal startRotation, qreal activeRotation) |
| |
| QQuickDeliveryAgent * | deliveryAgent () |
| |
| QQuickDeliveryAgentPrivate * | deliveryAgentPrivate () |
| |
| QQuickDeliveryAgent * | ensureSubsceneDeliveryAgent () |
| |
| void | deliverKeyEvent (QKeyEvent *) |
| |
| bool | filterKeyEvent (QKeyEvent *, bool post) |
| |
| void | deliverShortcutOverrideEvent (QKeyEvent *) |
| |
| 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) |
| |
| QSGTransformNode * | itemNode () |
| |
| QSGNode * | childContainerNode () |
| |
| QSGOpacityNode * | opacityNode () const |
| |
| QQuickDefaultClipNode * | clipNode () const |
| |
| QSGRootNode * | rootNode () const |
| |
| virtual QSGTransformNode * | createTransformNode () |
| |
| void | refFromEffectItem (bool hide) |
| |
| void | recursiveRefFromEffectItem (int refs) |
| |
| void | derefFromEffectItem (bool unhide) |
| |
| void | itemChange (QQuickItem::ItemChange, const QQuickItem::ItemChangeData &) |
| |
| virtual void | mirrorChange () |
| |
| void | setHasCursorInChild (bool hasCursor) |
| |
| void | setHasHoverInChild (bool hasHover) |
| |
| virtual void | updatePolish () |
| |
| virtual void | dumpItemTree (int indent) const |
| |
| void | ensureExtraData () |
| |
| | QObjectPrivate (int version=QObjectPrivateVersion) |
| |
| virtual | ~QObjectPrivate () |
| |
| void | deleteChildren () |
| |
| void | clearBindingStorage () |
| |
| void | checkForIncompatibleLibraryVersion (int version) const |
| |
| void | setParent_helper (QObject *) |
| |
| void | moveToThread_helper () |
| |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status) |
| |
| void | _q_reregisterTimers (void *pointer) |
| |
| bool | isSender (const QObject *receiver, const char *signal) const |
| |
| QObjectList | receiverList (const char *signal) const |
| |
| QObjectList | senderList () 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 |
| |
| QtPrivate::QPropertyAdaptorSlotObject * | getPropertyAdaptorSlotObject (const QMetaProperty &property) |
| |
| | QObjectData ()=default |
| |
| virtual | ~QObjectData ()=0 |
| |
| QMetaObject * | dynamicMetaObject () const |
| |
| virtual | ~QQuickPaletteProviderPrivateBase ()=default |
| |
| virtual QQuickPalette * | palette () 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) |
| |
| virtual | ~QQuickAbstractPaletteProvider ()=default |
| |
| virtual QPalette | defaultPalette () const =0 |
| |
| virtual QPalette | parentPalette (const QPalette &fallbackPalette) const |
| |
| virtual | ~QQuickItemChangeListener () |
| |
| virtual void | itemGeometryChanged (QQuickItem *, QQuickGeometryChange, const QRectF &) |
| |
| virtual void | itemSiblingOrderChanged (QQuickItem *) |
| |
| virtual void | itemVisibilityChanged (QQuickItem *) |
| |
| virtual void | itemEnabledChanged (QQuickItem *) |
| |
| virtual void | itemOpacityChanged (QQuickItem *) |
| |
| virtual void | itemDestroyed (QQuickItem *) |
| |
| virtual void | itemChildAdded (QQuickItem *, QQuickItem *) |
| |
| virtual void | itemChildRemoved (QQuickItem *, QQuickItem *) |
| |
| virtual void | itemParentChanged (QQuickItem *, QQuickItem *) |
| |
| virtual void | itemRotationChanged (QQuickItem *) |
| |
| virtual void | itemImplicitWidthChanged (QQuickItem *) |
| |
| virtual void | itemImplicitHeightChanged (QQuickItem *) |
| |
| virtual void | itemFocusChanged (QQuickItem *, Qt::FocusReason) |
| |
| virtual QQuickAnchorsPrivate * | anchorPrivate () |
| |
| virtual QQuickItem * | selectionPointerHandlerTarget () const =0 |
| |
| virtual bool | startSelection (const QPointF &pos)=0 |
| |
| virtual void | setSelectionStartPos (const QPointF &pos)=0 |
| |
| virtual void | setSelectionEndPos (const QPointF &pos)=0 |
| |
| virtual void | clearSelection ()=0 |
| |
| virtual void | normalizeSelection ()=0 |
| |
| virtual QRectF | selectionRectangle () const =0 |
| |
| virtual QSizeF | scrollTowardsSelectionPoint (const QPointF &pos, const QSizeF &step)=0 |
| |
|
| enum class | RebuildState {
Begin = 0
, LoadInitalTable
, VerifyTable
, LayoutTable
,
CancelOvershoot
, UpdateContentSize
, PreloadColumns
, PreloadRows
,
MovePreloadedItemsToPool
, Done
} |
| |
| enum class | RebuildOption {
None = 0
, All = 0x1
, LayoutOnly = 0x2
, ViewportOnly = 0x4
,
CalculateNewTopLeftRow = 0x8
, CalculateNewTopLeftColumn = 0x10
, CalculateNewContentWidth = 0x20
, CalculateNewContentHeight = 0x40
,
PositionViewAtRow = 0x80
, PositionViewAtColumn = 0x100
} |
| |
| enum | MovementReason { Other
, SetIndex
, Mouse
} |
| |
| enum | FixupMode { Normal
, Immediate
, ExtentChanged
} |
| |
| 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
,
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
} |
| |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
| |
| static QQuickTableViewPrivate * | get (QQuickTableView *q) |
| |
| static QQuickFlickablePrivate * | get (QQuickFlickable *o) |
| |
| static void | fixupY_callback (void *) |
| |
| static void | fixupX_callback (void *) |
| |
| static void | data_append (QQmlListProperty< QObject > *, QObject *) |
| |
| static qsizetype | data_count (QQmlListProperty< QObject > *) |
| |
| static QObject * | data_at (QQmlListProperty< QObject > *, qsizetype) |
| |
| static void | data_clear (QQmlListProperty< QObject > *) |
| |
| static QQuickItemPrivate * | get (QQuickItem *item) |
| |
| static const QQuickItemPrivate * | get (const QQuickItem *item) |
| |
| static void | data_append (QQmlListProperty< QObject > *, QObject *) |
| |
| static qsizetype | data_count (QQmlListProperty< QObject > *) |
| | \qmlproperty list<QtObject> QtQuick::Item::data \qmldefault
|
| |
| static QObject * | data_at (QQmlListProperty< QObject > *, qsizetype) |
| |
| static void | data_clear (QQmlListProperty< QObject > *) |
| |
| static void | data_removeLast (QQmlListProperty< QObject > *) |
| |
| static QObject * | resources_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 QQuickItem * | children_at (QQmlListProperty< QQuickItem > *, qsizetype) |
| |
| static void | children_clear (QQmlListProperty< QQuickItem > *) |
| |
| static void | children_removeLast (QQmlListProperty< QQuickItem > *) |
| |
| static void | visibleChildren_append (QQmlListProperty< QQuickItem > *prop, QQuickItem *o) |
| |
| static qsizetype | visibleChildren_count (QQmlListProperty< QQuickItem > *prop) |
| |
| static QQuickItem * | visibleChildren_at (QQmlListProperty< QQuickItem > *prop, qsizetype index) |
| |
| static qsizetype | transform_count (QQmlListProperty< QQuickTransform > *list) |
| |
| static void | transform_append (QQmlListProperty< QQuickTransform > *list, QQuickTransform *) |
| |
| static QQuickTransform * | transform_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 QQuickItem * | nextTabChildItem (const QQuickItem *item, int start) |
| |
| static QQuickItem * | prevTabChildItem (const QQuickItem *item, int start) |
| |
| static QQuickItem * | nextPrevItemInTabFocusChain (QQuickItem *item, bool forward) |
| |
| static bool | canAcceptTabFocus (QQuickItem *item) |
| |
| static bool | removeConnection (Connection *c) |
| |
| static QObjectPrivate * | get (QObject *o) |
| |
| static const QObjectPrivate * | get (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) |
| |
| QHash< int, FxTableItem * > | loadedItems |
| |
| QQmlInstanceModel * | model = nullptr |
| |
| QPointer< QQmlTableInstanceModel > | tableModel = nullptr |
| |
| QVariant | modelVariant |
| |
| QVariant | assignedModel = QVariant(int(0)) |
| |
| QQmlGuard< QQmlComponent > | assignedDelegate |
| |
| QMinimalFlatSet< int > | loadedColumns |
| |
| QMinimalFlatSet< int > | loadedRows |
| |
| QRectF | loadedTableOuterRect |
| |
| QRectF | loadedTableInnerRect |
| |
| QPointF | origin = QPointF(0, 0) |
| |
| QSizeF | endExtent = QSizeF(0, 0) |
| |
| QRectF | viewportRect = QRectF(0, 0, -1, -1) |
| |
| QSize | tableSize |
| |
| RebuildState | rebuildState = RebuildState::Done |
| |
| RebuildOptions | rebuildOptions = RebuildOption::All |
| |
| RebuildOptions | scheduledRebuildOptions = RebuildOption::All |
| |
| TableEdgeLoadRequest | loadRequest |
| |
| QSizeF | cellSpacing = QSizeF(0, 0) |
| |
| QQmlTableInstanceModel::ReusableFlag | reusableFlag = QQmlTableInstanceModel::Reusable |
| |
| bool | blockItemCreatedCallback = false |
| |
| bool | layoutWarningIssued = false |
| |
| bool | polishing = false |
| |
| bool | syncVertically = false |
| |
| bool | syncHorizontally = false |
| |
| bool | inSetLocalViewportPos = false |
| |
| bool | inSyncViewportPosRecursive = false |
| |
| bool | inUpdateContentSize = false |
| |
| bool | animate = true |
| |
| bool | keyNavigationEnabled = true |
| |
| bool | pointerNavigationEnabled = true |
| |
| bool | alternatingRows = true |
| |
| bool | resizableColumns = false |
| |
| bool | resizableRows = false |
| |
| bool | isTransposed = false |
| |
| bool | warnNoSelectionModel = true |
| |
| QJSValue | rowHeightProvider |
| |
| QJSValue | columnWidthProvider |
| |
| EdgeRange | cachedNextVisibleEdgeIndex [4] |
| |
| EdgeRange | cachedColumnWidth |
| |
| EdgeRange | cachedRowHeight |
| |
| QQmlNullableValue< qreal > | explicitContentWidth |
| |
| QQmlNullableValue< qreal > | explicitContentHeight |
| |
| QSizeF | averageEdgeSize |
| |
| QPointer< QQuickTableView > | assignedSyncView |
| |
| QPointer< QQuickTableView > | syncView |
| |
| QList< QPointer< QQuickTableView > > | syncChildren |
| |
| Qt::Orientations | assignedSyncDirection = Qt::Horizontal | Qt::Vertical |
| |
| QPointer< QItemSelectionModel > | selectionModel |
| |
| QQuickTableView::SelectionBehavior | selectionBehavior = QQuickTableView::SelectCells |
| |
| QQuickTableView::SelectionMode | selectionMode = QQuickTableView::ExtendedSelection |
| |
| int | assignedPositionViewAtRowAfterRebuild = 0 |
| |
| int | assignedPositionViewAtColumnAfterRebuild = 0 |
| |
| int | positionViewAtRowAfterRebuild = 0 |
| |
| int | positionViewAtColumnAfterRebuild = 0 |
| |
| qreal | positionViewAtRowOffset = 0 |
| |
| qreal | positionViewAtColumnOffset = 0 |
| |
| QRectF | positionViewAtRowSubRect |
| |
| QRectF | positionViewAtColumnSubRect |
| |
| Qt::Alignment | positionViewAtRowAlignment = Qt::AlignTop |
| |
| Qt::Alignment | positionViewAtColumnAlignment = Qt::AlignLeft |
| |
| QQuickPropertyAnimation | positionXAnimation |
| |
| QQuickPropertyAnimation | positionYAnimation |
| |
| QPoint | selectionStartCell = {-1, -1} |
| |
| QPoint | selectionEndCell = {-1, -1} |
| |
| QMargins | edgesBeforeRebuild |
| |
| int | currentRow = -1 |
| |
| int | currentColumn = -1 |
| |
| QHash< int, qreal > | explicitColumnWidths |
| |
| QHash< int, qreal > | explicitRowHeights |
| |
| QQuickTableViewHoverHandler * | hoverHandler = nullptr |
| |
| QQuickTableViewResizeHandler * | resizeHandler = nullptr |
| |
| QQmlTableInstanceModel * | editModel = nullptr |
| |
| QQuickItem * | editItem = nullptr |
| |
| QPersistentModelIndex | editIndex |
| |
| QQuickTableView::EditTriggers | editTriggers = QQuickTableView::DoubleTapped | QQuickTableView::EditKeyPressed |
| |
| QQuickItem * | contentItem |
| |
| AxisData | hData |
| |
| AxisData | vData |
| |
| MovementReason | moveReason = Other |
| |
| QQuickTimeLine | timeline |
| |
| bool | hMoved: 1 |
| |
| bool | vMoved: 1 |
| |
| bool | stealMouse: 1 |
| |
| bool | pressed: 1 |
| |
| bool | scrollingPhase: 1 |
| |
| bool | interactive: 1 |
| |
| bool | calcVelocity: 1 |
| |
| bool | pixelAligned: 1 |
| |
| bool | syncDrag: 1 |
| |
| QElapsedTimer | timer |
| |
| qint64 | lastPosTime |
| |
| qint64 | lastPressTime |
| |
| QPointF | lastPos |
| |
| QPointF | pressPos |
| |
| QVector2D | accumulatedWheelPixelDelta |
| |
| qreal | deceleration |
| |
| qreal | wheelDeceleration |
| |
| qreal | maxVelocity |
| |
| QPointerEvent * | delayedPressEvent |
| |
| QBasicTimer | delayedPressTimer |
| |
| int | pressDelay |
| |
| int | fixupDuration |
| |
| qreal | flickBoost |
| |
| qreal | initialWheelFlickDistance |
| |
| FixupMode | fixupMode |
| |
| int | vTime |
| |
| QQuickTimeLine | velocityTimeline |
| |
| QQuickFlickableVisibleArea * | visibleArea |
| |
| QQuickFlickable::FlickableDirection | flickableDirection |
| |
| QQuickFlickable::BoundsBehavior | boundsBehavior |
| |
| QQuickFlickable::BoundsMovement | boundsMovement |
| |
| QQuickTransition * | rebound |
| |
| QLazilyAllocated< ExtraData, ExtraDataTags > | extra |
| |
| QQuickAnchors * | _anchors |
| |
| QVector< QQuickItemPrivate::ChangeListener > | changeListeners |
| |
| 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 | dirtyAttributes |
| |
| QQuickItem * | nextDirtyItem |
| |
| QQuickItem ** | prevDirtyItem |
| |
| QQuickWindow * | window |
| |
| int | windowRefCount |
| |
| QQuickItem * | parentItem |
| |
| QList< QQuickItem * > | childItems |
| |
| QList< QQuickItem * > * | sortedChildItems |
| |
| QPointer< QQuickItem > | subFocusItem |
| |
| qreal | implicitWidth |
| |
| qreal | implicitHeight |
| |
| qreal | baselineOffset |
| |
| QList< QQuickTransform * > | transforms |
| |
| QSGTransformNode * | itemNodeInstance |
| |
| QSGNode * | paintNode |
| |
| ExtraData * | extraData |
| |
| QAtomicPointer< QThreadData > | threadData |
| |
| QAtomicPointer< ConnectionData > | connections |
| |
| union { | |
| |
| QObject * currentChildBeingDeleted | |
| |
| QAbstractDeclarativeData * declarativeData | |
| |
| }; | | |
| |
| QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
| |
| QObject * | q_ptr |
| |
| QObject * | parent |
| |
| 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 | unused: 21 |
| |
| QAtomicInt | postedEvents |
| |
| QDynamicMetaObjectData * | metaObject |
| |
| QBindingStorage | bindingStorage |
| |
| void | setCurrentColorGroup () |
| |