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

#include <qdeclarativedom_p_p.h>

Inheritance diagram for QDeclarativeDomPropertyPrivate:
QSharedData

Public Functions

 QDeclarativeDomPropertyPrivate ()
 
 QDeclarativeDomPropertyPrivate (const QDeclarativeDomPropertyPrivate &o)
 
 ~QDeclarativeDomPropertyPrivate ()
 
- 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::Propertyproperty
 
QByteArray propertyName
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 91 of file qdeclarativedom_p_p.h.

Constructors and Destructors

◆ QDeclarativeDomPropertyPrivate() [1/2]

QDeclarativeDomPropertyPrivate::QDeclarativeDomPropertyPrivate ( )

Definition at line 216 of file qdeclarativedom.cpp.

217 : property(0)
218 {
219 }
QDeclarativeParser::Property * property

◆ QDeclarativeDomPropertyPrivate() [2/2]

QDeclarativeDomPropertyPrivate::QDeclarativeDomPropertyPrivate ( const QDeclarativeDomPropertyPrivate o)
inline

Definition at line 95 of file qdeclarativedom_p_p.h.

96  : 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 *,...)

◆ ~QDeclarativeDomPropertyPrivate()

QDeclarativeDomPropertyPrivate::~QDeclarativeDomPropertyPrivate ( )

Definition at line 221 of file qdeclarativedom.cpp.

222 {
223  if (property) property->release();
224 }
QDeclarativeParser::Property * property

Properties

◆ property

QDeclarativeParser::Property* QDeclarativeDomPropertyPrivate::property

◆ propertyName

QByteArray QDeclarativeDomPropertyPrivate::propertyName

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