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
QAbstractItemModelPrivate::Change Struct Reference

#include <qabstractitemmodel_p.h>

+ Collaboration diagram for QAbstractItemModelPrivate::Change:

Public Member Functions

constexpr Change ()
 
constexpr Change (const QModelIndex &p, int f, int l)
 
constexpr bool isValid () const
 

Public Attributes

QModelIndex parent
 
int first
 
int last
 
bool needsAdjust
 

Detailed Description

Definition at line 106 of file qabstractitemmodel_p.h.

Constructor & Destructor Documentation

◆ Change() [1/2]

QAbstractItemModelPrivate::Change::Change ( )
inlineconstexpr

Definition at line 107 of file qabstractitemmodel_p.h.

◆ Change() [2/2]

QAbstractItemModelPrivate::Change::Change ( const QModelIndex & p,
int f,
int l )
inlineconstexpr

Definition at line 108 of file qabstractitemmodel_p.h.

Member Function Documentation

◆ isValid()

bool QAbstractItemModelPrivate::Change::isValid ( ) const
inlineconstexpr

Definition at line 128 of file qabstractitemmodel_p.h.

Member Data Documentation

◆ first

int QAbstractItemModelPrivate::Change::first

Definition at line 111 of file qabstractitemmodel_p.h.

◆ last

int QAbstractItemModelPrivate::Change::last

Definition at line 111 of file qabstractitemmodel_p.h.

◆ needsAdjust

bool QAbstractItemModelPrivate::Change::needsAdjust

Definition at line 126 of file qabstractitemmodel_p.h.

◆ parent

QModelIndex QAbstractItemModelPrivate::Change::parent

Definition at line 110 of file qabstractitemmodel_p.h.


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