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
QQmlListCompositor::Range Class Reference

#include <qqmllistcompositor_p.h>

+ Collaboration diagram for QQmlListCompositor::Range:

Public Member Functions

 Range ()
 
 Range (Range *next, void *list, int index, int count, uint flags)
 
int start () const
 
int end () const
 
int groups () const
 
bool inGroup () const
 
bool inCache () const
 
bool inGroup (int group) const
 
bool isUnresolved () const
 
bool prepend () const
 
bool append () const
 

Public Attributes

Rangenext
 
Rangeprevious
 
voidlist = nullptr
 
int index = 0
 
int count = 0
 
uint flags = 0
 

Detailed Description

Definition at line 51 of file qqmllistcompositor_p.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

QQmlListCompositor::Range::Range ( )
inline

Definition at line 54 of file qqmllistcompositor_p.h.

◆ Range() [2/2]

QQmlListCompositor::Range::Range ( Range * next,
void * list,
int index,
int count,
uint flags )
inline

Definition at line 55 of file qqmllistcompositor_p.h.

References next.

Member Function Documentation

◆ append()

bool QQmlListCompositor::Range::append ( ) const
inline

Definition at line 77 of file qqmllistcompositor_p.h.

Referenced by QQmlListCompositor::clearFlags(), and QQmlListCompositor::setFlags().

+ Here is the caller graph for this function:

◆ end()

int QQmlListCompositor::Range::end ( ) const
inline

Definition at line 67 of file qqmllistcompositor_p.h.

Referenced by QQmlListCompositor::clearFlags(), QQmlListCompositor::insert(), and QQmlListCompositor::setFlags().

+ Here is the caller graph for this function:

◆ groups()

int QQmlListCompositor::Range::groups ( ) const
inline

Definition at line 69 of file qqmllistcompositor_p.h.

◆ inCache()

bool QQmlListCompositor::Range::inCache ( ) const
inline

Definition at line 72 of file qqmllistcompositor_p.h.

◆ inGroup() [1/2]

bool QQmlListCompositor::Range::inGroup ( ) const
inline

Definition at line 71 of file qqmllistcompositor_p.h.

Referenced by QQmlListCompositor::find().

+ Here is the caller graph for this function:

◆ inGroup() [2/2]

bool QQmlListCompositor::Range::inGroup ( int group) const
inline

Definition at line 73 of file qqmllistcompositor_p.h.

◆ isUnresolved()

bool QQmlListCompositor::Range::isUnresolved ( ) const
inline

Definition at line 74 of file qqmllistcompositor_p.h.

◆ prepend()

bool QQmlListCompositor::Range::prepend ( ) const
inline

Definition at line 76 of file qqmllistcompositor_p.h.

◆ start()

int QQmlListCompositor::Range::start ( ) const
inline

Definition at line 66 of file qqmllistcompositor_p.h.

Member Data Documentation

◆ count

int QQmlListCompositor::Range::count = 0

◆ flags

◆ index

int QQmlListCompositor::Range::index = 0

◆ list

◆ next

◆ previous


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