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

Constructor & Destructor Documentation

◆ MoveKey() [1/2]

QQmlChangeSet::MoveKey::MoveKey ( )
inline

Definition at line 33 of file qqmlchangeset_p.h.

◆ MoveKey() [2/2]

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

Definition at line 34 of file qqmlchangeset_p.h.

Member Data Documentation

◆ moveId

int QQmlChangeSet::MoveKey::moveId = -1

Definition at line 35 of file qqmlchangeset_p.h.

◆ offset


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