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

Friends

size_t qHash (MoveKey key, size_t seed=0) noexcept

Detailed Description

Definition at line 33 of file qqmlchangeset_p.h.

Constructor & Destructor Documentation

◆ MoveKey() [1/2]

QQmlChangeSet::MoveKey::MoveKey ( )
inline

Definition at line 35 of file qqmlchangeset_p.h.

◆ MoveKey() [2/2]

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

Definition at line 36 of file qqmlchangeset_p.h.

◆ qHash

size_t qHash ( MoveKey key,
size_t seed = 0 )
friend

Definition at line 41 of file qqmlchangeset_p.h.

Member Data Documentation

◆ moveId

int QQmlChangeSet::MoveKey::moveId = -1

Definition at line 37 of file qqmlchangeset_p.h.

◆ offset


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