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
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 84 of file qabstractitemmodel_p.h.

Constructor & Destructor Documentation

◆ Change() [1/2]

constexpr QAbstractItemModelPrivate::Change::Change ( )
inlineconstexpr

Definition at line 85 of file qabstractitemmodel_p.h.

◆ Change() [2/2]

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

Definition at line 86 of file qabstractitemmodel_p.h.

Member Function Documentation

◆ isValid()

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

Definition at line 106 of file qabstractitemmodel_p.h.

Member Data Documentation

◆ first

◆ last

◆ needsAdjust

bool QAbstractItemModelPrivate::Change::needsAdjust

Definition at line 104 of file qabstractitemmodel_p.h.

◆ parent


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