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
QQmlListCompositor::Insert Struct Reference

#include <qqmllistcompositor_p.h>

Inheritance diagram for QQmlListCompositor::Insert:
Collaboration diagram for QQmlListCompositor::Insert:

Public Member Functions

 Insert ()
 Insert (const iterator &it, int count, uint flags, int moveId=-1)
Public Member Functions inherited from QQmlListCompositor::Change
 Change ()=default
 Change (const iterator &it, int count, uint flags, int moveId=-1)
int cacheIndex () const
void setCacheIndex (int cacheIndex)
bool isMove () const
bool inCache () const
bool inGroup () const
bool inGroup (int group) const
int groups () const

Additional Inherited Members

Public Attributes inherited from QQmlListCompositor::Change
int count = 0
uint flags = 0
int moveId = 0
int index [MaximumGroupCount] = { 0 }

Detailed Description

Definition at line 162 of file qqmllistcompositor_p.h.

Constructor & Destructor Documentation

◆ Insert() [1/2]

QQmlListCompositor::Insert::Insert ( )
inline

Definition at line 164 of file qqmllistcompositor_p.h.

◆ Insert() [2/2]

QQmlListCompositor::Insert::Insert ( const iterator & it,
int count,
uint flags,
int moveId = -1 )
inline

Definition at line 165 of file qqmllistcompositor_p.h.


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