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::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 52 of file qqmllistcompositor_p.h.

Constructor & Destructor Documentation

◆ Range() [1/2]

QQmlListCompositor::Range::Range ( )
inline

Definition at line 55 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 56 of file qqmllistcompositor_p.h.

Member Function Documentation

◆ append()

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

Definition at line 78 of file qqmllistcompositor_p.h.

◆ end()

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

Definition at line 68 of file qqmllistcompositor_p.h.

◆ groups()

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

Definition at line 70 of file qqmllistcompositor_p.h.

◆ inCache()

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

Definition at line 73 of file qqmllistcompositor_p.h.

◆ inGroup() [1/2]

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

Definition at line 72 of file qqmllistcompositor_p.h.

◆ inGroup() [2/2]

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

Definition at line 74 of file qqmllistcompositor_p.h.

◆ isUnresolved()

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

Definition at line 75 of file qqmllistcompositor_p.h.

◆ prepend()

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

Definition at line 77 of file qqmllistcompositor_p.h.

◆ start()

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

Definition at line 67 of file qqmllistcompositor_p.h.

Member Data Documentation

◆ count

int QQmlListCompositor::Range::count = 0

Definition at line 64 of file qqmllistcompositor_p.h.

◆ flags

uint QQmlListCompositor::Range::flags = 0

Definition at line 65 of file qqmllistcompositor_p.h.

◆ index

int QQmlListCompositor::Range::index = 0

Definition at line 63 of file qqmllistcompositor_p.h.

◆ list

void* QQmlListCompositor::Range::list = nullptr

Definition at line 62 of file qqmllistcompositor_p.h.

◆ next

Range* QQmlListCompositor::Range::next

Definition at line 60 of file qqmllistcompositor_p.h.

◆ previous

Range* QQmlListCompositor::Range::previous

Definition at line 61 of file qqmllistcompositor_p.h.


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