##// END OF EJS Templates
added PyLauncher example...
added PyLauncher example added hadError() to scripting console added addSysPath() git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@50 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r14:59f352c6d9fb
Show More
PythonQtWrapper_QAbstractXmlNodeModel.cpp
63 lines | 2.2 KiB | text/x-c | CppLexer
/ generated_cpp / com_trolltech_qt_xmlpatterns / PythonQtWrapper_QAbstractXmlNodeModel.cpp
#include "PythonQtWrapper_QAbstractXmlNodeModel.h"
#include <QVariant>
#include <qabstractxmlnodemodel.h>
#include <qurl.h>
#include <qvector.h>
#include <qxmlname.h>
QUrl PythonQtWrapper_QAbstractXmlNodeModel::baseUri(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& ni) const
{
return theWrappedObject->baseUri(ni);
}
QXmlNodeModelIndex::DocumentOrder PythonQtWrapper_QAbstractXmlNodeModel::compareOrder(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& ni1, const QXmlNodeModelIndex& ni2) const
{
return theWrappedObject->compareOrder(ni1, ni2);
}
QUrl PythonQtWrapper_QAbstractXmlNodeModel::documentUri(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& ni) const
{
return theWrappedObject->documentUri(ni);
}
QXmlNodeModelIndex PythonQtWrapper_QAbstractXmlNodeModel::elementById(QAbstractXmlNodeModel* theWrappedObject, const QXmlName& NCName) const
{
return theWrappedObject->elementById(NCName);
}
QXmlNodeModelIndex::NodeKind PythonQtWrapper_QAbstractXmlNodeModel::kind(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& ni) const
{
return theWrappedObject->kind(ni);
}
QXmlName PythonQtWrapper_QAbstractXmlNodeModel::name(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& ni) const
{
return theWrappedObject->name(ni);
}
QVector<QXmlName > PythonQtWrapper_QAbstractXmlNodeModel::namespaceBindings(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& n) const
{
return theWrappedObject->namespaceBindings(n);
}
QVector<QXmlNodeModelIndex > PythonQtWrapper_QAbstractXmlNodeModel::nodesByIdref(QAbstractXmlNodeModel* theWrappedObject, const QXmlName& NCName) const
{
return theWrappedObject->nodesByIdref(NCName);
}
QXmlNodeModelIndex PythonQtWrapper_QAbstractXmlNodeModel::root(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& n) const
{
return theWrappedObject->root(n);
}
QString PythonQtWrapper_QAbstractXmlNodeModel::stringValue(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& n) const
{
return theWrappedObject->stringValue(n);
}
QVariant PythonQtWrapper_QAbstractXmlNodeModel::typedValue(QAbstractXmlNodeModel* theWrappedObject, const QXmlNodeModelIndex& n) const
{
return theWrappedObject->typedValue(n);
}