Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlChangeSet::Change Struct Reference

#include <qqmlchangeset_p.h>

+ Inheritance diagram for QQmlChangeSet::Change:
+ Collaboration diagram for QQmlChangeSet::Change:

Public Member Functions

 Change ()
 
 Change (int index, int count, int moveId=-1, int offset=0)
 
bool isMove () const
 
MoveKey moveKey (int index) const
 
int start () const
 
int end () const
 

Additional Inherited Members

- Public Attributes inherited from QQmlChangeSet::ChangeData
int index
 
int count
 
int moveId
 
int offset
 

Detailed Description

Definition at line 49 of file qqmlchangeset_p.h.

Constructor & Destructor Documentation

◆ Change() [1/2]

QQmlChangeSet::Change::Change ( )
inline

Definition at line 51 of file qqmlchangeset_p.h.

◆ Change() [2/2]

QQmlChangeSet::Change::Change ( int index,
int count,
int moveId = -1,
int offset = 0 )
inline

Definition at line 57 of file qqmlchangeset_p.h.

Member Function Documentation

◆ end()

int QQmlChangeSet::Change::end ( ) const
inline

Definition at line 70 of file qqmlchangeset_p.h.

◆ isMove()

bool QQmlChangeSet::Change::isMove ( ) const
inline

Definition at line 64 of file qqmlchangeset_p.h.

Referenced by QQuickGridViewPrivate::applyInsertionChange(), QQuickListViewPrivate::applyInsertionChange(), QQuickItemViewPrivate::applyRemovalChange(), and QQuickItemViewPrivate::removeItem().

+ Here is the caller graph for this function:

◆ moveKey()

MoveKey QQmlChangeSet::Change::moveKey ( int index) const
inline

Definition at line 66 of file qqmlchangeset_p.h.

Referenced by QQuickGridViewPrivate::applyInsertionChange(), QQuickListViewPrivate::applyInsertionChange(), and QQuickItemViewPrivate::removeItem().

+ Here is the caller graph for this function:

◆ start()

int QQmlChangeSet::Change::start ( ) const
inline

Definition at line 69 of file qqmlchangeset_p.h.


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