Qt 4.8
Public Functions | Properties | List of all members
QDeclarativeQtScriptExpression::DeleteWatcher Class Reference

#include <qdeclarativeexpression_p.h>

Public Functions

 DeleteWatcher (QDeclarativeQtScriptExpression *data)
 
bool wasDeleted () const
 
 ~DeleteWatcher ()
 

Properties

QDeclarativeQtScriptExpressionm_d
 
bool * m_wasDeleted
 
bool m_wasDeletedStorage
 

Detailed Description

Definition at line 142 of file qdeclarativeexpression_p.h.

Constructors and Destructors

◆ DeleteWatcher()

QDeclarativeQtScriptExpression::DeleteWatcher::DeleteWatcher ( QDeclarativeQtScriptExpression data)
inline

◆ ~DeleteWatcher()

QDeclarativeQtScriptExpression::DeleteWatcher::~DeleteWatcher ( )
inline

Functions

◆ wasDeleted()

bool QDeclarativeQtScriptExpression::DeleteWatcher::wasDeleted ( ) const
inline

Properties

◆ m_d

QDeclarativeQtScriptExpression* QDeclarativeQtScriptExpression::DeleteWatcher::m_d
private

Definition at line 150 of file qdeclarativeexpression_p.h.

Referenced by DeleteWatcher(), and ~DeleteWatcher().

◆ m_wasDeleted

bool* QDeclarativeQtScriptExpression::DeleteWatcher::m_wasDeleted
private

Definition at line 148 of file qdeclarativeexpression_p.h.

Referenced by DeleteWatcher(), wasDeleted(), and ~DeleteWatcher().

◆ m_wasDeletedStorage

bool QDeclarativeQtScriptExpression::DeleteWatcher::m_wasDeletedStorage
private

Definition at line 149 of file qdeclarativeexpression_p.h.

Referenced by DeleteWatcher().


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