Qt 4.8
Public Types | Public Variables | List of all members
QDeclarativeListModelWorkerAgent::Change Struct Reference

Public Types

enum  { Inserted, Removed, Moved, Changed }
 

Public Variables

int count
 
int index
 
QList< int > roles
 
int to
 
enum QDeclarativeListModelWorkerAgent::Change:: { ... }  type
 

Detailed Description

Definition at line 122 of file qdeclarativelistmodelworkeragent_p.h.

Enumerations

◆ anonymous enum

anonymous enum

Properties

◆ count

int QDeclarativeListModelWorkerAgent::Change::count

◆ index

int QDeclarativeListModelWorkerAgent::Change::index

◆ roles

QList<int> QDeclarativeListModelWorkerAgent::Change::roles

◆ to

int QDeclarativeListModelWorkerAgent::Change::to

◆ type

enum { ... } QDeclarativeListModelWorkerAgent::Change::type

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