##// END OF EJS Templates
added initial generated wrappers for Qt 4.4.3...
added initial generated wrappers for Qt 4.4.3 git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@49 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r13:d46b01f7163a
Show More
PythonQtWrapper_QXmlParseException.cpp
33 lines | 982 B | text/x-c | CppLexer
/ generated_cpp / com_trolltech_qt_xml / PythonQtWrapper_QXmlParseException.cpp
#include "PythonQtWrapper_QXmlParseException.h"
#include <QVariant>
QXmlParseException* PythonQtWrapper_QXmlParseException::new_QXmlParseException(const QString& name, int c, int l, const QString& p, const QString& s)
{
return new QXmlParseException(name, c, l, p, s); }
int PythonQtWrapper_QXmlParseException::columnNumber(QXmlParseException* theWrappedObject) const
{
return theWrappedObject->columnNumber();
}
int PythonQtWrapper_QXmlParseException::lineNumber(QXmlParseException* theWrappedObject) const
{
return theWrappedObject->lineNumber();
}
QString PythonQtWrapper_QXmlParseException::message(QXmlParseException* theWrappedObject) const
{
return theWrappedObject->message();
}
QString PythonQtWrapper_QXmlParseException::publicId(QXmlParseException* theWrappedObject) const
{
return theWrappedObject->publicId();
}
QString PythonQtWrapper_QXmlParseException::systemId(QXmlParseException* theWrappedObject) const
{
return theWrappedObject->systemId();
}