##// END OF EJS Templates
allow to pass invalid QVariants as QVariant parameter of slots...
allow to pass invalid QVariants as QVariant parameter of slots git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@127 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r91:7fc8b24bca05
Show More
PythonQtWrapper_QTextInlineObject.cpp
78 lines | 2.1 KiB | text/x-c | CppLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QTextInlineObject.cpp
#include "PythonQtWrapper_QTextInlineObject.h"
#include <PythonQtSignalReceiver.h>
#include <PythonQtMethodInfo.h>
#include <PythonQtConversion.h>
#include <QVariant>
#include <qrect.h>
#include <qtextformat.h>
QTextInlineObject* PythonQtWrapper_QTextInlineObject::new_QTextInlineObject()
{
return new QTextInlineObject(); }
qreal PythonQtWrapper_QTextInlineObject::descent(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->descent());
}
bool PythonQtWrapper_QTextInlineObject::isValid(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->isValid());
}
Qt::LayoutDirection PythonQtWrapper_QTextInlineObject::textDirection(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->textDirection());
}
void PythonQtWrapper_QTextInlineObject::setWidth(QTextInlineObject* theWrappedObject, qreal w)
{
( theWrappedObject->setWidth(w));
}
int PythonQtWrapper_QTextInlineObject::formatIndex(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->formatIndex());
}
QRectF PythonQtWrapper_QTextInlineObject::rect(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->rect());
}
void PythonQtWrapper_QTextInlineObject::setAscent(QTextInlineObject* theWrappedObject, qreal a)
{
( theWrappedObject->setAscent(a));
}
QTextFormat PythonQtWrapper_QTextInlineObject::format(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->format());
}
qreal PythonQtWrapper_QTextInlineObject::width(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->width());
}
qreal PythonQtWrapper_QTextInlineObject::height(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->height());
}
qreal PythonQtWrapper_QTextInlineObject::ascent(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->ascent());
}
void PythonQtWrapper_QTextInlineObject::setDescent(QTextInlineObject* theWrappedObject, qreal d)
{
( theWrappedObject->setDescent(d));
}
int PythonQtWrapper_QTextInlineObject::textPosition(QTextInlineObject* theWrappedObject) const
{
return ( theWrappedObject->textPosition());
}