Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeDomDynamicPropertyPrivate Class Reference

#include <qdeclarativedom_p_p.h>

Inheritance diagram for QDeclarativeDomDynamicPropertyPrivate:
QSharedData

Public Functions

 QDeclarativeDomDynamicPropertyPrivate ()
 
 QDeclarativeDomDynamicPropertyPrivate (const QDeclarativeDomDynamicPropertyPrivate &o)
 
 ~QDeclarativeDomDynamicPropertyPrivate ()
 
- Public Functions inherited from QSharedData
 QSharedData ()
 Constructs a QSharedData object with a reference count of 0. More...
 
 QSharedData (const QSharedData &)
 Constructs a QSharedData object with reference count 0. More...
 

Public Variables

QDeclarativeParser::Object::DynamicProperty property
 
bool valid
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 103 of file qdeclarativedom_p_p.h.

Constructors and Destructors

◆ QDeclarativeDomDynamicPropertyPrivate() [1/2]

QDeclarativeDomDynamicPropertyPrivate::QDeclarativeDomDynamicPropertyPrivate ( )

Definition at line 226 of file qdeclarativedom.cpp.

226  :
227  valid(false)
228 {
229 }

◆ QDeclarativeDomDynamicPropertyPrivate() [2/2]

QDeclarativeDomDynamicPropertyPrivate::QDeclarativeDomDynamicPropertyPrivate ( const QDeclarativeDomDynamicPropertyPrivate o)
inline

Definition at line 107 of file qdeclarativedom_p_p.h.

108  : QSharedData(o) { qFatal("Not impl"); }
QSharedData()
Constructs a QSharedData object with a reference count of 0.
Definition: qshareddata.h:61
Q_CORE_EXPORT void qFatal(const char *,...)

◆ ~QDeclarativeDomDynamicPropertyPrivate()

QDeclarativeDomDynamicPropertyPrivate::~QDeclarativeDomDynamicPropertyPrivate ( )

Definition at line 231 of file qdeclarativedom.cpp.

232 {
233  if (valid && property.defaultValue) property.defaultValue->release();
234 }
QDeclarativeParser::Object::DynamicProperty property

Properties

◆ property

QDeclarativeParser::Object::DynamicProperty QDeclarativeDomDynamicPropertyPrivate::property

◆ valid

bool QDeclarativeDomDynamicPropertyPrivate::valid

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