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
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 50 of file qqmlchangeset_p.h.

Constructor & Destructor Documentation

◆ Change() [1/2]

QQmlChangeSet::Change::Change ( )
inline

Definition at line 52 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 58 of file qqmlchangeset_p.h.

Member Function Documentation

◆ end()

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

Definition at line 71 of file qqmlchangeset_p.h.

◆ isMove()

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

Definition at line 65 of file qqmlchangeset_p.h.

◆ moveKey()

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

Definition at line 67 of file qqmlchangeset_p.h.

◆ start()

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

Definition at line 70 of file qqmlchangeset_p.h.


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