Qt 4.8
Public Functions | Public Variables | List of all members
QAbstractItemModelPrivate::Change Struct Reference

#include <qabstractitemmodel_p.h>

Public Functions

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

Public Variables

int first
 
int last
 
bool needsAdjust
 
QModelIndex parent
 

Detailed Description

Definition at line 134 of file qabstractitemmodel_p.h.

Constructors and Destructors

◆ Change() [1/3]

QAbstractItemModelPrivate::Change::Change ( )
inline

◆ Change() [2/3]

QAbstractItemModelPrivate::Change::Change ( const Change c)
inline

◆ Change() [3/3]

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

Functions

◆ isValid()

bool QAbstractItemModelPrivate::Change::isValid ( )
inline

Properties

◆ first

int QAbstractItemModelPrivate::Change::first

◆ last

int QAbstractItemModelPrivate::Change::last

◆ needsAdjust

bool QAbstractItemModelPrivate::Change::needsAdjust

◆ parent

QModelIndex QAbstractItemModelPrivate::Change::parent

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