Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeListModelWorkerAgent::Data Struct Reference

Public Functions

void changedChange (int index, int count, const QList< int > &roles)
 
void clearChange ()
 
void insertChange (int index, int count)
 
void moveChange (int index, int count, int to)
 
void removeChange (int index, int count)
 

Public Variables

QList< Changechanges
 

Detailed Description

Definition at line 130 of file qdeclarativelistmodelworkeragent_p.h.

Functions

◆ changedChange()

void QDeclarativeListModelWorkerAgent::Data::changedChange ( int  index,
int  count,
const QList< int > &  roles 
)

◆ clearChange()

void QDeclarativeListModelWorkerAgent::Data::clearChange ( )

◆ insertChange()

void QDeclarativeListModelWorkerAgent::Data::insertChange ( int  index,
int  count 
)

◆ moveChange()

void QDeclarativeListModelWorkerAgent::Data::moveChange ( int  index,
int  count,
int  to 
)

◆ removeChange()

void QDeclarativeListModelWorkerAgent::Data::removeChange ( int  index,
int  count 
)

Properties

◆ changes

QList<Change> QDeclarativeListModelWorkerAgent::Data::changes

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