#include <qdomnodeproto.h>
Properties | |
objectName | |
Public Member Functions | |
QDomNodeProto (QObject *parent) | |
Q_INVOKABLE QDomNode | appendChild (const QDomNode &newChild) |
Q_INVOKABLE QDomNamedNodeMap | attributes () const |
bool | blockSignals (bool block) |
Q_INVOKABLE QDomNodeList | childNodes () const |
const QObjectList & | children () const |
Q_INVOKABLE void | clear () |
Q_INVOKABLE QDomNode | cloneNode (bool deep=true) const |
Q_INVOKABLE int | columnNumber () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) const |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE QDomNode | firstChild () const |
Q_INVOKABLE QDomElement | firstChildElement (const QString &tagName=QString()) const |
Q_INVOKABLE bool | hasAttributes () const |
Q_INVOKABLE bool | hasChildNodes () const |
bool | inherits (const char *className) const |
Q_INVOKABLE QDomNode | insertAfter (const QDomNode &newChild, const QDomNode &refChild) |
Q_INVOKABLE QDomNode | insertBefore (const QDomNode &newChild, const QDomNode &refChild) |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isAttr () const |
Q_INVOKABLE bool | isCDATASection () const |
Q_INVOKABLE bool | isCharacterData () const |
Q_INVOKABLE bool | isComment () const |
Q_INVOKABLE bool | isDocument () const |
Q_INVOKABLE bool | isDocumentFragment () const |
Q_INVOKABLE bool | isDocumentType () const |
Q_INVOKABLE bool | isElement () const |
Q_INVOKABLE bool | isEntity () const |
Q_INVOKABLE bool | isEntityReference () const |
Q_INVOKABLE bool | isNotation () const |
Q_INVOKABLE bool | isNull () const |
Q_INVOKABLE bool | isProcessingInstruction () const |
Q_INVOKABLE bool | isSupported (const QString &feature, const QString &version) const |
Q_INVOKABLE bool | isText () const |
bool | isWidgetType () const |
bool | isWindowType () const |
void | killTimer (int id) |
Q_INVOKABLE QDomNode | lastChild () const |
Q_INVOKABLE QDomElement | lastChildElement (const QString &tagName=QString()) const |
Q_INVOKABLE int | lineNumber () const |
Q_INVOKABLE QString | localName () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
Q_INVOKABLE QDomNode | namedItem (const QString &name) const |
Q_INVOKABLE QString | namespaceURI () const |
Q_INVOKABLE QDomNode | nextSibling () const |
Q_INVOKABLE QDomElement | nextSiblingElement (const QString &taName=QString()) const |
Q_INVOKABLE QString | nodeName () const |
Q_INVOKABLE int | nodeType () const |
Q_INVOKABLE QString | nodeValue () const |
Q_INVOKABLE void | normalize () |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
Q_INVOKABLE QDomDocument | ownerDocument () const |
QObject * | parent () const |
Q_INVOKABLE QDomNode | parentNode () const |
Q_INVOKABLE QString | prefix () const |
Q_INVOKABLE QDomNode | previousSibling () const |
Q_INVOKABLE QDomElement | previousSiblingElement (const QString &tagName=QString()) const |
QVariant | property (const char *name) const |
Q_INVOKABLE QDomNode | removeChild (const QDomNode &oldChild) |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE QDomNode | replaceChild (const QDomNode &newChild, const QDomNode &oldChild) |
Q_INVOKABLE void | save (QTextStream &, int) const |
Q_INVOKABLE void | save (QTextStream &, int, int) const |
Q_INVOKABLE void | setNodeValue (const QString &) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
Q_INVOKABLE void | setPrefix (const QString &pre) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
QThread * | thread () const |
Q_INVOKABLE QDomAttr | toAttr () const |
Q_INVOKABLE QDomCDATASection | toCDATASection () const |
Q_INVOKABLE QDomCharacterData | toCharacterData () const |
Q_INVOKABLE QDomComment | toComment () const |
Q_INVOKABLE QDomDocument | toDocument () const |
Q_INVOKABLE QDomDocumentFragment | toDocumentFragment () const |
Q_INVOKABLE QDomDocumentType | toDocumentType () const |
Q_INVOKABLE QDomElement | toElement () const |
Q_INVOKABLE QDomEntity | toEntity () const |
Q_INVOKABLE QDomEntityReference | toEntityReference () const |
Q_INVOKABLE QDomNotation | toNotation () const |
Q_INVOKABLE QDomProcessingInstruction | toProcessingInstruction () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE QDomText | toText () const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QDomNodeProto::QDomNodeProto | ( | QObject * | parent | ) |
QDomNamedNodeMap QDomNodeProto::attributes | ( | ) | const |
QDomNodeList QDomNodeProto::childNodes | ( | ) | const |
void QDomNodeProto::clear | ( | ) |
QDomNode QDomNodeProto::cloneNode | ( | bool | deep = true | ) | const |
int QDomNodeProto::columnNumber | ( | ) | const |
QDomNode QDomNodeProto::firstChild | ( | ) | const |
QDomElement QDomNodeProto::firstChildElement | ( | const QString & | tagName = QString() | ) | const |
bool QDomNodeProto::hasAttributes | ( | ) | const |
bool QDomNodeProto::hasChildNodes | ( | ) | const |
bool QDomNodeProto::isAttr | ( | ) | const |
bool QDomNodeProto::isCDATASection | ( | ) | const |
bool QDomNodeProto::isCharacterData | ( | ) | const |
bool QDomNodeProto::isComment | ( | ) | const |
bool QDomNodeProto::isDocument | ( | ) | const |
bool QDomNodeProto::isDocumentFragment | ( | ) | const |
bool QDomNodeProto::isDocumentType | ( | ) | const |
bool QDomNodeProto::isElement | ( | ) | const |
bool QDomNodeProto::isEntity | ( | ) | const |
bool QDomNodeProto::isEntityReference | ( | ) | const |
bool QDomNodeProto::isNotation | ( | ) | const |
bool QDomNodeProto::isNull | ( | ) | const |
bool QDomNodeProto::isProcessingInstruction | ( | ) | const |
bool QDomNodeProto::isText | ( | ) | const |
QDomNode QDomNodeProto::lastChild | ( | ) | const |
QDomElement QDomNodeProto::lastChildElement | ( | const QString & | tagName = QString() | ) | const |
int QDomNodeProto::lineNumber | ( | ) | const |
QString QDomNodeProto::localName | ( | ) | const |
QString QDomNodeProto::namespaceURI | ( | ) | const |
QDomNode QDomNodeProto::nextSibling | ( | ) | const |
QDomElement QDomNodeProto::nextSiblingElement | ( | const QString & | taName = QString() | ) | const |
QString QDomNodeProto::nodeName | ( | ) | const |
int QDomNodeProto::nodeType | ( | ) | const |
QString QDomNodeProto::nodeValue | ( | ) | const |
void QDomNodeProto::normalize | ( | ) |
QDomDocument QDomNodeProto::ownerDocument | ( | ) | const |
QDomNode QDomNodeProto::parentNode | ( | ) | const |
QString QDomNodeProto::prefix | ( | ) | const |
QDomNode QDomNodeProto::previousSibling | ( | ) | const |
QDomElement QDomNodeProto::previousSiblingElement | ( | const QString & | tagName = QString() | ) | const |
void QDomNodeProto::save | ( | QTextStream & | stream, |
int | intarg | ||
) | const |
void QDomNodeProto::save | ( | QTextStream & | stream, |
int | intarg, | ||
int | policy | ||
) | const |
void QDomNodeProto::setNodeValue | ( | const QString & | value | ) |
void QDomNodeProto::setPrefix | ( | const QString & | pre | ) |
QDomAttr QDomNodeProto::toAttr | ( | ) | const |
QDomCDATASection QDomNodeProto::toCDATASection | ( | ) | const |
QDomCharacterData QDomNodeProto::toCharacterData | ( | ) | const |
QDomComment QDomNodeProto::toComment | ( | ) | const |
QDomDocument QDomNodeProto::toDocument | ( | ) | const |
QDomDocumentFragment QDomNodeProto::toDocumentFragment | ( | ) | const |
QDomDocumentType QDomNodeProto::toDocumentType | ( | ) | const |
QDomElement QDomNodeProto::toElement | ( | ) | const |
QDomEntity QDomNodeProto::toEntity | ( | ) | const |
QDomEntityReference QDomNodeProto::toEntityReference | ( | ) | const |
QDomNotation QDomNodeProto::toNotation | ( | ) | const |
QDomProcessingInstruction QDomNodeProto::toProcessingInstruction | ( | ) | const |
QString QDomNodeProto::toString | ( | ) | const |
QDomText QDomNodeProto::toText | ( | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |