Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeEnginePrivate::CapturedProperty Struct Reference

#include <qdeclarativeengine_p.h>

Public Functions

 CapturedProperty (QObject *o, int c, int n)
 
 CapturedProperty (QDeclarativeNotifier *n)
 

Public Variables

int coreIndex
 
QDeclarativeNotifiernotifier
 
int notifyIndex
 
QObjectobject
 

Detailed Description

Definition at line 148 of file qdeclarativeengine_p.h.

Constructors and Destructors

◆ CapturedProperty() [1/2]

QDeclarativeEnginePrivate::CapturedProperty::CapturedProperty ( QObject o,
int  c,
int  n 
)
inline

◆ CapturedProperty() [2/2]

QDeclarativeEnginePrivate::CapturedProperty::CapturedProperty ( QDeclarativeNotifier n)
inline

Properties

◆ coreIndex

int QDeclarativeEnginePrivate::CapturedProperty::coreIndex

Definition at line 155 of file qdeclarativeengine_p.h.

◆ notifier

QDeclarativeNotifier* QDeclarativeEnginePrivate::CapturedProperty::notifier

Definition at line 156 of file qdeclarativeengine_p.h.

◆ notifyIndex

int QDeclarativeEnginePrivate::CapturedProperty::notifyIndex

Definition at line 157 of file qdeclarativeengine_p.h.

◆ object

QObject* QDeclarativeEnginePrivate::CapturedProperty::object

Definition at line 154 of file qdeclarativeengine_p.h.


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