Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlChangeSet::MoveKey Struct Reference

#include <qqmlchangeset_p.h>

+ Collaboration diagram for QQmlChangeSet::MoveKey:

Public Member Functions

 MoveKey ()
 
 MoveKey (int moveId, int offset)
 

Public Attributes

int moveId = -1
 
int offset = 0
 

Detailed Description

Definition at line 27 of file qqmlchangeset_p.h.

Constructor & Destructor Documentation

◆ MoveKey() [1/2]

QQmlChangeSet::MoveKey::MoveKey ( )
inline

Definition at line 29 of file qqmlchangeset_p.h.

◆ MoveKey() [2/2]

QQmlChangeSet::MoveKey::MoveKey ( int  moveId,
int  offset 
)
inline

Definition at line 30 of file qqmlchangeset_p.h.

Member Data Documentation

◆ moveId

int QQmlChangeSet::MoveKey::moveId = -1

Definition at line 31 of file qqmlchangeset_p.h.

Referenced by operator==().

◆ offset

int QQmlChangeSet::MoveKey::offset = 0

Definition at line 32 of file qqmlchangeset_p.h.

Referenced by operator==().


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