![]() |
Qt 6.x
The Qt SDK
|
#include <qdom_p.h>
Collaboration diagram for QDomNodeListPrivate:Public Member Functions | |
| QDomNodeListPrivate (QDomNodePrivate *) | |
| QDomNodeListPrivate (QDomNodePrivate *, const QString &) | |
| QDomNodeListPrivate (QDomNodePrivate *, const QString &, const QString &) | |
| ~QDomNodeListPrivate () | |
| bool | operator== (const QDomNodeListPrivate &) const |
| bool | operator!= (const QDomNodeListPrivate &) const |
| void | createList () |
| QDomNodePrivate * | item (int index) |
| int | length () const |
Public Attributes | |
| QAtomicInt | ref |
| QDomNodePrivate * | node_impl |
| QString | tagname |
| QString | nsURI |
| QList< QDomNodePrivate * > | list |
| long | timestamp |
| QDomNodeListPrivate::QDomNodeListPrivate | ( | QDomNodePrivate * | n_impl | ) |
Definition at line 607 of file qdom.cpp.
References node_impl, QBasicAtomicInteger< T >::ref(), QDomNodePrivate::ref, and timestamp.
Here is the call graph for this function:| QDomNodeListPrivate::QDomNodeListPrivate | ( | QDomNodePrivate * | n_impl, |
| const QString & | name | ||
| ) |
Definition at line 615 of file qdom.cpp.
References node_impl, QBasicAtomicInteger< T >::ref(), QDomNodePrivate::ref, tagname, and timestamp.
Here is the call graph for this function:| QDomNodeListPrivate::QDomNodeListPrivate | ( | QDomNodePrivate * | n_impl, |
| const QString & | _nsURI, | ||
| const QString & | localName | ||
| ) |
Definition at line 625 of file qdom.cpp.
References node_impl, nsURI, QBasicAtomicInteger< T >::ref(), QDomNodePrivate::ref, tagname, and timestamp.
Here is the call graph for this function:| QDomNodeListPrivate::~QDomNodeListPrivate | ( | ) |
Definition at line 636 of file qdom.cpp.
References QBasicAtomicInteger< T >::deref(), node_impl, and QDomNodePrivate::ref.
Here is the call graph for this function:| void QDomNodeListPrivate::createList | ( | ) |
Definition at line 652 of file qdom.cpp.
References QList< T >::append(), QList< T >::clear(), QDomNodePrivate::first, QString::isNull(), list, QDomNodePrivate::next, node_impl, QDomDocumentPrivate::nodeListTime, nsURI, QDomNodePrivate::ownerDocument(), tagname, and timestamp.
Referenced by item(), and length().
Here is the call graph for this function:
Here is the caller graph for this function:| QDomNodePrivate * QDomNodeListPrivate::item | ( | int | index | ) |
Definition at line 706 of file qdom.cpp.
References QList< T >::at(), createList(), list, node_impl, QDomDocumentPrivate::nodeListTime, QDomNodePrivate::ownerDocument(), QList< T >::size(), and timestamp.
Referenced by QDomNodeList::item().
Here is the call graph for this function:
Here is the caller graph for this function:| int QDomNodeListPrivate::length | ( | ) | const |
Definition at line 721 of file qdom.cpp.
References createList(), list, node_impl, QDomDocumentPrivate::nodeListTime, QDomNodePrivate::ownerDocument(), QList< T >::size(), and timestamp.
Referenced by QDomNodeList::length().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QDomNodeListPrivate::operator!= | ( | const QDomNodeListPrivate & | other | ) | const |
| bool QDomNodeListPrivate::operator== | ( | const QDomNodeListPrivate & | other | ) | const |
| QList<QDomNodePrivate *> QDomNodeListPrivate::list |
Definition at line 156 of file qdom_p.h.
Referenced by createList(), item(), and length().
| QDomNodePrivate* QDomNodeListPrivate::node_impl |
Definition at line 153 of file qdom_p.h.
Referenced by QDomNodeListPrivate(), QDomNodeListPrivate(), QDomNodeListPrivate(), ~QDomNodeListPrivate(), createList(), item(), length(), operator!=(), and operator==().
| QString QDomNodeListPrivate::nsURI |
Definition at line 155 of file qdom_p.h.
Referenced by QDomNodeListPrivate(), and createList().
| QAtomicInt QDomNodeListPrivate::ref |
Definition at line 149 of file qdom_p.h.
Referenced by QDomNodeList::QDomNodeList(), QDomNodeList::~QDomNodeList(), and QDomNodeList::operator=().
| QString QDomNodeListPrivate::tagname |
Definition at line 154 of file qdom_p.h.
Referenced by QDomNodeListPrivate(), QDomNodeListPrivate(), createList(), operator!=(), and operator==().
| long QDomNodeListPrivate::timestamp |
Definition at line 157 of file qdom_p.h.
Referenced by QDomNodeListPrivate(), QDomNodeListPrivate(), QDomNodeListPrivate(), createList(), item(), and length().