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

Constructor & Destructor Documentation

◆ MoveKey() [1/2]

QQmlChangeSet::MoveKey::MoveKey ( )
inline

Definition at line 32 of file qqmlchangeset_p.h.

◆ MoveKey() [2/2]

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

Definition at line 33 of file qqmlchangeset_p.h.

Member Data Documentation

◆ moveId

int QQmlChangeSet::MoveKey::moveId = -1

Definition at line 34 of file qqmlchangeset_p.h.

Referenced by operator==().

◆ offset

int QQmlChangeSet::MoveKey::offset = 0

Definition at line 35 of file qqmlchangeset_p.h.

Referenced by operator==().


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