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

#include <qdeclarativedom_p_p.h>

Inheritance diagram for QDeclarativeDomValuePrivate:
QSharedData

Public Functions

 QDeclarativeDomValuePrivate ()
 
 QDeclarativeDomValuePrivate (const QDeclarativeDomValuePrivate &o)
 
 ~QDeclarativeDomValuePrivate ()
 
- 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
 
QDeclarativeParser::Valuevalue
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 115 of file qdeclarativedom_p_p.h.

Constructors and Destructors

◆ QDeclarativeDomValuePrivate() [1/2]

QDeclarativeDomValuePrivate::QDeclarativeDomValuePrivate ( )

Definition at line 1255 of file qdeclarativedom.cpp.

1256 : property(0), value(0)
1257 {
1258 }
QDeclarativeParser::Property * property
QDeclarativeParser::Value * value

◆ QDeclarativeDomValuePrivate() [2/2]

QDeclarativeDomValuePrivate::QDeclarativeDomValuePrivate ( const QDeclarativeDomValuePrivate o)
inline

Definition at line 119 of file qdeclarativedom_p_p.h.

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

◆ ~QDeclarativeDomValuePrivate()

QDeclarativeDomValuePrivate::~QDeclarativeDomValuePrivate ( )

Definition at line 1260 of file qdeclarativedom.cpp.

1261 {
1262  if (property) property->release();
1263  if (value) value->release();
1264 }
QDeclarativeParser::Property * property
QDeclarativeParser::Value * value

Properties

◆ property

QDeclarativeParser::Property* QDeclarativeDomValuePrivate::property

◆ value

QDeclarativeParser::Value* QDeclarativeDomValuePrivate::value

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