From b010aa204f147420206435f389fddc62f082a4ba Mon Sep 17 00:00:00 2001 From: polos Date: Wed, 30 Nov 2016 21:49:56 +0100 Subject: [PATCH] add/review OpenGL related stuff --- helper/generate.lisp | 3 + helper/missing-types.txt | 4 +- helper/my-class-lists/gui/q-names.lisp | 3 +- helper/parse.lisp | 16 + helper/parsed/n-methods.lisp | 9 - helper/parsed/q-methods.lisp | 98 +++- helper/parsed/q-override.lisp | 11 +- src/ecl_fun.cpp | 8 + src/gen/_lobjects.cpp | 767 +++++++++++++------------ src/gen/_main_n_classes.h | 60 +- src/gen/_main_n_methods.h | 6 - src/gen/_main_q_classes.h | 292 +++++----- src/gen/_main_q_methods.h | 304 ++++++---- src/gen/help/_q_classes.h | 20 +- src/gen/help/_q_methods.h | 8 +- src/gen/network/_ini.cpp | 24 +- src/gen/network/_n_classes.h | 1 - src/gen/network/_n_methods.h | 3 - src/gen/network/_q_classes.h | 38 +- src/gen/network/_q_methods.h | 6 +- src/gen/sql/_ini.cpp | 22 +- src/gen/sql/_q_classes.h | 18 +- src/gen/sql/_q_methods.h | 10 +- src/gen/svg/_ini.cpp | 10 +- src/gen/svg/_q_classes.h | 4 +- src/gen/svg/_q_methods.h | 4 +- src/gen/webkit/_ini.cpp | 24 +- src/gen/webkit/_q_classes.h | 10 +- src/gen/webkit/_q_methods.h | 12 +- src/lisp/all-wrappers-1.lisp | 40 +- src/lisp/all-wrappers-10.lisp | 228 +++++++- src/lisp/all-wrappers-2.lisp | 44 +- src/lisp/all-wrappers-3.lisp | 78 +-- src/lisp/all-wrappers-4.lisp | 142 ++--- src/lisp/all-wrappers-5.lisp | 76 ++- src/lisp/all-wrappers-6.lisp | 114 ++-- src/lisp/all-wrappers-7.lisp | 126 ++-- src/lisp/all-wrappers-8.lisp | 228 ++++---- src/lisp/all-wrappers-9.lisp | 420 +++++++------- 39 files changed, 1876 insertions(+), 1415 deletions(-) diff --git a/helper/generate.lisp b/helper/generate.lisp index f38037e..011d360 100644 --- a/helper/generate.lisp +++ b/helper/generate.lisp @@ -1108,7 +1108,10 @@ "uchar" "uint" "ulong" + "GLint" "GLuint" + "GLenum" + "GLfloat" "QByteArray" "QChar" "QFileInfoList" diff --git a/helper/missing-types.txt b/helper/missing-types.txt index 80d875f..04fcc77 100644 --- a/helper/missing-types.txt +++ b/helper/missing-types.txt @@ -26,6 +26,7 @@ QList QList QList QList +QList QList QList QList @@ -39,7 +40,6 @@ QList QList QList QMarginsF -QMatrix3x3 QMultiMap QNetworkConfiguration QOpenGLContextGroup @@ -64,9 +64,9 @@ QVariantHash QVector QVector QVector +QVector QVector QWindowList -Q_IPV6ADDR quint16 quint64 quint8 diff --git a/helper/my-class-lists/gui/q-names.lisp b/helper/my-class-lists/gui/q-names.lisp index b697ee3..5704b7e 100644 --- a/helper/my-class-lists/gui/q-names.lisp +++ b/helper/my-class-lists/gui/q-names.lisp @@ -71,7 +71,7 @@ "QGraphicsScale" "QGraphicsScene" "QGraphicsTextItem" - "QGraphicsTransform" + "//QGraphicsTransform" "//QGraphicsObject" "QGraphicsProxyWidget" "QGraphicsView" @@ -107,6 +107,7 @@ "QObject" "QOpenGLContext" "QOpenGLShader" + "QOpenGLShaderProgram" "QOpenGLWidget" "QOpenGLWindow" "QPageSetupDialog" diff --git a/helper/parse.lisp b/helper/parse.lisp index d0cd3d4..f348dcd 100644 --- a/helper/parse.lisp +++ b/helper/parse.lisp @@ -55,6 +55,8 @@ "FT_Face" "GLfloat *" "GLfloat[" + "GLint *" + "GLuint *" "Handle" "HANDLE" "HBITMAP" @@ -77,6 +79,7 @@ "T " (format nil "T~C" #\Tab) "Q_PID" + "Q_IPV6ADDR" "QAbstractOpenGLFunctions" "QAccessible::State" "QPair" @@ -84,6 +87,7 @@ "QDecoration" "QGenericArgument" "QGenericMatrix" + "QGraphicsTransform *" "QHash" "QIODevice" "QList" @@ -92,6 +96,15 @@ "QList" "QByteArray *" "QByteArray & buffer ()" + "QMatrix2x2" + "QMatrix2x3" + "QMatrix2x4" + "QMatrix3x2" + "QMatrix3x3" + "QMatrix3x4" + "QMatrix4x2" + "QMatrix4x3" + "QMatrix4x4 *" "QMap" "QMetaClassInfo" "QMetaEnum" @@ -102,6 +115,9 @@ "QSet<" "QSymbianEvent" "QTextObjectInterface" + "QVector2D *" + "QVector3D *" + "QVector4D *" "QWebNetworkRequest" "QWSEvent" "QXmlStreamReader" diff --git a/helper/parsed/n-methods.lisp b/helper/parsed/n-methods.lisp index 7678a5e..6cdb8c0 100644 --- a/helper/parsed/n-methods.lisp +++ b/helper/parsed/n-methods.lisp @@ -962,7 +962,6 @@ "void setTransform ( const QTransform & , bool = false )" "void setTransformOriginPoint ( const QPointF & )" "void setTransformOriginPoint ( qreal , qreal )" - "void setTransformations ( const QList & )" "void setVisible ( bool )" "void setX ( qreal )" "void setY ( qreal )" @@ -977,7 +976,6 @@ "QGraphicsWidget * topLevelWidget () const" "QTransform transform () const" "QPointF transformOriginPoint () const" - "QList transformations () const" "virtual int type () const" "void ungrabKeyboard ()" "void ungrabMouse ()" @@ -1250,7 +1248,6 @@ "new QHostAddress ()" "new QHostAddress ( quint8 * )" "new QHostAddress ( const quint8 * )" - "new QHostAddress ( const Q_IPV6ADDR & )" "new QHostAddress ( const sockaddr * )" "new QHostAddress ( const QString & )" "new QHostAddress ( const QHostAddress & )" @@ -1263,11 +1260,9 @@ "QString scopeId () const" "void setAddress ( quint8 * )" "void setAddress ( const quint8 * )" - "void setAddress ( const Q_IPV6ADDR & )" "bool setAddress ( const QString & )" "void setAddress ( const sockaddr * )" "void setScopeId ( const QString & )" - "Q_IPV6ADDR toIPv6Address () const" "QString toString () const") (("QHostInfo" . NIL) "new QHostInfo ( int = -1 )" @@ -1686,7 +1681,6 @@ "QRect mapRect ( const QRect & ) const" "QRectF mapRect ( const QRectF & ) const" "QVector3D mapVector ( const QVector3D & ) const" - "QMatrix3x3 normalMatrix () const" "void optimize ()" "void ortho ( float , float , float , float , float , float )" "void ortho ( const QRect & )" @@ -2557,7 +2551,6 @@ "new QQuaternion ( float , const QVector3D & )" "new QQuaternion ( const QVector4D & )" "QQuaternion conjugated () const" - "void getAxes ( QVector3D * , QVector3D * , QVector3D * ) const" "QQuaternion inverted () const" "bool isIdentity () const" "bool isNull () const" @@ -2574,7 +2567,6 @@ "void setY ( float )" "void setZ ( float )" "QVector3D toEulerAngles () const" - "QMatrix3x3 toRotationMatrix () const" "QVector4D toVector4D () const" "QVector3D vector () const" "float x () const" @@ -2587,7 +2579,6 @@ "static QQuaternion fromDirection ( const QVector3D & , const QVector3D & )" "static QQuaternion fromEulerAngles ( float , float , float )" "static QQuaternion fromEulerAngles ( const QVector3D & )" - "static QQuaternion fromRotationMatrix ( const QMatrix3x3 & )" "static QQuaternion nlerp ( const QQuaternion & , const QQuaternion & , float )" "static QQuaternion rotationTo ( const QVector3D & , const QVector3D & )" "static QQuaternion slerp ( const QQuaternion & , const QQuaternion & , float )") diff --git a/helper/parsed/q-methods.lisp b/helper/parsed/q-methods.lisp index 55ff026..c1745db 100644 --- a/helper/parsed/q-methods.lisp +++ b/helper/parsed/q-methods.lisp @@ -1392,8 +1392,7 @@ "void setAngle ( qreal )" "void setAxis ( const QVector3D & )" "void setAxis ( Qt::Axis )" - "void setOrigin ( const QVector3D & )" - "virtual void applyTo ( QMatrix4x4 * ) const") + "void setOrigin ( const QVector3D & )") (("QGraphicsScale" . "QGraphicsTransform") "new QGraphicsScale ( QObject * = 0 )" "QVector3D origin () const" @@ -1403,8 +1402,7 @@ "void setZScale ( qreal )" "qreal xScale () const" "qreal yScale () const" - "qreal zScale () const" - "virtual void applyTo ( QMatrix4x4 * ) const") + "qreal zScale () const") (("QGraphicsScene" . "QObject") "new QGraphicsScene ( QObject * = 0 )" "new QGraphicsScene ( const QRectF & , QObject * = 0 )" @@ -1523,9 +1521,7 @@ "virtual void paint ( QPainter * , const QStyleOptionGraphicsItem * , QWidget * )" "virtual QPainterPath shape () const" "virtual int type () const") - (("QGraphicsTransform" . "QObject") - "new QGraphicsTransform ( QObject * = 0 )" - "virtual void applyTo ( QMatrix4x4 * ) const = 0") + (("QGraphicsTransform" . "QObject")) (("QGraphicsView" . "QAbstractScrollArea") "new QGraphicsView ( QWidget * = 0 )" "new QGraphicsView ( QGraphicsScene * , QWidget * = 0 )" @@ -2747,6 +2743,94 @@ "QOpenGLShader::ShaderType shaderType () const" "QByteArray sourceCode () const" "static bool hasOpenGLShaders ( ShaderType , QOpenGLContext * = 0 )") + (("QOpenGLShaderProgram" . "QObject") + "new QOpenGLShaderProgram ( QObject * = 0 )" + "bool addShader ( QOpenGLShader * )" + "bool addShaderFromSourceCode ( QOpenGLShader::ShaderType , const char * )" + "bool addShaderFromSourceCode ( QOpenGLShader::ShaderType , const QByteArray & )" + "bool addShaderFromSourceCode ( QOpenGLShader::ShaderType , const QString & )" + "bool addShaderFromSourceFile ( QOpenGLShader::ShaderType , const QString & )" + "int attributeLocation ( const char * ) const" + "int attributeLocation ( const QByteArray & ) const" + "int attributeLocation ( const QString & ) const" + "bool bind ()" + "void bindAttributeLocation ( const char * , int )" + "void bindAttributeLocation ( const QByteArray & , int )" + "void bindAttributeLocation ( const QString & , int )" + "bool create ()" + "QVector defaultInnerTessellationLevels () const" + "QVector defaultOuterTessellationLevels () const" + "void disableAttributeArray ( int )" + "void disableAttributeArray ( const char * )" + "void enableAttributeArray ( int )" + "void enableAttributeArray ( const char * )" + "bool isLinked () const" + "virtual bool link ()" + "QString log () const" + "int maxGeometryOutputVertices () const" + "int patchVertexCount () const" + "GLuint programId () const" + "void release ()" + "void removeAllShaders ()" + "void removeShader ( QOpenGLShader * )" + "void setAttributeBuffer ( int , GLenum , int , int , int = 0 )" + "void setAttributeBuffer ( const char * , GLenum , int , int , int = 0 )" + "void setAttributeValue ( int , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( int , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( int , const QVector2D & )" + "void setAttributeValue ( int , const QVector3D & )" + "void setAttributeValue ( int , const QVector4D & )" + "void setAttributeValue ( int , const QColor & )" + "void setAttributeValue ( const char * , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setAttributeValue ( const char * , const QVector2D & )" + "void setAttributeValue ( const char * , const QVector3D & )" + "void setAttributeValue ( const char * , const QVector4D & )" + "void setAttributeValue ( const char * , const QColor & )" + "void setDefaultInnerTessellationLevels ( const QVector & )" + "void setDefaultOuterTessellationLevels ( const QVector & )" + "void setPatchVertexCount ( int )" + "void setUniformValue ( int , GLfloat )" + "void setUniformValue ( const char * , const QPointF & )" + "void setUniformValue ( const char * , const QSize & )" + "void setUniformValue ( const char * , const QSizeF & )" + "void setUniformValue ( const char * , const QMatrix4x4 & )" + "void setUniformValue ( const char * , const QTransform & )" + "void setUniformValue ( int , GLint )" + "void setUniformValue ( int , GLuint )" + "void setUniformValue ( int , GLfloat , GLfloat )" + "void setUniformValue ( int , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( int , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( int , const QVector2D & )" + "void setUniformValue ( int , const QVector3D & )" + "void setUniformValue ( int , const QVector4D & )" + "void setUniformValue ( int , const QColor & )" + "void setUniformValue ( int , const QPoint & )" + "void setUniformValue ( int , const QPointF & )" + "void setUniformValue ( int , const QSize & )" + "void setUniformValue ( int , const QSizeF & )" + "void setUniformValue ( int , const QMatrix4x4 & )" + "void setUniformValue ( int , const QTransform & )" + "void setUniformValue ( const char * , GLfloat )" + "void setUniformValue ( const char * , GLint )" + "void setUniformValue ( const char * , GLuint )" + "void setUniformValue ( const char * , GLfloat , GLfloat )" + "void setUniformValue ( const char * , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( const char * , GLfloat , GLfloat , GLfloat , GLfloat )" + "void setUniformValue ( const char * , const QVector2D & )" + "void setUniformValue ( const char * , const QVector3D & )" + "void setUniformValue ( const char * , const QVector4D & )" + "void setUniformValue ( const char * , const QColor & )" + "void setUniformValue ( const char * , const QPoint & )" + "QList shaders () const" + "int uniformLocation ( const char * ) const" + "int uniformLocation ( const QByteArray & ) const" + "int uniformLocation ( const QString & ) const" + "static bool hasOpenGLShaderPrograms ( QOpenGLContext * = 0 )") (("QOpenGLWidget" . "QWidget") "new QOpenGLWidget ( QWidget * = 0 , Qt::WindowFlags = 0 )" "QOpenGLContext * context () const" diff --git a/helper/parsed/q-override.lisp b/helper/parsed/q-override.lisp index e2eaa67..59da033 100644 --- a/helper/parsed/q-override.lisp +++ b/helper/parsed/q-override.lisp @@ -575,10 +575,8 @@ "virtual QSizeF sizeHint ( Qt::SizeHint , const QSizeF & = QSizeF() ) const" "virtual void ungrabMouseEvent ( QEvent * )" "virtual void wheelEvent ( QGraphicsSceneWheelEvent * )") - (("QGraphicsRotation" . "QGraphicsTransform") - "virtual void applyTo ( QMatrix4x4 * ) const") - (("QGraphicsScale" . "QGraphicsTransform") - "virtual void applyTo ( QMatrix4x4 * ) const") + (("QGraphicsRotation" . "QGraphicsTransform")) + (("QGraphicsScale" . "QGraphicsTransform")) (("QGraphicsScene" . "QObject") "virtual QVariant inputMethodQuery ( Qt::InputMethodQuery ) const" "virtual void contextMenuEvent ( QGraphicsSceneContextMenuEvent * )" @@ -632,8 +630,7 @@ "virtual void mousePressEvent ( QGraphicsSceneMouseEvent * )" "virtual void mouseReleaseEvent ( QGraphicsSceneMouseEvent * )" "virtual bool sceneEvent ( QEvent * )") - (("QGraphicsTransform" . "QObject") - "virtual void applyTo ( QMatrix4x4 * ) const = 0") + (("QGraphicsTransform" . "QObject")) (("QGraphicsView" . "QAbstractScrollArea") "virtual void drawBackground ( QPainter * , const QRectF & )" "virtual void drawForeground ( QPainter * , const QRectF & )" @@ -1051,6 +1048,8 @@ "virtual void timerEvent ( QTimerEvent * )") (("QOpenGLContext" . "QObject")) (("QOpenGLShader" . "QObject")) + (("QOpenGLShaderProgram" . "QObject") + "virtual bool link ()") (("QOpenGLWidget" . "QWidget") "virtual void initializeGL ()" "virtual void paintGL ()" diff --git a/src/ecl_fun.cpp b/src/ecl_fun.cpp index eb90db9..147f385 100644 --- a/src/ecl_fun.cpp +++ b/src/ecl_fun.cpp @@ -86,6 +86,7 @@ META_TYPE (T_QVector_QRectF, QVector) META_TYPE (T_QVector_QRgb, QVector) META_TYPE (T_QVector_QTextFormat, QVector) META_TYPE (T_QVector_QTextLength, QVector) +META_TYPE (T_QVector_float, QVector) META_TYPE (T_QVector_qreal, QVector) META_TYPE (T_WId, WId) @@ -377,6 +378,9 @@ static T toFloat(cl_object l_num) { } return f; } +static float toFloat(cl_object l_num) { + return toFloat(l_num); } + static qreal toReal(cl_object l_num) { return toFloat(l_num); } @@ -806,6 +810,7 @@ TO_QT_VECTOR_VAL (QRectF) TO_QT_VECTOR_VAL (QTextFormat) TO_QT_VECTOR_VAL (QTextLength) TO_QT_VECTOR_VAL2 (QRgb, UInt) +TO_QT_VECTOR_VAL2 (float, Float) TO_QT_VECTOR_VAL2 (qreal, Real) QVariant toQVariant(cl_object l_obj, const char* s_type, int type) { @@ -1014,6 +1019,7 @@ TO_CL_VECTOR_VAL (QRectF, qrectf) TO_CL_VECTOR_VAL (QTextFormat, qtextformat) TO_CL_VECTOR_VAL (QTextLength, qtextlength) TO_CL_VECTOR_VAL2 (QRgb, qrgb, ecl_make_unsigned_integer) +TO_CL_VECTOR_VAL2 (float, float, ecl_make_singlefloat) TO_CL_VECTOR_VAL2 (qreal, qreal, ecl_make_doublefloat) static cl_object from_qvariant_value(const QVariant& var) { @@ -1200,6 +1206,7 @@ static MetaArg toMetaArg(const QByteArray& sType, cl_object l_arg) { else if(T_QVector_QRgb == n) p = new QVector(toQRgbVector(l_arg)); else if(T_QVector_QTextFormat == n) p = new QVector(toQTextFormatVector(l_arg)); else if(T_QVector_QTextLength == n) p = new QVector(toQTextLengthVector(l_arg)); + else if(T_QVector_float == n) p = new QVector(tofloatVector(l_arg)); else if(T_QVector_qreal == n) p = new QVector(toqrealVector(l_arg)); else if(T_WId == n) p = new ulong(toUInt(l_arg)); else if(T_GLint == n) p = new GLint(toInt(l_arg)); @@ -1351,6 +1358,7 @@ cl_object to_lisp_arg(const MetaArg& arg) { else if(T_QVector_QRgb == n) l_ret = from_qrgbvector(*(QVector*)p); else if(T_QVector_QTextFormat == n) l_ret = from_qtextformatvector(*(QVector*)p); else if(T_QVector_QTextLength == n) l_ret = from_qtextlengthvector(*(QVector*)p); + else if(T_QVector_float == n) l_ret = from_floatvector(*(QVector*)p); else if(T_QVector_qreal == n) l_ret = from_qrealvector(*(QVector*)p); else if(T_WId == n) l_ret = ecl_make_unsigned_integer(*(ulong*)p); else if(T_GLint == n) l_ret = ecl_make_integer(*(GLint*)p); diff --git a/src/gen/_lobjects.cpp b/src/gen/_lobjects.cpp index ba1e8aa..70d561c 100644 --- a/src/gen/_lobjects.cpp +++ b/src/gen/_lobjects.cpp @@ -130,43 +130,43 @@ NumList LGraphicsDropShadowEffect::overrideIds = NumList() << 221 << 222; NumList LGraphicsEffect::overrideIds = NumList() << 221 << 222 << 223; NumList LGraphicsOpacityEffect::overrideIds = NumList() << 222; NumList LGraphicsProxyWidget::overrideIds = NumList() << 224 << 225 << 226 << 227 << 228 << 229 << 230 << 231 << 5 << 13 << 34 << 14 << 232 << 35 << 233 << 234 << 235 << 36 << 23 << 236 << 15 << 16 << 237 << 238 << 239 << 240 << 241 << 41 << 242 << 243 << 244; -NumList LGraphicsRotation::overrideIds = NumList() << 257; -NumList LGraphicsScale::overrideIds = NumList() << 257; -NumList LGraphicsScene::overrideIds = NumList() << 23 << 227 << 228 << 229 << 230 << 258 << 259 << 231 << 13 << 14 << 260 << 36 << 15 << 16 << 237 << 238 << 239 << 240 << 244 << 5; -NumList LGraphicsTextItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226 << 227 << 228 << 229 << 230 << 231 << 13 << 14 << 233 << 234 << 235 << 36 << 23 << 15 << 16 << 237 << 238 << 239 << 240 << 255; -NumList LGraphicsTransform::overrideIds = NumList() << 257; -NumList LGraphicsView::overrideIds = NumList() << 258 << 259 << 23 << 25 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 106 << 41 << 103 << 43; +NumList LGraphicsRotation::overrideIds = NumList(); +NumList LGraphicsScale::overrideIds = NumList(); +NumList LGraphicsScene::overrideIds = NumList() << 23 << 227 << 228 << 229 << 230 << 257 << 258 << 231 << 13 << 14 << 259 << 36 << 15 << 16 << 237 << 238 << 239 << 240 << 244 << 5; +NumList LGraphicsTextItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226 << 227 << 228 << 229 << 230 << 231 << 13 << 14 << 233 << 234 << 235 << 36 << 23 << 15 << 16 << 237 << 238 << 239 << 240 << 255; +NumList LGraphicsView::overrideIds = NumList() << 257 << 258 << 23 << 25 << 28 << 29 << 30 << 31 << 32 << 13 << 34 << 14 << 36 << 15 << 16 << 38 << 17 << 18 << 19 << 20 << 40 << 106 << 41 << 103 << 43; NumList LGraphicsWidget::overrideIds = NumList() << 245 << 12 << 27 << 34 << 246 << 232 << 35 << 247 << 248 << 249 << 241 << 41 << 250 << 243 << 251 << 252 << 253 << 224 << 225 << 254 << 226 << 13 << 14 << 234 << 235 << 236 << 255 << 242 << 256; NumList LGridLayout::overrideIds = NumList() << 162 << 163 << 21 << 22 << 164 << 165 << 166 << 167 << 168 << 169 << 25 << 170 << 161; NumList LGroupBox::overrideIds = NumList() << 24 << 12 << 6 << 13 << 17 << 18 << 19 << 20 << 40; NumList LGuiApplication::overrideIds = NumList() << 160; NumList LHBoxLayout::overrideIds = NumList(); -NumList LHeaderView::overrideIds = NumList() << 264 << 265 << 139 << 87 << 108 << 25 << 181 << 93 << 38 << 17 << 18 << 19 << 20 << 98 << 100 << 103; +NumList LHeaderView::overrideIds = NumList() << 263 << 264 << 139 << 87 << 108 << 25 << 181 << 93 << 38 << 17 << 18 << 19 << 20 << 98 << 100 << 103; NumList LHistoryState::overrideIds = NumList() << 146 << 147; NumList LIODevice::overrideIds = NumList() << 126 << 127 << 128 << 129 << 130 << 131 << 137 << 138 << 139 << 140 << 141 << 132 << 133 << 134 << 135 << 136; NumList LInputDialog::overrideIds = NumList() << 177 << 24 << 108 << 25; -NumList LIntValidator::overrideIds = NumList() << 272 << 142 << 144; -NumList LItemDelegate::overrideIds = NumList() << 273 << 274 << 275 << 276 << 46 << 50 << 51 << 52 << 53 << 54 << 48 << 5; +NumList LIntValidator::overrideIds = NumList() << 271 << 142 << 144; +NumList LItemDelegate::overrideIds = NumList() << 272 << 273 << 274 << 275 << 46 << 50 << 51 << 52 << 53 << 54 << 48 << 5; NumList LItemSelectionModel::overrideIds = NumList(); NumList LKeyEventTransition::overrideIds = NumList() << 158 << 159; NumList LLCDNumber::overrideIds = NumList() << 25 << 20; NumList LLabel::overrideIds = NumList() << 22 << 24 << 25 << 12 << 28 << 13 << 34 << 14 << 15 << 17 << 18 << 19 << 20; NumList LLibrary::overrideIds = NumList(); NumList LLineEdit::overrideIds = NumList() << 23 << 24 << 25 << 12 << 28 << 29 << 30 << 31 << 32 << 13 << 14 << 36 << 15 << 38 << 17 << 18 << 19 << 20; -NumList LListView::overrideIds = NumList() << 84 << 86 << 91 << 181 << 268 << 30 << 31 << 32 << 93 << 94 << 17 << 19 << 95 << 20 << 40 << 269 << 182 << 96 << 270 << 98 << 99 << 8 << 271 << 100 << 101 << 104 << 102; -NumList LListWidget::overrideIds = NumList() << 277 << 278 << 70 << 83 << 32; -NumList LMainWindow::overrideIds = NumList() << 282 << 28; +NumList LListView::overrideIds = NumList() << 84 << 86 << 91 << 181 << 267 << 30 << 31 << 32 << 93 << 94 << 17 << 19 << 95 << 20 << 40 << 268 << 182 << 96 << 269 << 98 << 99 << 8 << 270 << 100 << 101 << 104 << 102; +NumList LListWidget::overrideIds = NumList() << 276 << 277 << 70 << 83 << 32; +NumList LMainWindow::overrideIds = NumList() << 281 << 28; NumList LMdiArea::overrideIds = NumList() << 24 << 25 << 6 << 5 << 20 << 40 << 106 << 41 << 8 << 103; NumList LMdiSubWindow::overrideIds = NumList() << 24 << 25 << 12 << 6 << 27 << 28 << 5 << 13 << 14 << 35 << 15 << 37 << 38 << 17 << 18 << 19 << 39 << 20 << 40 << 41 << 8; NumList LMenu::overrideIds = NumList() << 25 << 26 << 12 << 33 << 34 << 35 << 15 << 37 << 17 << 18 << 19 << 20 << 8 << 43; NumList LMenuBar::overrideIds = NumList() << 22 << 24 << 25 << 26 << 12 << 5 << 13 << 14 << 15 << 37 << 17 << 18 << 19 << 20 << 40 << 8; NumList LMessageBox::overrideIds = NumList() << 108 << 12 << 27 << 15 << 40 << 41; -NumList LMimeData::overrideIds = NumList() << 283 << 284 << 285; +NumList LMimeData::overrideIds = NumList() << 282 << 283 << 284; NumList LMouseEventTransition::overrideIds = NumList() << 158 << 159; NumList LMovie::overrideIds = NumList(); NumList LObject::overrideIds = NumList() << 5 << 6 << 7 << 8; NumList LOpenGLContext::overrideIds = NumList(); NumList LOpenGLShader::overrideIds = NumList(); +NumList LOpenGLShaderProgram::overrideIds = NumList() << 296; NumList LOpenGLWidget::overrideIds = NumList() << 297 << 298 << 299 << 20 << 40; NumList LOpenGLWindow::overrideIds = NumList() << 297 << 298 << 300 << 301 << 299 << 20 << 40; NumList LPageSetupDialog::overrideIds = NumList() << 177 << 107 << 108; @@ -215,7 +215,7 @@ NumList LSyntaxHighlighter::overrideIds = NumList() << 359; NumList LSystemTrayIcon::overrideIds = NumList(); NumList LTabBar::overrideIds = NumList() << 360 << 361 << 362 << 363 << 364 << 24 << 25 << 12 << 35 << 15 << 17 << 18 << 19 << 20 << 40 << 41 << 8 << 43; NumList LTabWidget::overrideIds = NumList() << 361 << 363 << 21 << 22 << 24 << 25 << 12 << 15 << 20 << 40 << 41; -NumList LTableView::overrideIds = NumList() << 84 << 87 << 180 << 88 << 181 << 93 << 94 << 95 << 20 << 96 << 270 << 98 << 89 << 90 << 8 << 271 << 100 << 101 << 104; +NumList LTableView::overrideIds = NumList() << 84 << 87 << 180 << 88 << 181 << 93 << 94 << 95 << 20 << 96 << 269 << 98 << 89 << 90 << 8 << 270 << 100 << 101 << 104; NumList LTableWidget::overrideIds = NumList() << 365 << 366 << 70 << 83 << 32; NumList LTapAndHoldGesture::overrideIds = NumList(); NumList LTapGesture::overrideIds = NumList(); @@ -234,7 +234,7 @@ NumList LToolBar::overrideIds = NumList() << 26 << 12 << 20; NumList LToolBox::overrideIds = NumList() << 372 << 373 << 12 << 41; NumList LToolButton::overrideIds = NumList() << 24 << 25 << 26 << 12 << 33 << 10 << 37 << 18 << 19 << 11 << 20 << 8; NumList LTranslator::overrideIds = NumList() << 174 << 374; -NumList LTreeView::overrideIds = NumList() << 266 << 267 << 268 << 84 << 85 << 139 << 86 << 179 << 87 << 180 << 88 << 91 << 181 << 31 << 93 << 94 << 15 << 38 << 17 << 18 << 19 << 95 << 20 << 269 << 182 << 106 << 96 << 270 << 98 << 89 << 8 << 271 << 100 << 103 << 104 << 102; +NumList LTreeView::overrideIds = NumList() << 265 << 266 << 267 << 84 << 85 << 139 << 86 << 179 << 87 << 180 << 88 << 91 << 181 << 31 << 93 << 94 << 15 << 38 << 17 << 18 << 19 << 95 << 20 << 268 << 182 << 106 << 96 << 269 << 98 << 89 << 8 << 270 << 100 << 103 << 104 << 102; NumList LTreeWidget::overrideIds = NumList() << 375 << 376 << 70 << 83 << 88 << 32; NumList LUndoGroup::overrideIds = NumList(); NumList LUndoStack::overrideIds = NumList(); @@ -247,7 +247,7 @@ NumList LWidgetAction::overrideIds = NumList() << 396 << 397 << 5; NumList LWindow::overrideIds = NumList() << 302 << 303 << 13 << 14 << 35 << 15 << 16 << 38 << 17 << 18 << 19 << 39 << 40 << 41 << 42 << 304 << 43 << 305 << 141 << 306; NumList LWizard::overrideIds = NumList() << 398 << 399 << 400 << 401 << 108 << 25 << 177 << 20 << 40; NumList LWizardPage::overrideIds = NumList() << 402 << 403 << 404 << 398 << 405; -NumList LAbstractGraphicsShapeItem::overrideIds = NumList() << 262 << 263; +NumList LAbstractGraphicsShapeItem::overrideIds = NumList() << 261 << 262; NumList LAccessible::overrideIds = NumList(); NumList LAccessibleEvent::overrideIds = NumList() << 410; NumList LAccessibleWidget::overrideIds = NumList() << 411 << 412 << 413 << 414 << 415 << 416 << 417 << 418 << 419 << 420 << 421 << 422 << 423 << 424 << 425; @@ -285,18 +285,18 @@ NumList LFontMetrics::overrideIds = NumList(); NumList LGestureEvent::overrideIds = NumList(); NumList LGradient::overrideIds = NumList(); NumList LGraphicsAnchorLayout::overrideIds = NumList() << 162 << 164 << 165 << 432 << 225 << 242; -NumList LGraphicsEllipseItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; +NumList LGraphicsEllipseItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; NumList LGraphicsGridLayout::overrideIds = NumList() << 162 << 164 << 165 << 432 << 225 << 242; -NumList LGraphicsItem::overrideIds = NumList() << 406 << 253 << 407 << 408 << 261 << 262 << 263 << 224 << 254 << 226 << 227 << 228 << 229 << 230 << 231 << 13 << 14 << 233 << 234 << 235 << 36 << 23 << 236 << 15 << 16 << 237 << 238 << 239 << 240 << 255 << 409 << 244; -NumList LGraphicsItemGroup::overrideIds = NumList() << 253 << 262 << 263 << 224 << 226; +NumList LGraphicsItem::overrideIds = NumList() << 406 << 253 << 407 << 408 << 260 << 261 << 262 << 224 << 254 << 226 << 227 << 228 << 229 << 230 << 231 << 13 << 14 << 233 << 234 << 235 << 36 << 23 << 236 << 15 << 16 << 237 << 238 << 239 << 240 << 255 << 409 << 244; +NumList LGraphicsItemGroup::overrideIds = NumList() << 253 << 261 << 262 << 224 << 226; NumList LGraphicsLayout::overrideIds = NumList() << 162 << 164 << 165 << 432 << 433 << 256; NumList LGraphicsLayoutItem::overrideIds = NumList() << 225 << 256 << 242; -NumList LGraphicsLineItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; +NumList LGraphicsLineItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; NumList LGraphicsLinearLayout::overrideIds = NumList() << 162 << 164 << 165 << 432 << 225 << 242; -NumList LGraphicsPathItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; -NumList LGraphicsPixmapItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; -NumList LGraphicsPolygonItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; -NumList LGraphicsRectItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; +NumList LGraphicsPathItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; +NumList LGraphicsPixmapItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; +NumList LGraphicsPolygonItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; +NumList LGraphicsRectItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; NumList LGraphicsSceneContextMenuEvent::overrideIds = NumList(); NumList LGraphicsSceneDragDropEvent::overrideIds = NumList(); NumList LGraphicsSceneEvent::overrideIds = NumList(); @@ -306,7 +306,7 @@ NumList LGraphicsSceneMouseEvent::overrideIds = NumList(); NumList LGraphicsSceneMoveEvent::overrideIds = NumList(); NumList LGraphicsSceneResizeEvent::overrideIds = NumList(); NumList LGraphicsSceneWheelEvent::overrideIds = NumList(); -NumList LGraphicsSimpleTextItem::overrideIds = NumList() << 253 << 261 << 262 << 263 << 224 << 254 << 226; +NumList LGraphicsSimpleTextItem::overrideIds = NumList() << 253 << 260 << 261 << 262 << 224 << 254 << 226; NumList LHelpEvent::overrideIds = NumList(); NumList LHideEvent::overrideIds = NumList(); NumList LHoverEvent::overrideIds = NumList(); @@ -417,7 +417,7 @@ void LObjects::ini(EQL* e) { ok = true; eql = e; dynObject = new DynObject; - Q = new QObject* [222]; for(int i = 0; i < 222; ++i) { Q[i] = 0; } + Q = new QObject* [223]; for(int i = 0; i < 223; ++i) { Q[i] = 0; } N = new QObject* [205]; for(int i = 0; i < 205; ++i) { N[i] = 0; } Q[0] = new Q1; Q[1] = new Q2; @@ -561,7 +561,7 @@ void LObjects::ini(EQL* e) { Q[157] = new Q158; Q[158] = new Q159; Q[159] = new Q160; - Q[165] = new Q166; + Q[160] = new Q161; Q[166] = new Q167; Q[167] = new Q168; Q[168] = new Q169; @@ -570,7 +570,7 @@ void LObjects::ini(EQL* e) { Q[171] = new Q172; Q[172] = new Q173; Q[173] = new Q174; - Q[176] = new Q177; + Q[174] = new Q175; Q[177] = new Q178; Q[178] = new Q179; Q[179] = new Q180; @@ -579,7 +579,7 @@ void LObjects::ini(EQL* e) { Q[182] = new Q183; Q[183] = new Q184; Q[184] = new Q185; - Q[187] = new Q188; + Q[185] = new Q186; Q[188] = new Q189; Q[189] = new Q190; Q[190] = new Q191; @@ -596,17 +596,18 @@ void LObjects::ini(EQL* e) { Q[201] = new Q202; Q[202] = new Q203; Q[203] = new Q204; - Q[205] = new Q206; + Q[204] = new Q205; Q[206] = new Q207; Q[207] = new Q208; Q[208] = new Q209; Q[209] = new Q210; Q[210] = new Q211; - Q[217] = new Q218; + Q[211] = new Q212; Q[218] = new Q219; Q[219] = new Q220; Q[220] = new Q221; Q[221] = new Q222; + Q[222] = new Q223; N[0] = new N1; N[1] = new N2; N[2] = new N3; @@ -900,105 +901,106 @@ void LObjects::ini(EQL* e) { q_names["QObject"] = 121; q_names["QOpenGLContext"] = 122; q_names["QOpenGLShader"] = 123; - q_names["QOpenGLWidget"] = 124; - q_names["QOpenGLWindow"] = 125; - q_names["QPageSetupDialog"] = 126; - q_names["QPaintDeviceWindow"] = 127; - q_names["QPanGesture"] = 128; - q_names["QParallelAnimationGroup"] = 129; - q_names["QPauseAnimation"] = 130; - q_names["QPinchGesture"] = 131; - q_names["QPlainTextDocumentLayout"] = 132; - q_names["QPlainTextEdit"] = 133; - q_names["QPluginLoader"] = 134; - q_names["QPrintDialog"] = 135; - q_names["QPrintPreviewDialog"] = 136; - q_names["QPrintPreviewWidget"] = 137; - q_names["QProcess"] = 138; - q_names["QProgressBar"] = 139; - q_names["QProgressDialog"] = 140; - q_names["QPropertyAnimation"] = 141; - q_names["QPushButton"] = 142; - q_names["QRadioButton"] = 143; - q_names["QRegExpValidator"] = 144; - q_names["QRubberBand"] = 145; - q_names["QScreen"] = 146; - q_names["QScrollArea"] = 147; - q_names["QScrollBar"] = 148; - q_names["QSequentialAnimationGroup"] = 149; - q_names["QSessionManager"] = 150; - q_names["QSettings"] = 151; - q_names["QShortcut"] = 152; - q_names["QSignalTransition"] = 153; - q_names["QSizeGrip"] = 154; - q_names["QSlider"] = 155; - q_names["QSortFilterProxyModel"] = 156; - q_names["QSpinBox"] = 157; - q_names["QSplashScreen"] = 158; - q_names["QSplitter"] = 159; - q_names["QSplitterHandle"] = 160; - q_names["QSqlDriver"] = 161; - q_names["QSqlQueryModel"] = 162; - q_names["QSqlRelationalDelegate"] = 163; - q_names["QSqlRelationalTableModel"] = 164; - q_names["QSqlTableModel"] = 165; - q_names["QStackedLayout"] = 166; - q_names["QStackedWidget"] = 167; - q_names["QStandardItemModel"] = 168; - q_names["QState"] = 169; - q_names["QStateMachine"] = 170; - q_names["QStatusBar"] = 171; - q_names["QStringListModel"] = 172; - q_names["QStyle"] = 173; - q_names["QStyledItemDelegate"] = 174; - q_names["QSvgRenderer"] = 175; - q_names["QSvgWidget"] = 176; - q_names["QSwipeGesture"] = 177; - q_names["QSyntaxHighlighter"] = 178; - q_names["QSystemTrayIcon"] = 179; - q_names["QTabBar"] = 180; - q_names["QTabWidget"] = 181; - q_names["QTableView"] = 182; - q_names["QTableWidget"] = 183; - q_names["QTapAndHoldGesture"] = 184; - q_names["QTapGesture"] = 185; - q_names["QTcpServer"] = 186; - q_names["QTcpSocket"] = 187; - q_names["QTextBlockGroup"] = 188; - q_names["QTextBrowser"] = 189; - q_names["QTextDocument"] = 190; - q_names["QTextEdit"] = 191; - q_names["QTextFrame"] = 192; - q_names["QTextList"] = 193; - q_names["QTextObject"] = 194; - q_names["QTextTable"] = 195; - q_names["QTimeEdit"] = 196; - q_names["QTimeLine"] = 197; - q_names["QTimer"] = 198; - q_names["QToolBar"] = 199; - q_names["QToolBox"] = 200; - q_names["QToolButton"] = 201; - q_names["QTranslator"] = 202; - q_names["QTreeView"] = 203; - q_names["QTreeWidget"] = 204; - q_names["QUdpSocket"] = 205; - q_names["QUndoGroup"] = 206; - q_names["QUndoStack"] = 207; - q_names["QUndoView"] = 208; - q_names["QVBoxLayout"] = 209; - q_names["QValidator"] = 210; - q_names["QVariantAnimation"] = 211; - q_names["QWebFrame"] = 212; - q_names["QWebHistoryInterface"] = 213; - q_names["QWebInspector"] = 214; - q_names["QWebPage"] = 215; - q_names["QWebPluginFactory"] = 216; - q_names["QWebView"] = 217; - q_names["QWidget"] = 218; - q_names["QWidgetAction"] = 219; - q_names["QWindow"] = 220; - q_names["QWizard"] = 221; - q_names["QWizardPage"] = 222; + q_names["QOpenGLShaderProgram"] = 124; + q_names["QOpenGLWidget"] = 125; + q_names["QOpenGLWindow"] = 126; + q_names["QPageSetupDialog"] = 127; + q_names["QPaintDeviceWindow"] = 128; + q_names["QPanGesture"] = 129; + q_names["QParallelAnimationGroup"] = 130; + q_names["QPauseAnimation"] = 131; + q_names["QPinchGesture"] = 132; + q_names["QPlainTextDocumentLayout"] = 133; + q_names["QPlainTextEdit"] = 134; + q_names["QPluginLoader"] = 135; + q_names["QPrintDialog"] = 136; + q_names["QPrintPreviewDialog"] = 137; + q_names["QPrintPreviewWidget"] = 138; + q_names["QProcess"] = 139; + q_names["QProgressBar"] = 140; + q_names["QProgressDialog"] = 141; + q_names["QPropertyAnimation"] = 142; + q_names["QPushButton"] = 143; + q_names["QRadioButton"] = 144; + q_names["QRegExpValidator"] = 145; + q_names["QRubberBand"] = 146; + q_names["QScreen"] = 147; + q_names["QScrollArea"] = 148; + q_names["QScrollBar"] = 149; + q_names["QSequentialAnimationGroup"] = 150; + q_names["QSessionManager"] = 151; + q_names["QSettings"] = 152; + q_names["QShortcut"] = 153; + q_names["QSignalTransition"] = 154; + q_names["QSizeGrip"] = 155; + q_names["QSlider"] = 156; + q_names["QSortFilterProxyModel"] = 157; + q_names["QSpinBox"] = 158; + q_names["QSplashScreen"] = 159; + q_names["QSplitter"] = 160; + q_names["QSplitterHandle"] = 161; + q_names["QSqlDriver"] = 162; + q_names["QSqlQueryModel"] = 163; + q_names["QSqlRelationalDelegate"] = 164; + q_names["QSqlRelationalTableModel"] = 165; + q_names["QSqlTableModel"] = 166; + q_names["QStackedLayout"] = 167; + q_names["QStackedWidget"] = 168; + q_names["QStandardItemModel"] = 169; + q_names["QState"] = 170; + q_names["QStateMachine"] = 171; + q_names["QStatusBar"] = 172; + q_names["QStringListModel"] = 173; + q_names["QStyle"] = 174; + q_names["QStyledItemDelegate"] = 175; + q_names["QSvgRenderer"] = 176; + q_names["QSvgWidget"] = 177; + q_names["QSwipeGesture"] = 178; + q_names["QSyntaxHighlighter"] = 179; + q_names["QSystemTrayIcon"] = 180; + q_names["QTabBar"] = 181; + q_names["QTabWidget"] = 182; + q_names["QTableView"] = 183; + q_names["QTableWidget"] = 184; + q_names["QTapAndHoldGesture"] = 185; + q_names["QTapGesture"] = 186; + q_names["QTcpServer"] = 187; + q_names["QTcpSocket"] = 188; + q_names["QTextBlockGroup"] = 189; + q_names["QTextBrowser"] = 190; + q_names["QTextDocument"] = 191; + q_names["QTextEdit"] = 192; + q_names["QTextFrame"] = 193; + q_names["QTextList"] = 194; + q_names["QTextObject"] = 195; + q_names["QTextTable"] = 196; + q_names["QTimeEdit"] = 197; + q_names["QTimeLine"] = 198; + q_names["QTimer"] = 199; + q_names["QToolBar"] = 200; + q_names["QToolBox"] = 201; + q_names["QToolButton"] = 202; + q_names["QTranslator"] = 203; + q_names["QTreeView"] = 204; + q_names["QTreeWidget"] = 205; + q_names["QUdpSocket"] = 206; + q_names["QUndoGroup"] = 207; + q_names["QUndoStack"] = 208; + q_names["QUndoView"] = 209; + q_names["QVBoxLayout"] = 210; + q_names["QValidator"] = 211; + q_names["QVariantAnimation"] = 212; + q_names["QWebFrame"] = 213; + q_names["QWebHistoryInterface"] = 214; + q_names["QWebInspector"] = 215; + q_names["QWebPage"] = 216; + q_names["QWebPluginFactory"] = 217; + q_names["QWebView"] = 218; + q_names["QWidget"] = 219; + q_names["QWidgetAction"] = 220; + q_names["QWindow"] = 221; + q_names["QWizard"] = 222; + q_names["QWizardPage"] = 223; n_names["QAbstractGraphicsShapeItem"] = 1; n_names["QAccessible"] = 2; n_names["QAccessibleEvent"] = 3; @@ -1460,46 +1462,46 @@ void LObjects::ini(EQL* e) { override_function_ids["shape()"] = 254; override_function_ids["sceneEvent(QEvent*)"] = 255; override_function_ids["updateGeometry()"] = 256; - override_function_ids["applyTo(QMatrix4x4*)"] = 257; - override_function_ids["drawBackground(QPainter*,QRectF)"] = 258; - override_function_ids["drawForeground(QPainter*,QRectF)"] = 259; - override_function_ids["helpEvent(QGraphicsSceneHelpEvent*)"] = 260; - override_function_ids["contains(QPointF)"] = 261; - override_function_ids["isObscuredBy(QGraphicsItem*)"] = 262; - override_function_ids["opaqueArea()"] = 263; - override_function_ids["paintSection(QPainter*,QRect,int)"] = 264; - override_function_ids["sectionSizeFromContents(int)"] = 265; - override_function_ids["drawBranches(QPainter*,QRect,QModelIndex)"] = 266; - override_function_ids["drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)"] = 267; - override_function_ids["dataChanged(QModelIndex,QModelIndex,QVector)"] = 268; - override_function_ids["rowsAboutToBeRemoved(QModelIndex,int,int)"] = 269; - override_function_ids["selectionChanged(QItemSelection,QItemSelection)"] = 270; - override_function_ids["updateGeometries()"] = 271; - override_function_ids["setRange(int,int)"] = 272; - override_function_ids["drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)"] = 273; - override_function_ids["drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)"] = 274; - override_function_ids["drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)"] = 275; - override_function_ids["drawFocus(QPainter*,QStyleOptionViewItem,QRect)"] = 276; - override_function_ids["dropMimeData(int,QMimeData*,Qt::DropAction)"] = 277; - override_function_ids["mimeData(QList)"] = 278; - override_function_ids["hasPendingConnections()"] = 279; - override_function_ids["nextPendingConnection()"] = 280; - override_function_ids["incomingConnection(quintptr)"] = 281; - override_function_ids["createPopupMenu()"] = 282; - override_function_ids["formats()"] = 283; - override_function_ids["hasFormat(QString)"] = 284; - override_function_ids["retrieveData(QString,QVariant::Type)"] = 285; - override_function_ids["cookiesForUrl(QUrl)"] = 286; - override_function_ids["deleteCookie(QNetworkCookie)"] = 287; - override_function_ids["insertCookie(QNetworkCookie)"] = 288; - override_function_ids["setCookiesFromUrl(QList,QUrl)"] = 289; - override_function_ids["updateCookie(QNetworkCookie)"] = 290; - override_function_ids["validateCookie(QNetworkCookie,QUrl)"] = 291; - override_function_ids["expire()"] = 292; - override_function_ids["cacheSize()"] = 293; - override_function_ids["metaData(QUrl)"] = 294; - override_function_ids["remove(QUrl)"] = 295; - override_function_ids["updateMetaData(QNetworkCacheMetaData)"] = 296; + override_function_ids["drawBackground(QPainter*,QRectF)"] = 257; + override_function_ids["drawForeground(QPainter*,QRectF)"] = 258; + override_function_ids["helpEvent(QGraphicsSceneHelpEvent*)"] = 259; + override_function_ids["contains(QPointF)"] = 260; + override_function_ids["isObscuredBy(QGraphicsItem*)"] = 261; + override_function_ids["opaqueArea()"] = 262; + override_function_ids["paintSection(QPainter*,QRect,int)"] = 263; + override_function_ids["sectionSizeFromContents(int)"] = 264; + override_function_ids["drawBranches(QPainter*,QRect,QModelIndex)"] = 265; + override_function_ids["drawRow(QPainter*,QStyleOptionViewItem,QModelIndex)"] = 266; + override_function_ids["dataChanged(QModelIndex,QModelIndex,QVector)"] = 267; + override_function_ids["rowsAboutToBeRemoved(QModelIndex,int,int)"] = 268; + override_function_ids["selectionChanged(QItemSelection,QItemSelection)"] = 269; + override_function_ids["updateGeometries()"] = 270; + override_function_ids["setRange(int,int)"] = 271; + override_function_ids["drawCheck(QPainter*,QStyleOptionViewItem,QRect,Qt::CheckState)"] = 272; + override_function_ids["drawDecoration(QPainter*,QStyleOptionViewItem,QRect,QPixmap)"] = 273; + override_function_ids["drawDisplay(QPainter*,QStyleOptionViewItem,QRect,QString)"] = 274; + override_function_ids["drawFocus(QPainter*,QStyleOptionViewItem,QRect)"] = 275; + override_function_ids["dropMimeData(int,QMimeData*,Qt::DropAction)"] = 276; + override_function_ids["mimeData(QList)"] = 277; + override_function_ids["hasPendingConnections()"] = 278; + override_function_ids["nextPendingConnection()"] = 279; + override_function_ids["incomingConnection(quintptr)"] = 280; + override_function_ids["createPopupMenu()"] = 281; + override_function_ids["formats()"] = 282; + override_function_ids["hasFormat(QString)"] = 283; + override_function_ids["retrieveData(QString,QVariant::Type)"] = 284; + override_function_ids["cookiesForUrl(QUrl)"] = 285; + override_function_ids["deleteCookie(QNetworkCookie)"] = 286; + override_function_ids["insertCookie(QNetworkCookie)"] = 287; + override_function_ids["setCookiesFromUrl(QList,QUrl)"] = 288; + override_function_ids["updateCookie(QNetworkCookie)"] = 289; + override_function_ids["validateCookie(QNetworkCookie,QUrl)"] = 290; + override_function_ids["expire()"] = 291; + override_function_ids["cacheSize()"] = 292; + override_function_ids["metaData(QUrl)"] = 293; + override_function_ids["remove(QUrl)"] = 294; + override_function_ids["updateMetaData(QNetworkCacheMetaData)"] = 295; + override_function_ids["link()"] = 296; override_function_ids["initializeGL()"] = 297; override_function_ids["paintGL()"] = 298; override_function_ids["resizeGL(int,int)"] = 299; @@ -1940,46 +1942,46 @@ void LObjects::ini(EQL* e) { { static const char* s[] = { "QPainterPath", 0 }; override_arg_types[253] = s; } { static const char* s[] = { "bool", "QEvent*", 0 }; override_arg_types[254] = s; } { static const char* s[] = { 0, 0 }; override_arg_types[255] = s; } - { static const char* s[] = { 0, "QMatrix4x4*", 0 }; override_arg_types[256] = s; } + { static const char* s[] = { 0, "QPainter*", "QRectF", 0 }; override_arg_types[256] = s; } { static const char* s[] = { 0, "QPainter*", "QRectF", 0 }; override_arg_types[257] = s; } - { static const char* s[] = { 0, "QPainter*", "QRectF", 0 }; override_arg_types[258] = s; } - { static const char* s[] = { 0, "QGraphicsSceneHelpEvent*", 0 }; override_arg_types[259] = s; } - { static const char* s[] = { "bool", "QPointF", 0 }; override_arg_types[260] = s; } - { static const char* s[] = { "bool", "QGraphicsItem*", 0 }; override_arg_types[261] = s; } - { static const char* s[] = { "QPainterPath", 0 }; override_arg_types[262] = s; } - { static const char* s[] = { 0, "QPainter*", "QRect", "int", 0 }; override_arg_types[263] = s; } - { static const char* s[] = { "QSize", "int", 0 }; override_arg_types[264] = s; } - { static const char* s[] = { 0, "QPainter*", "QRect", "QModelIndex", 0 }; override_arg_types[265] = s; } - { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[266] = s; } - { static const char* s[] = { 0, "QModelIndex", "QModelIndex", "QVector", 0 }; override_arg_types[267] = s; } - { static const char* s[] = { 0, "QModelIndex", "int", "int", 0 }; override_arg_types[268] = s; } - { static const char* s[] = { 0, "QItemSelection", "QItemSelection", 0 }; override_arg_types[269] = s; } - { static const char* s[] = { 0, 0 }; override_arg_types[270] = s; } - { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[271] = s; } - { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "Qt::CheckState", 0 }; override_arg_types[272] = s; } - { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QPixmap", 0 }; override_arg_types[273] = s; } - { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QString", 0 }; override_arg_types[274] = s; } - { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", 0 }; override_arg_types[275] = s; } - { static const char* s[] = { "bool", "int", "QMimeData*", "Qt::DropAction", 0 }; override_arg_types[276] = s; } - { static const char* s[] = { "QMimeData*", "QList", 0 }; override_arg_types[277] = s; } - { static const char* s[] = { "bool", 0 }; override_arg_types[278] = s; } - { static const char* s[] = { "QLocalSocket*", 0 }; override_arg_types[279] = s; } - { static const char* s[] = { 0, "quintptr", 0 }; override_arg_types[280] = s; } - { static const char* s[] = { "QMenu*", 0 }; override_arg_types[281] = s; } - { static const char* s[] = { "QStringList", 0 }; override_arg_types[282] = s; } - { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[283] = s; } - { static const char* s[] = { "QVariant", "QString", "QVariant::Type", 0 }; override_arg_types[284] = s; } - { static const char* s[] = { "QList", "QUrl", 0 }; override_arg_types[285] = s; } + { static const char* s[] = { 0, "QGraphicsSceneHelpEvent*", 0 }; override_arg_types[258] = s; } + { static const char* s[] = { "bool", "QPointF", 0 }; override_arg_types[259] = s; } + { static const char* s[] = { "bool", "QGraphicsItem*", 0 }; override_arg_types[260] = s; } + { static const char* s[] = { "QPainterPath", 0 }; override_arg_types[261] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "int", 0 }; override_arg_types[262] = s; } + { static const char* s[] = { "QSize", "int", 0 }; override_arg_types[263] = s; } + { static const char* s[] = { 0, "QPainter*", "QRect", "QModelIndex", 0 }; override_arg_types[264] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QModelIndex", 0 }; override_arg_types[265] = s; } + { static const char* s[] = { 0, "QModelIndex", "QModelIndex", "QVector", 0 }; override_arg_types[266] = s; } + { static const char* s[] = { 0, "QModelIndex", "int", "int", 0 }; override_arg_types[267] = s; } + { static const char* s[] = { 0, "QItemSelection", "QItemSelection", 0 }; override_arg_types[268] = s; } + { static const char* s[] = { 0, 0 }; override_arg_types[269] = s; } + { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[270] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "Qt::CheckState", 0 }; override_arg_types[271] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QPixmap", 0 }; override_arg_types[272] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", "QString", 0 }; override_arg_types[273] = s; } + { static const char* s[] = { 0, "QPainter*", "QStyleOptionViewItem", "QRect", 0 }; override_arg_types[274] = s; } + { static const char* s[] = { "bool", "int", "QMimeData*", "Qt::DropAction", 0 }; override_arg_types[275] = s; } + { static const char* s[] = { "QMimeData*", "QList", 0 }; override_arg_types[276] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[277] = s; } + { static const char* s[] = { "QLocalSocket*", 0 }; override_arg_types[278] = s; } + { static const char* s[] = { 0, "quintptr", 0 }; override_arg_types[279] = s; } + { static const char* s[] = { "QMenu*", 0 }; override_arg_types[280] = s; } + { static const char* s[] = { "QStringList", 0 }; override_arg_types[281] = s; } + { static const char* s[] = { "bool", "QString", 0 }; override_arg_types[282] = s; } + { static const char* s[] = { "QVariant", "QString", "QVariant::Type", 0 }; override_arg_types[283] = s; } + { static const char* s[] = { "QList", "QUrl", 0 }; override_arg_types[284] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[285] = s; } { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[286] = s; } - { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[287] = s; } - { static const char* s[] = { "bool", "QList", "QUrl", 0 }; override_arg_types[288] = s; } - { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[289] = s; } - { static const char* s[] = { "bool", "QNetworkCookie", "QUrl", 0 }; override_arg_types[290] = s; } + { static const char* s[] = { "bool", "QList", "QUrl", 0 }; override_arg_types[287] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", 0 }; override_arg_types[288] = s; } + { static const char* s[] = { "bool", "QNetworkCookie", "QUrl", 0 }; override_arg_types[289] = s; } + { static const char* s[] = { "qlonglong", 0 }; override_arg_types[290] = s; } { static const char* s[] = { "qlonglong", 0 }; override_arg_types[291] = s; } - { static const char* s[] = { "qlonglong", 0 }; override_arg_types[292] = s; } - { static const char* s[] = { "QNetworkCacheMetaData", "QUrl", 0 }; override_arg_types[293] = s; } - { static const char* s[] = { "bool", "QUrl", 0 }; override_arg_types[294] = s; } - { static const char* s[] = { 0, "QNetworkCacheMetaData", 0 }; override_arg_types[295] = s; } + { static const char* s[] = { "QNetworkCacheMetaData", "QUrl", 0 }; override_arg_types[292] = s; } + { static const char* s[] = { "bool", "QUrl", 0 }; override_arg_types[293] = s; } + { static const char* s[] = { 0, "QNetworkCacheMetaData", 0 }; override_arg_types[294] = s; } + { static const char* s[] = { "bool", 0 }; override_arg_types[295] = s; } { static const char* s[] = { 0, 0 }; override_arg_types[296] = s; } { static const char* s[] = { 0, 0 }; override_arg_types[297] = s; } { static const char* s[] = { 0, "int", "int", 0 }; override_arg_types[298] = s; } @@ -2170,7 +2172,7 @@ void LObjects::cleanUp() { delete EQL::eventLoop; delete[] override_arg_types; for(int i = 204; i + 1; --i) { delete N[i]; } - for(int i = 221; i + 1; --i) { delete Q[i]; } + for(int i = 222; i + 1; --i) { delete Q[i]; } delete[] N; delete[] Q; delete dynObject; } @@ -2357,89 +2359,90 @@ const QMetaObject* LObjects::staticMetaObject(const QByteArray& name, int n) { case 121: m = &QObject::staticMetaObject; break; case 122: m = &QOpenGLContext::staticMetaObject; break; case 123: m = &QOpenGLShader::staticMetaObject; break; - case 124: m = &QOpenGLWidget::staticMetaObject; break; - case 125: m = &QOpenGLWindow::staticMetaObject; break; - case 126: m = &QPageSetupDialog::staticMetaObject; break; - case 127: m = &QPaintDeviceWindow::staticMetaObject; break; - case 128: m = &QPanGesture::staticMetaObject; break; - case 129: m = &QParallelAnimationGroup::staticMetaObject; break; - case 130: m = &QPauseAnimation::staticMetaObject; break; - case 131: m = &QPinchGesture::staticMetaObject; break; - case 132: m = &QPlainTextDocumentLayout::staticMetaObject; break; - case 133: m = &QPlainTextEdit::staticMetaObject; break; - case 134: m = &QPluginLoader::staticMetaObject; break; - case 135: m = &QPrintDialog::staticMetaObject; break; - case 136: m = &QPrintPreviewDialog::staticMetaObject; break; - case 137: m = &QPrintPreviewWidget::staticMetaObject; break; - case 138: m = &QProcess::staticMetaObject; break; - case 139: m = &QProgressBar::staticMetaObject; break; - case 140: m = &QProgressDialog::staticMetaObject; break; - case 141: m = &QPropertyAnimation::staticMetaObject; break; - case 142: m = &QPushButton::staticMetaObject; break; - case 143: m = &QRadioButton::staticMetaObject; break; - case 144: m = &QRegExpValidator::staticMetaObject; break; - case 145: m = &QRubberBand::staticMetaObject; break; - case 146: m = &QScreen::staticMetaObject; break; - case 147: m = &QScrollArea::staticMetaObject; break; - case 148: m = &QScrollBar::staticMetaObject; break; - case 149: m = &QSequentialAnimationGroup::staticMetaObject; break; - case 150: m = &QSessionManager::staticMetaObject; break; - case 151: m = &QSettings::staticMetaObject; break; - case 152: m = &QShortcut::staticMetaObject; break; - case 153: m = &QSignalTransition::staticMetaObject; break; - case 154: m = &QSizeGrip::staticMetaObject; break; - case 155: m = &QSlider::staticMetaObject; break; - case 156: m = &QSortFilterProxyModel::staticMetaObject; break; - case 157: m = &QSpinBox::staticMetaObject; break; - case 158: m = &QSplashScreen::staticMetaObject; break; - case 159: m = &QSplitter::staticMetaObject; break; - case 160: m = &QSplitterHandle::staticMetaObject; break; - case 166: m = &QStackedLayout::staticMetaObject; break; - case 167: m = &QStackedWidget::staticMetaObject; break; - case 168: m = &QStandardItemModel::staticMetaObject; break; - case 169: m = &QState::staticMetaObject; break; - case 170: m = &QStateMachine::staticMetaObject; break; - case 171: m = &QStatusBar::staticMetaObject; break; - case 172: m = &QStringListModel::staticMetaObject; break; - case 173: m = &QStyle::staticMetaObject; break; - case 174: m = &QStyledItemDelegate::staticMetaObject; break; - case 177: m = &QSwipeGesture::staticMetaObject; break; - case 178: m = &QSyntaxHighlighter::staticMetaObject; break; - case 179: m = &QSystemTrayIcon::staticMetaObject; break; - case 180: m = &QTabBar::staticMetaObject; break; - case 181: m = &QTabWidget::staticMetaObject; break; - case 182: m = &QTableView::staticMetaObject; break; - case 183: m = &QTableWidget::staticMetaObject; break; - case 184: m = &QTapAndHoldGesture::staticMetaObject; break; - case 185: m = &QTapGesture::staticMetaObject; break; - case 188: m = &QTextBlockGroup::staticMetaObject; break; - case 189: m = &QTextBrowser::staticMetaObject; break; - case 190: m = &QTextDocument::staticMetaObject; break; - case 191: m = &QTextEdit::staticMetaObject; break; - case 192: m = &QTextFrame::staticMetaObject; break; - case 193: m = &QTextList::staticMetaObject; break; - case 194: m = &QTextObject::staticMetaObject; break; - case 195: m = &QTextTable::staticMetaObject; break; - case 196: m = &QTimeEdit::staticMetaObject; break; - case 197: m = &QTimeLine::staticMetaObject; break; - case 198: m = &QTimer::staticMetaObject; break; - case 199: m = &QToolBar::staticMetaObject; break; - case 200: m = &QToolBox::staticMetaObject; break; - case 201: m = &QToolButton::staticMetaObject; break; - case 202: m = &QTranslator::staticMetaObject; break; - case 203: m = &QTreeView::staticMetaObject; break; - case 204: m = &QTreeWidget::staticMetaObject; break; - case 206: m = &QUndoGroup::staticMetaObject; break; - case 207: m = &QUndoStack::staticMetaObject; break; - case 208: m = &QUndoView::staticMetaObject; break; - case 209: m = &QVBoxLayout::staticMetaObject; break; - case 210: m = &QValidator::staticMetaObject; break; - case 211: m = &QVariantAnimation::staticMetaObject; break; - case 218: m = &QWidget::staticMetaObject; break; - case 219: m = &QWidgetAction::staticMetaObject; break; - case 220: m = &QWindow::staticMetaObject; break; - case 221: m = &QWizard::staticMetaObject; break; - case 222: m = &QWizardPage::staticMetaObject; break; + case 124: m = &QOpenGLShaderProgram::staticMetaObject; break; + case 125: m = &QOpenGLWidget::staticMetaObject; break; + case 126: m = &QOpenGLWindow::staticMetaObject; break; + case 127: m = &QPageSetupDialog::staticMetaObject; break; + case 128: m = &QPaintDeviceWindow::staticMetaObject; break; + case 129: m = &QPanGesture::staticMetaObject; break; + case 130: m = &QParallelAnimationGroup::staticMetaObject; break; + case 131: m = &QPauseAnimation::staticMetaObject; break; + case 132: m = &QPinchGesture::staticMetaObject; break; + case 133: m = &QPlainTextDocumentLayout::staticMetaObject; break; + case 134: m = &QPlainTextEdit::staticMetaObject; break; + case 135: m = &QPluginLoader::staticMetaObject; break; + case 136: m = &QPrintDialog::staticMetaObject; break; + case 137: m = &QPrintPreviewDialog::staticMetaObject; break; + case 138: m = &QPrintPreviewWidget::staticMetaObject; break; + case 139: m = &QProcess::staticMetaObject; break; + case 140: m = &QProgressBar::staticMetaObject; break; + case 141: m = &QProgressDialog::staticMetaObject; break; + case 142: m = &QPropertyAnimation::staticMetaObject; break; + case 143: m = &QPushButton::staticMetaObject; break; + case 144: m = &QRadioButton::staticMetaObject; break; + case 145: m = &QRegExpValidator::staticMetaObject; break; + case 146: m = &QRubberBand::staticMetaObject; break; + case 147: m = &QScreen::staticMetaObject; break; + case 148: m = &QScrollArea::staticMetaObject; break; + case 149: m = &QScrollBar::staticMetaObject; break; + case 150: m = &QSequentialAnimationGroup::staticMetaObject; break; + case 151: m = &QSessionManager::staticMetaObject; break; + case 152: m = &QSettings::staticMetaObject; break; + case 153: m = &QShortcut::staticMetaObject; break; + case 154: m = &QSignalTransition::staticMetaObject; break; + case 155: m = &QSizeGrip::staticMetaObject; break; + case 156: m = &QSlider::staticMetaObject; break; + case 157: m = &QSortFilterProxyModel::staticMetaObject; break; + case 158: m = &QSpinBox::staticMetaObject; break; + case 159: m = &QSplashScreen::staticMetaObject; break; + case 160: m = &QSplitter::staticMetaObject; break; + case 161: m = &QSplitterHandle::staticMetaObject; break; + case 167: m = &QStackedLayout::staticMetaObject; break; + case 168: m = &QStackedWidget::staticMetaObject; break; + case 169: m = &QStandardItemModel::staticMetaObject; break; + case 170: m = &QState::staticMetaObject; break; + case 171: m = &QStateMachine::staticMetaObject; break; + case 172: m = &QStatusBar::staticMetaObject; break; + case 173: m = &QStringListModel::staticMetaObject; break; + case 174: m = &QStyle::staticMetaObject; break; + case 175: m = &QStyledItemDelegate::staticMetaObject; break; + case 178: m = &QSwipeGesture::staticMetaObject; break; + case 179: m = &QSyntaxHighlighter::staticMetaObject; break; + case 180: m = &QSystemTrayIcon::staticMetaObject; break; + case 181: m = &QTabBar::staticMetaObject; break; + case 182: m = &QTabWidget::staticMetaObject; break; + case 183: m = &QTableView::staticMetaObject; break; + case 184: m = &QTableWidget::staticMetaObject; break; + case 185: m = &QTapAndHoldGesture::staticMetaObject; break; + case 186: m = &QTapGesture::staticMetaObject; break; + case 189: m = &QTextBlockGroup::staticMetaObject; break; + case 190: m = &QTextBrowser::staticMetaObject; break; + case 191: m = &QTextDocument::staticMetaObject; break; + case 192: m = &QTextEdit::staticMetaObject; break; + case 193: m = &QTextFrame::staticMetaObject; break; + case 194: m = &QTextList::staticMetaObject; break; + case 195: m = &QTextObject::staticMetaObject; break; + case 196: m = &QTextTable::staticMetaObject; break; + case 197: m = &QTimeEdit::staticMetaObject; break; + case 198: m = &QTimeLine::staticMetaObject; break; + case 199: m = &QTimer::staticMetaObject; break; + case 200: m = &QToolBar::staticMetaObject; break; + case 201: m = &QToolBox::staticMetaObject; break; + case 202: m = &QToolButton::staticMetaObject; break; + case 203: m = &QTranslator::staticMetaObject; break; + case 204: m = &QTreeView::staticMetaObject; break; + case 205: m = &QTreeWidget::staticMetaObject; break; + case 207: m = &QUndoGroup::staticMetaObject; break; + case 208: m = &QUndoStack::staticMetaObject; break; + case 209: m = &QUndoView::staticMetaObject; break; + case 210: m = &QVBoxLayout::staticMetaObject; break; + case 211: m = &QValidator::staticMetaObject; break; + case 212: m = &QVariantAnimation::staticMetaObject; break; + case 219: m = &QWidget::staticMetaObject; break; + case 220: m = &QWidgetAction::staticMetaObject; break; + case 221: m = &QWindow::staticMetaObject; break; + case 222: m = &QWizard::staticMetaObject; break; + case 223: m = &QWizardPage::staticMetaObject; break; case 84: case 85: case 86: @@ -2459,33 +2462,33 @@ const QMetaObject* LObjects::staticMetaObject(const QByteArray& name, int n) { case 118: case 119: case 120: - case 186: case 187: - case 205: + case 188: + case 206: if(staticMetaObject_network) { m = staticMetaObject_network(n); } break; - case 161: case 162: case 163: case 164: case 165: + case 166: if(staticMetaObject_sql) { m = staticMetaObject_sql(n); } break; case 73: - case 175: case 176: + case 177: if(staticMetaObject_svg) { m = staticMetaObject_svg(n); } break; case 77: - case 212: case 213: case 214: case 215: case 216: case 217: + case 218: if(staticMetaObject_webkit) { m = staticMetaObject_webkit(n); } break; } @@ -2862,7 +2865,6 @@ StrList LObjects::overrideFunctions(const QByteArray& name) { case 71: ids = LGraphicsScale::overrideIds; break; case 72: ids = LGraphicsScene::overrideIds; break; case 74: ids = LGraphicsTextItem::overrideIds; break; - case 75: ids = LGraphicsTransform::overrideIds; break; case 76: ids = LGraphicsView::overrideIds; break; case 78: ids = LGraphicsWidget::overrideIds; break; case 79: ids = LGridLayout::overrideIds; break; @@ -2895,86 +2897,87 @@ StrList LObjects::overrideFunctions(const QByteArray& name) { case 121: ids = LObject::overrideIds; break; case 122: ids = LOpenGLContext::overrideIds; break; case 123: ids = LOpenGLShader::overrideIds; break; - case 124: ids = LOpenGLWidget::overrideIds; break; - case 125: ids = LOpenGLWindow::overrideIds; break; - case 126: ids = LPageSetupDialog::overrideIds; break; - case 127: ids = LPaintDeviceWindow::overrideIds; break; - case 128: ids = LPanGesture::overrideIds; break; - case 129: ids = LParallelAnimationGroup::overrideIds; break; - case 130: ids = LPauseAnimation::overrideIds; break; - case 131: ids = LPinchGesture::overrideIds; break; - case 132: ids = LPlainTextDocumentLayout::overrideIds; break; - case 133: ids = LPlainTextEdit::overrideIds; break; - case 134: ids = LPluginLoader::overrideIds; break; - case 135: ids = LPrintDialog::overrideIds; break; - case 136: ids = LPrintPreviewDialog::overrideIds; break; - case 137: ids = LPrintPreviewWidget::overrideIds; break; - case 138: ids = LProcess::overrideIds; break; - case 139: ids = LProgressBar::overrideIds; break; - case 140: ids = LProgressDialog::overrideIds; break; - case 141: ids = LPropertyAnimation::overrideIds; break; - case 142: ids = LPushButton::overrideIds; break; - case 143: ids = LRadioButton::overrideIds; break; - case 144: ids = LRegExpValidator::overrideIds; break; - case 145: ids = LRubberBand::overrideIds; break; - case 147: ids = LScrollArea::overrideIds; break; - case 148: ids = LScrollBar::overrideIds; break; - case 149: ids = LSequentialAnimationGroup::overrideIds; break; - case 151: ids = LSettings::overrideIds; break; - case 152: ids = LShortcut::overrideIds; break; - case 153: ids = LSignalTransition::overrideIds; break; - case 154: ids = LSizeGrip::overrideIds; break; - case 155: ids = LSlider::overrideIds; break; - case 156: ids = LSortFilterProxyModel::overrideIds; break; - case 157: ids = LSpinBox::overrideIds; break; - case 158: ids = LSplashScreen::overrideIds; break; - case 159: ids = LSplitter::overrideIds; break; - case 160: ids = LSplitterHandle::overrideIds; break; - case 166: ids = LStackedLayout::overrideIds; break; - case 167: ids = LStackedWidget::overrideIds; break; - case 168: ids = LStandardItemModel::overrideIds; break; - case 169: ids = LState::overrideIds; break; - case 170: ids = LStateMachine::overrideIds; break; - case 171: ids = LStatusBar::overrideIds; break; - case 172: ids = LStringListModel::overrideIds; break; - case 174: ids = LStyledItemDelegate::overrideIds; break; - case 177: ids = LSwipeGesture::overrideIds; break; - case 178: ids = LSyntaxHighlighter::overrideIds; break; - case 179: ids = LSystemTrayIcon::overrideIds; break; - case 180: ids = LTabBar::overrideIds; break; - case 181: ids = LTabWidget::overrideIds; break; - case 182: ids = LTableView::overrideIds; break; - case 183: ids = LTableWidget::overrideIds; break; - case 184: ids = LTapAndHoldGesture::overrideIds; break; - case 185: ids = LTapGesture::overrideIds; break; - case 188: ids = LTextBlockGroup::overrideIds; break; - case 189: ids = LTextBrowser::overrideIds; break; - case 190: ids = LTextDocument::overrideIds; break; - case 191: ids = LTextEdit::overrideIds; break; - case 192: ids = LTextFrame::overrideIds; break; - case 193: ids = LTextList::overrideIds; break; - case 194: ids = LTextObject::overrideIds; break; - case 195: ids = LTextTable::overrideIds; break; - case 196: ids = LTimeEdit::overrideIds; break; - case 197: ids = LTimeLine::overrideIds; break; - case 198: ids = LTimer::overrideIds; break; - case 199: ids = LToolBar::overrideIds; break; - case 200: ids = LToolBox::overrideIds; break; - case 201: ids = LToolButton::overrideIds; break; - case 202: ids = LTranslator::overrideIds; break; - case 203: ids = LTreeView::overrideIds; break; - case 204: ids = LTreeWidget::overrideIds; break; - case 206: ids = LUndoGroup::overrideIds; break; - case 207: ids = LUndoStack::overrideIds; break; - case 208: ids = LUndoView::overrideIds; break; - case 209: ids = LVBoxLayout::overrideIds; break; - case 210: ids = LValidator::overrideIds; break; - case 211: ids = LVariantAnimation::overrideIds; break; - case 218: ids = LWidget::overrideIds; break; - case 219: ids = LWidgetAction::overrideIds; break; - case 220: ids = LWindow::overrideIds; break; - case 221: ids = LWizard::overrideIds; break; - case 222: ids = LWizardPage::overrideIds; break; + case 124: ids = LOpenGLShaderProgram::overrideIds; break; + case 125: ids = LOpenGLWidget::overrideIds; break; + case 126: ids = LOpenGLWindow::overrideIds; break; + case 127: ids = LPageSetupDialog::overrideIds; break; + case 128: ids = LPaintDeviceWindow::overrideIds; break; + case 129: ids = LPanGesture::overrideIds; break; + case 130: ids = LParallelAnimationGroup::overrideIds; break; + case 131: ids = LPauseAnimation::overrideIds; break; + case 132: ids = LPinchGesture::overrideIds; break; + case 133: ids = LPlainTextDocumentLayout::overrideIds; break; + case 134: ids = LPlainTextEdit::overrideIds; break; + case 135: ids = LPluginLoader::overrideIds; break; + case 136: ids = LPrintDialog::overrideIds; break; + case 137: ids = LPrintPreviewDialog::overrideIds; break; + case 138: ids = LPrintPreviewWidget::overrideIds; break; + case 139: ids = LProcess::overrideIds; break; + case 140: ids = LProgressBar::overrideIds; break; + case 141: ids = LProgressDialog::overrideIds; break; + case 142: ids = LPropertyAnimation::overrideIds; break; + case 143: ids = LPushButton::overrideIds; break; + case 144: ids = LRadioButton::overrideIds; break; + case 145: ids = LRegExpValidator::overrideIds; break; + case 146: ids = LRubberBand::overrideIds; break; + case 148: ids = LScrollArea::overrideIds; break; + case 149: ids = LScrollBar::overrideIds; break; + case 150: ids = LSequentialAnimationGroup::overrideIds; break; + case 152: ids = LSettings::overrideIds; break; + case 153: ids = LShortcut::overrideIds; break; + case 154: ids = LSignalTransition::overrideIds; break; + case 155: ids = LSizeGrip::overrideIds; break; + case 156: ids = LSlider::overrideIds; break; + case 157: ids = LSortFilterProxyModel::overrideIds; break; + case 158: ids = LSpinBox::overrideIds; break; + case 159: ids = LSplashScreen::overrideIds; break; + case 160: ids = LSplitter::overrideIds; break; + case 161: ids = LSplitterHandle::overrideIds; break; + case 167: ids = LStackedLayout::overrideIds; break; + case 168: ids = LStackedWidget::overrideIds; break; + case 169: ids = LStandardItemModel::overrideIds; break; + case 170: ids = LState::overrideIds; break; + case 171: ids = LStateMachine::overrideIds; break; + case 172: ids = LStatusBar::overrideIds; break; + case 173: ids = LStringListModel::overrideIds; break; + case 175: ids = LStyledItemDelegate::overrideIds; break; + case 178: ids = LSwipeGesture::overrideIds; break; + case 179: ids = LSyntaxHighlighter::overrideIds; break; + case 180: ids = LSystemTrayIcon::overrideIds; break; + case 181: ids = LTabBar::overrideIds; break; + case 182: ids = LTabWidget::overrideIds; break; + case 183: ids = LTableView::overrideIds; break; + case 184: ids = LTableWidget::overrideIds; break; + case 185: ids = LTapAndHoldGesture::overrideIds; break; + case 186: ids = LTapGesture::overrideIds; break; + case 189: ids = LTextBlockGroup::overrideIds; break; + case 190: ids = LTextBrowser::overrideIds; break; + case 191: ids = LTextDocument::overrideIds; break; + case 192: ids = LTextEdit::overrideIds; break; + case 193: ids = LTextFrame::overrideIds; break; + case 194: ids = LTextList::overrideIds; break; + case 195: ids = LTextObject::overrideIds; break; + case 196: ids = LTextTable::overrideIds; break; + case 197: ids = LTimeEdit::overrideIds; break; + case 198: ids = LTimeLine::overrideIds; break; + case 199: ids = LTimer::overrideIds; break; + case 200: ids = LToolBar::overrideIds; break; + case 201: ids = LToolBox::overrideIds; break; + case 202: ids = LToolButton::overrideIds; break; + case 203: ids = LTranslator::overrideIds; break; + case 204: ids = LTreeView::overrideIds; break; + case 205: ids = LTreeWidget::overrideIds; break; + case 207: ids = LUndoGroup::overrideIds; break; + case 208: ids = LUndoStack::overrideIds; break; + case 209: ids = LUndoView::overrideIds; break; + case 210: ids = LVBoxLayout::overrideIds; break; + case 211: ids = LValidator::overrideIds; break; + case 212: ids = LVariantAnimation::overrideIds; break; + case 219: ids = LWidget::overrideIds; break; + case 220: ids = LWidgetAction::overrideIds; break; + case 221: ids = LWindow::overrideIds; break; + case 222: ids = LWizard::overrideIds; break; + case 223: ids = LWizardPage::overrideIds; break; case 84: case 85: case 86: @@ -2996,39 +2999,39 @@ StrList LObjects::overrideFunctions(const QByteArray& name) { case 118: case 119: case 120: - case 186: case 187: - case 205: + case 188: + case 206: if(override_network) { NumList* _ids = override_network(name); if(_ids) { ids = *_ids; }} break; - case 161: case 162: case 163: case 164: case 165: + case 166: if(override_sql) { NumList* _ids = override_sql(name); if(_ids) { ids = *_ids; }} break; case 73: - case 175: case 176: + case 177: if(override_svg) { NumList* _ids = override_svg(name); if(_ids) { ids = *_ids; }} break; case 77: - case 212: case 213: case 214: case 215: case 216: case 217: + case 218: if(override_webkit) { NumList* _ids = override_webkit(name); if(_ids) { diff --git a/src/gen/_main_n_classes.h b/src/gen/_main_n_classes.h index 44ade98..9f2dff6 100644 --- a/src/gen/_main_n_classes.h +++ b/src/gen/_main_n_classes.h @@ -18,13 +18,13 @@ public: static NumList overrideIds; uint unique; - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::opaqueArea(); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::opaqueArea(); } return ret; } void advance(int x1) { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 406, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QAbstractGraphicsShapeItem::advance(x1); }} QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } return ret; } bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::collidesWithItem(x1, x2); } return ret; } bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::collidesWithPath(x1, x2); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::contains(x1); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::contains(x1); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QAbstractGraphicsShapeItem::type(); } return ret; } @@ -478,9 +478,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsEllipseItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsEllipseItem::type(); } return ret; } @@ -516,9 +516,9 @@ public: QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } return ret; } bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::collidesWithItem(x1, x2); } return ret; } bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::collidesWithPath(x1, x2); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItem::type(); } return ret; } @@ -555,14 +555,14 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::boundingRect(); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::opaqueArea(); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::paint(x1, x2, x3); }} int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::type(); } return ret; } void advance(int x1) { quint64 id = LObjects::override_id(unique, 406); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 406, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::advance(x1); }} bool collidesWithItem(const QGraphicsItem* x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 407); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 407, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::collidesWithItem(x1, x2); } return ret; } bool collidesWithPath(const QPainterPath& x1, Qt::ItemSelectionMode x2 = Qt::IntersectsItemShape) const { quint64 id = LObjects::override_id(unique, 408); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 408, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::collidesWithPath(x1, x2); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::contains(x1); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::contains(x1); } return ret; } QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsItemGroup::shape(); } return ret; } void contextMenuEvent(QGraphicsSceneContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 227); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 227, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::contextMenuEvent(x1); }} void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 228); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 228, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsItemGroup::dragEnterEvent(x1); }} @@ -630,9 +630,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsLineItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsLineItem::type(); } return ret; } @@ -692,9 +692,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPathItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPathItem::type(); } return ret; } @@ -710,9 +710,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPixmapItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPixmapItem::type(); } return ret; } @@ -753,9 +753,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsPolygonItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsPolygonItem::type(); } return ret; } @@ -772,9 +772,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3 = 0) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRectItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRectItem::type(); } return ret; } @@ -864,9 +864,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsSimpleTextItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsSimpleTextItem::type(); } return ret; } diff --git a/src/gen/_main_n_methods.h b/src/gen/_main_n_methods.h index b69ed38..e18a99b 100644 --- a/src/gen/_main_n_methods.h +++ b/src/gen/_main_n_methods.h @@ -835,7 +835,6 @@ public: Q_INVOKABLE void MsetTransform(QGraphicsItem* o, const QTransform& x1, bool x2 = false) { o->setTransform(x1, x2); } Q_INVOKABLE void MsetTransformOriginPoint(QGraphicsItem* o, const QPointF& x1) { o->setTransformOriginPoint(x1); } Q_INVOKABLE void MsetTransformOriginPoint(QGraphicsItem* o, qreal x1, qreal x2) { o->setTransformOriginPoint(x1, x2); } - Q_INVOKABLE void MsetTransformations(QGraphicsItem* o, const QList& x1) { o->setTransformations(x1); } Q_INVOKABLE void MsetVisible(QGraphicsItem* o, bool x1) { o->setVisible(x1); } Q_INVOKABLE void MsetX(QGraphicsItem* o, qreal x1) { o->setX(x1); } Q_INVOKABLE void MsetY(QGraphicsItem* o, qreal x1) { o->setY(x1); } @@ -850,7 +849,6 @@ public: Q_INVOKABLE QGraphicsWidget* MtopLevelWidget(QGraphicsItem* o) const { return o->topLevelWidget(); } Q_INVOKABLE QTransform Mtransform(QGraphicsItem* o) const { return o->transform(); } Q_INVOKABLE QPointF MtransformOriginPoint(QGraphicsItem* o) const { return o->transformOriginPoint(); } - Q_INVOKABLE QList Mtransformations(QGraphicsItem* o) const { return o->transformations(); } Q_INVOKABLE int Mtype(QGraphicsItem* o) const { return o->type(); } Q_INVOKABLE void MungrabKeyboard(QGraphicsItem* o) { o->ungrabKeyboard(); } Q_INVOKABLE void MungrabMouse(QGraphicsItem* o) { o->ungrabMouse(); } @@ -1236,7 +1234,6 @@ public: Q_INVOKABLE QRect MmapRect(QMatrix4x4* o, const QRect& x1) const { return o->mapRect(x1); } Q_INVOKABLE QRectF MmapRect(QMatrix4x4* o, const QRectF& x1) const { return o->mapRect(x1); } Q_INVOKABLE QVector3D MmapVector(QMatrix4x4* o, const QVector3D& x1) const { return o->mapVector(x1); } - Q_INVOKABLE QMatrix3x3 MnormalMatrix(QMatrix4x4* o) const { return o->normalMatrix(); } Q_INVOKABLE void Moptimize(QMatrix4x4* o) { o->optimize(); } Q_INVOKABLE void Mortho(QMatrix4x4* o, float x1, float x2, float x3, float x4, float x5, float x6) { o->ortho(x1, x2, x3, x4, x5, x6); } Q_INVOKABLE void Mortho(QMatrix4x4* o, const QRect& x1) { o->ortho(x1); } @@ -1851,7 +1848,6 @@ public: Q_INVOKABLE void* C(uint u, float x1, const QVector3D& x2) { return new LQuaternion(u, x1, x2); } Q_INVOKABLE void* C(uint u, const QVector4D& x1) { return new LQuaternion(u, x1); } Q_INVOKABLE QQuaternion Mconjugated(QQuaternion* o) const { return o->conjugated(); } - Q_INVOKABLE void MgetAxes(QQuaternion* o, QVector3D* x1, QVector3D* x2, QVector3D* x3) const { o->getAxes(x1, x2, x3); } Q_INVOKABLE QQuaternion Minverted(QQuaternion* o) const { return o->inverted(); } Q_INVOKABLE bool MisIdentity(QQuaternion* o) const { return o->isIdentity(); } Q_INVOKABLE bool MisNull(QQuaternion* o) const { return o->isNull(); } @@ -1868,7 +1864,6 @@ public: Q_INVOKABLE void MsetY(QQuaternion* o, float x1) { o->setY(x1); } Q_INVOKABLE void MsetZ(QQuaternion* o, float x1) { o->setZ(x1); } Q_INVOKABLE QVector3D MtoEulerAngles(QQuaternion* o) const { return o->toEulerAngles(); } - Q_INVOKABLE QMatrix3x3 MtoRotationMatrix(QQuaternion* o) const { return o->toRotationMatrix(); } Q_INVOKABLE QVector4D MtoVector4D(QQuaternion* o) const { return o->toVector4D(); } Q_INVOKABLE QVector3D Mvector(QQuaternion* o) const { return o->vector(); } Q_INVOKABLE float Mx(QQuaternion* o) const { return o->x(); } @@ -1881,7 +1876,6 @@ public: Q_INVOKABLE QQuaternion SfromDirection(const QVector3D& x1, const QVector3D& x2) { return QQuaternion::fromDirection(x1, x2); } Q_INVOKABLE QQuaternion SfromEulerAngles(float x1, float x2, float x3) { return QQuaternion::fromEulerAngles(x1, x2, x3); } Q_INVOKABLE QQuaternion SfromEulerAngles(const QVector3D& x1) { return QQuaternion::fromEulerAngles(x1); } - Q_INVOKABLE QQuaternion SfromRotationMatrix(const QMatrix3x3& x1) { return QQuaternion::fromRotationMatrix(x1); } Q_INVOKABLE QQuaternion Snlerp(const QQuaternion& x1, const QQuaternion& x2, float x3) { return QQuaternion::nlerp(x1, x2, x3); } Q_INVOKABLE QQuaternion SrotationTo(const QVector3D& x1, const QVector3D& x2) { return QQuaternion::rotationTo(x1, x2); } Q_INVOKABLE QQuaternion Sslerp(const QQuaternion& x1, const QQuaternion& x2, float x3) { return QQuaternion::slerp(x1, x2, x3); } diff --git a/src/gen/_main_q_classes.h b/src/gen/_main_q_classes.h index f8f1e4c..16a039c 100644 --- a/src/gen/_main_q_classes.h +++ b/src/gen/_main_q_classes.h @@ -2314,7 +2314,6 @@ public: static NumList overrideIds; uint unique; - void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::applyTo(x1); }} bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsRotation::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsRotation::customEvent(x1); }} @@ -2330,7 +2329,6 @@ public: static NumList overrideIds; uint unique; - void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::applyTo(x1); }} bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsScale::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScale::customEvent(x1); }} @@ -2353,12 +2351,12 @@ public: void dragEnterEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 228); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 228, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragEnterEvent(x1); }} void dragLeaveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 229); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 229, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragLeaveEvent(x1); }} void dragMoveEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 230); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 230, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dragMoveEvent(x1); }} - void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 258, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawBackground(x1, x2); }} - void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawForeground(x1, x2); }} + void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawBackground(x1, x2); }} + void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 258, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::drawForeground(x1, x2); }} void dropEvent(QGraphicsSceneDragDropEvent* x1) { quint64 id = LObjects::override_id(unique, 231); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 231, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::dropEvent(x1); }} void focusInEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 13); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 13, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::focusInEvent(x1); }} void focusOutEvent(QFocusEvent* x1) { quint64 id = LObjects::override_id(unique, 14); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 14, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::focusOutEvent(x1); }} - void helpEvent(QGraphicsSceneHelpEvent* x1) { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 260, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::helpEvent(x1); }} + void helpEvent(QGraphicsSceneHelpEvent* x1) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::helpEvent(x1); }} void inputMethodEvent(QInputMethodEvent* x1) { quint64 id = LObjects::override_id(unique, 36); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 36, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::inputMethodEvent(x1); }} void keyPressEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 15); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 15, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::keyPressEvent(x1); }} void keyReleaseEvent(QKeyEvent* x1) { quint64 id = LObjects::override_id(unique, 16); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 16, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsScene::keyReleaseEvent(x1); }} @@ -2384,9 +2382,9 @@ public: uint unique; QRectF boundingRect() const { quint64 id = LObjects::override_id(unique, 253); void* fun = LObjects::overrideFun(id); QRectF ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 253, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::boundingRect(); } return ret; } - bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::contains(x1); } return ret; } - bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 262, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::isObscuredBy(x1); } return ret; } - QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 263, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::opaqueArea(); } return ret; } + bool contains(const QPointF& x1) const { quint64 id = LObjects::override_id(unique, 260); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 260, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::contains(x1); } return ret; } + bool isObscuredBy(const QGraphicsItem* x1) const { quint64 id = LObjects::override_id(unique, 261); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 261, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::isObscuredBy(x1); } return ret; } + QPainterPath opaqueArea() const { quint64 id = LObjects::override_id(unique, 262); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 262, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::opaqueArea(); } return ret; } void paint(QPainter* x1, const QStyleOptionGraphicsItem* x2, QWidget* x3) { quint64 id = LObjects::override_id(unique, 224); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 224, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::paint(x1, x2, x3); }} QPainterPath shape() const { quint64 id = LObjects::override_id(unique, 254); void* fun = LObjects::overrideFun(id); QPainterPath ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 254, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::shape(); } return ret; } int type() const { quint64 id = LObjects::override_id(unique, 226); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 226, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTextItem::type(); } return ret; } @@ -2415,22 +2413,6 @@ public: void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTextItem::timerEvent(x1); }} }; -class LGraphicsTransform : public QGraphicsTransform { - Q_OBJECT - friend class Q75; -public: - LGraphicsTransform(uint u, QObject* x1 = 0) : QGraphicsTransform(x1), unique(u) {} - - static NumList overrideIds; - uint unique; - - void applyTo(QMatrix4x4* x1) const { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 257, args, id); }} - bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsTransform::eventFilter(x1, x2); } return ret; } - void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::childEvent(x1); }} - void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::customEvent(x1); }} - void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsTransform::timerEvent(x1); }} -}; - class LGraphicsView : public QGraphicsView { Q_OBJECT friend class Q76; @@ -2441,8 +2423,8 @@ public: static NumList overrideIds; uint unique; - void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 258, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawBackground(x1, x2); }} - void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 259); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 259, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawForeground(x1, x2); }} + void drawBackground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 257); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 257, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawBackground(x1, x2); }} + void drawForeground(QPainter* x1, const QRectF& x2) { quint64 id = LObjects::override_id(unique, 258); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 258, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::drawForeground(x1, x2); }} QVariant inputMethodQuery(Qt::InputMethodQuery x1) const { quint64 id = LObjects::override_id(unique, 23); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 23, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::inputMethodQuery(x1); } return ret; } QSize sizeHint() const { quint64 id = LObjects::override_id(unique, 25); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 25, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QGraphicsView::sizeHint(); } return ret; } void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QGraphicsView::contextMenuEvent(x1); }} @@ -2673,8 +2655,8 @@ public: static NumList overrideIds; uint unique; - void paintSection(QPainter* x1, const QRect& x2, int x3) const { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 264, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::paintSection(x1, x2, x3); }} - QSize sectionSizeFromContents(int x1) const { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 265, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sectionSizeFromContents(x1); } return ret; } + void paintSection(QPainter* x1, const QRect& x2, int x3) const { quint64 id = LObjects::override_id(unique, 263); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 263, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::paintSection(x1, x2, x3); }} + QSize sectionSizeFromContents(int x1) const { quint64 id = LObjects::override_id(unique, 264); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 264, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHeaderView::sectionSizeFromContents(x1); } return ret; } void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::reset(); }} void setModel(QAbstractItemModel* x1) { quint64 id = LObjects::override_id(unique, 87); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 87, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setModel(x1); }} void setVisible(bool x1) { quint64 id = LObjects::override_id(unique, 108); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 108, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHeaderView::setVisible(x1); }} @@ -2850,7 +2832,7 @@ public: static NumList overrideIds; uint unique; - void setRange(int x1, int x2) { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 272, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::setRange(x1, x2); }} + void setRange(int x1, int x2) { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 271, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::setRange(x1, x2); }} void fixup(QString& x1) const { quint64 id = LObjects::override_id(unique, 142); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 142, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QIntValidator::fixup(x1); }} QValidator::State validate(QString& x1, int& x2) const { quint64 id = LObjects::override_id(unique, 144); void* fun = LObjects::overrideFun(id); QValidator::State ret = (QValidator::State)0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = (QValidator::State)callOverrideFun(fun, 144, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIntValidator::validate(x1, x2); } return ret; } bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QIntValidator::eventFilter(x1, x2); } return ret; } @@ -2868,10 +2850,10 @@ public: static NumList overrideIds; uint unique; - void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 273); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 273, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawCheck(x1, x2, x3, x4); }} - void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 274); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 274, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDecoration(x1, x2, x3, x4); }} - void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDisplay(x1, x2, x3, x4); }} - void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 276, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawFocus(x1, x2, x3); }} + void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 272, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawCheck(x1, x2, x3, x4); }} + void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 273); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 273, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDecoration(x1, x2, x3, x4); }} + void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 274); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 274, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawDisplay(x1, x2, x3, x4); }} + void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::drawFocus(x1, x2, x3); }} QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QItemDelegate::createEditor(x1, x2, x3); } return ret; } void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::paint(x1, x2, x3); }} void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QItemDelegate::setEditorData(x1, x2); }} @@ -3102,7 +3084,7 @@ public: void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::scrollTo(x1, x2); }} QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::visualRect(x1); } return ret; } void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::currentChanged(x1, x2); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dataChanged(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dataChanged(x1, x2, x3); }} void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dragLeaveEvent(x1); }} void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dragMoveEvent(x1); }} void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::dropEvent(x1); }} @@ -3113,14 +3095,14 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::paintEvent(x1); }} void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::resizeEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::rowsInserted(x1, x2, x3); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::setSelection(x1, x2); }} void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::startDrag(x1); }} void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListView::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListView::viewportSizeHint(); } return ret; } @@ -3176,8 +3158,8 @@ public: static NumList overrideIds; uint unique; - bool dropMimeData(int x1, const QMimeData* x2, Qt::DropAction x3) { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 277, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::dropMimeData(x1, x2, x3); } return ret; } - QMimeData* mimeData(const QList& x1) const { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 278, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::mimeData(x1); } return ret; } + bool dropMimeData(int x1, const QMimeData* x2, Qt::DropAction x3) { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = callOverrideFun(fun, 276, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::dropMimeData(x1, x2, x3); } return ret; } + QMimeData* mimeData(const QList& x1) const { quint64 id = LObjects::override_id(unique, 277); void* fun = LObjects::overrideFun(id); QMimeData* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = (QMimeData*)callOverrideFun(fun, 277, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::mimeData(x1); } return ret; } QStringList mimeTypes() const { quint64 id = LObjects::override_id(unique, 70); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 70, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::mimeTypes(); } return ret; } Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::supportedDropActions(); } return ret; } void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dropEvent(x1); }} @@ -3185,7 +3167,7 @@ public: void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::scrollTo(x1, x2); }} QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::visualRect(x1); } return ret; } void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::currentChanged(x1, x2); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dataChanged(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dataChanged(x1, x2, x3); }} void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dragLeaveEvent(x1); }} void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::dragMoveEvent(x1); }} int horizontalOffset() const { quint64 id = LObjects::override_id(unique, 93); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 93, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::horizontalOffset(); } return ret; } @@ -3195,14 +3177,14 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::paintEvent(x1); }} void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::resizeEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::rowsInserted(x1, x2, x3); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::setSelection(x1, x2); }} void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::startDrag(x1); }} void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QListWidget::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QListWidget::viewportSizeHint(); } return ret; } @@ -3257,7 +3239,7 @@ public: static NumList overrideIds; uint unique; - QMenu* createPopupMenu() { quint64 id = LObjects::override_id(unique, 282); void* fun = LObjects::overrideFun(id); QMenu* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMenu*)callOverrideFun(fun, 282, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::createPopupMenu(); } return ret; } + QMenu* createPopupMenu() { quint64 id = LObjects::override_id(unique, 281); void* fun = LObjects::overrideFun(id); QMenu* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QMenu*)callOverrideFun(fun, 281, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::createPopupMenu(); } return ret; } void contextMenuEvent(QContextMenuEvent* x1) { quint64 id = LObjects::override_id(unique, 28); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 28, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMainWindow::contextMenuEvent(x1); }} bool hasHeightForWidth() const { quint64 id = LObjects::override_id(unique, 21); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 21, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::hasHeightForWidth(); } return ret; } int heightForWidth(int x1) const { quint64 id = LObjects::override_id(unique, 22); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 22, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMainWindow::heightForWidth(x1); } return ret; } @@ -3559,9 +3541,9 @@ public: static NumList overrideIds; uint unique; - QStringList formats() const { quint64 id = LObjects::override_id(unique, 283); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 283, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::formats(); } return ret; } - bool hasFormat(const QString& x1) const { quint64 id = LObjects::override_id(unique, 284); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 284, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::hasFormat(x1); } return ret; } - QVariant retrieveData(const QString& x1, QVariant::Type x2) const { quint64 id = LObjects::override_id(unique, 285); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 285, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::retrieveData(x1, x2); } return ret; } + QStringList formats() const { quint64 id = LObjects::override_id(unique, 282); void* fun = LObjects::overrideFun(id); QStringList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 282, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::formats(); } return ret; } + bool hasFormat(const QString& x1) const { quint64 id = LObjects::override_id(unique, 283); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 283, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::hasFormat(x1); } return ret; } + QVariant retrieveData(const QString& x1, QVariant::Type x2) const { quint64 id = LObjects::override_id(unique, 284); void* fun = LObjects::overrideFun(id); QVariant ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 284, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::retrieveData(x1, x2); } return ret; } bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QMimeData::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMimeData::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QMimeData::customEvent(x1); }} @@ -3647,9 +3629,25 @@ public: void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QOpenGLShader::timerEvent(x1); }} }; -class LOpenGLWidget : public QOpenGLWidget { +class LOpenGLShaderProgram : public QOpenGLShaderProgram { Q_OBJECT friend class Q124; +public: + LOpenGLShaderProgram(uint u, QObject* x1 = 0) : QOpenGLShaderProgram(x1), unique(u) {} + + static NumList overrideIds; + uint unique; + + bool link() { quint64 id = LObjects::override_id(unique, 296); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 296, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QOpenGLShaderProgram::link(); } return ret; } + bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QOpenGLShaderProgram::eventFilter(x1, x2); } return ret; } + void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QOpenGLShaderProgram::childEvent(x1); }} + void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QOpenGLShaderProgram::customEvent(x1); }} + void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QOpenGLShaderProgram::timerEvent(x1); }} +}; + +class LOpenGLWidget : public QOpenGLWidget { + Q_OBJECT + friend class Q125; public: LOpenGLWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QOpenGLWidget(x1, x2), unique(u) {} @@ -3701,7 +3699,7 @@ public: class LOpenGLWindow : public QOpenGLWindow { Q_OBJECT - friend class Q125; + friend class Q126; public: LOpenGLWindow(uint u, UpdateBehavior x1 = NoPartialUpdate, QWindow* x2 = 0) : QOpenGLWindow(x1, x2), unique(u) {} LOpenGLWindow(uint u, QOpenGLContext* x1, UpdateBehavior x2 = NoPartialUpdate, QWindow* x3 = 0) : QOpenGLWindow(x1, x2, x3), unique(u) {} @@ -3743,7 +3741,7 @@ public: class LPageSetupDialog : public QPageSetupDialog { Q_OBJECT - friend class Q126; + friend class Q127; public: LPageSetupDialog(uint u, QPrinter* x1, QWidget* x2 = 0) : QPageSetupDialog(x1, x2), unique(u) {} LPageSetupDialog(uint u, QWidget* x1 = 0) : QPageSetupDialog(x1), unique(u) {} @@ -3796,7 +3794,7 @@ public: class LPaintDeviceWindow : public QPaintDeviceWindow { Q_OBJECT - friend class Q127; + friend class Q128; public: static NumList overrideIds; @@ -3831,7 +3829,7 @@ public: class LPanGesture : public QPanGesture { Q_OBJECT - friend class Q128; + friend class Q129; public: static NumList overrideIds; @@ -3845,7 +3843,7 @@ public: class LParallelAnimationGroup : public QParallelAnimationGroup { Q_OBJECT - friend class Q129; + friend class Q130; public: LParallelAnimationGroup(uint u, QObject* x1 = 0) : QParallelAnimationGroup(x1), unique(u) {} @@ -3864,7 +3862,7 @@ public: class LPauseAnimation : public QPauseAnimation { Q_OBJECT - friend class Q130; + friend class Q131; public: LPauseAnimation(uint u, QObject* x1 = 0) : QPauseAnimation(x1), unique(u) {} LPauseAnimation(uint u, int x1, QObject* x2 = 0) : QPauseAnimation(x1, x2), unique(u) {} @@ -3884,7 +3882,7 @@ public: class LPinchGesture : public QPinchGesture { Q_OBJECT - friend class Q131; + friend class Q132; public: static NumList overrideIds; @@ -3898,7 +3896,7 @@ public: class LPlainTextDocumentLayout : public QPlainTextDocumentLayout { Q_OBJECT - friend class Q132; + friend class Q133; public: LPlainTextDocumentLayout(uint u, QTextDocument* x1) : QPlainTextDocumentLayout(x1), unique(u) {} @@ -3923,7 +3921,7 @@ public: class LPlainTextEdit : public QPlainTextEdit { Q_OBJECT - friend class Q133; + friend class Q134; public: LPlainTextEdit(uint u, QWidget* x1 = 0) : QPlainTextEdit(x1), unique(u) {} LPlainTextEdit(uint u, const QString& x1, QWidget* x2 = 0) : QPlainTextEdit(x1, x2), unique(u) {} @@ -3981,7 +3979,7 @@ public: class LPluginLoader : public QPluginLoader { Q_OBJECT - friend class Q134; + friend class Q135; public: LPluginLoader(uint u, QObject* x1 = 0) : QPluginLoader(x1), unique(u) {} LPluginLoader(uint u, const QString& x1, QObject* x2 = 0) : QPluginLoader(x1, x2), unique(u) {} @@ -3997,7 +3995,7 @@ public: class LPrintDialog : public QPrintDialog { Q_OBJECT - friend class Q135; + friend class Q136; public: LPrintDialog(uint u, QPrinter* x1, QWidget* x2 = 0) : QPrintDialog(x1, x2), unique(u) {} LPrintDialog(uint u, QWidget* x1 = 0) : QPrintDialog(x1), unique(u) {} @@ -4050,7 +4048,7 @@ public: class LPrintPreviewDialog : public QPrintPreviewDialog { Q_OBJECT - friend class Q136; + friend class Q137; public: LPrintPreviewDialog(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QPrintPreviewDialog(x1, x2, x3), unique(u) {} LPrintPreviewDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QPrintPreviewDialog(x1, x2), unique(u) {} @@ -4102,7 +4100,7 @@ public: class LPrintPreviewWidget : public QPrintPreviewWidget { Q_OBJECT - friend class Q137; + friend class Q138; public: LPrintPreviewWidget(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) : QPrintPreviewWidget(x1, x2, x3), unique(u) {} LPrintPreviewWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QPrintPreviewWidget(x1, x2), unique(u) {} @@ -4153,7 +4151,7 @@ public: class LProcess : public QProcess { Q_OBJECT - friend class Q138; + friend class Q139; public: LProcess(uint u, QObject* x1 = 0) : QProcess(x1), unique(u) {} @@ -4185,7 +4183,7 @@ public: class LProgressBar : public QProgressBar { Q_OBJECT - friend class Q139; + friend class Q140; public: LProgressBar(uint u, QWidget* x1 = 0) : QProgressBar(x1), unique(u) {} @@ -4235,7 +4233,7 @@ public: class LProgressDialog : public QProgressDialog { Q_OBJECT - friend class Q140; + friend class Q141; public: LProgressDialog(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QProgressDialog(x1, x2), unique(u) {} LProgressDialog(uint u, const QString& x1, const QString& x2, int x3, int x4, QWidget* x5 = 0, Qt::WindowFlags x6 = 0) : QProgressDialog(x1, x2, x3, x4, x5, x6), unique(u) {} @@ -4286,7 +4284,7 @@ public: class LPropertyAnimation : public QPropertyAnimation { Q_OBJECT - friend class Q141; + friend class Q142; public: LPropertyAnimation(uint u, QObject* x1 = 0) : QPropertyAnimation(x1), unique(u) {} LPropertyAnimation(uint u, QObject* x1, const QByteArray& x2, QObject* x3 = 0) : QPropertyAnimation(x1, x2, x3), unique(u) {} @@ -4308,7 +4306,7 @@ public: class LPushButton : public QPushButton { Q_OBJECT - friend class Q142; + friend class Q143; public: LPushButton(uint u, QWidget* x1 = 0) : QPushButton(x1), unique(u) {} LPushButton(uint u, const QString& x1, QWidget* x2 = 0) : QPushButton(x1, x2), unique(u) {} @@ -4362,7 +4360,7 @@ public: class LRadioButton : public QRadioButton { Q_OBJECT - friend class Q143; + friend class Q144; public: LRadioButton(uint u, QWidget* x1 = 0) : QRadioButton(x1), unique(u) {} LRadioButton(uint u, const QString& x1, QWidget* x2 = 0) : QRadioButton(x1, x2), unique(u) {} @@ -4415,7 +4413,7 @@ public: class LRegExpValidator : public QRegExpValidator { Q_OBJECT - friend class Q144; + friend class Q145; public: LRegExpValidator(uint u, QObject* x1 = 0) : QRegExpValidator(x1), unique(u) {} LRegExpValidator(uint u, const QRegExp& x1, QObject* x2 = 0) : QRegExpValidator(x1, x2), unique(u) {} @@ -4433,7 +4431,7 @@ public: class LRubberBand : public QRubberBand { Q_OBJECT - friend class Q145; + friend class Q146; public: LRubberBand(uint u, Shape x1, QWidget* x2 = 0) : QRubberBand(x1, x2), unique(u) {} @@ -4482,7 +4480,7 @@ public: class LScrollArea : public QScrollArea { Q_OBJECT - friend class Q147; + friend class Q148; public: LScrollArea(uint u, QWidget* x1 = 0) : QScrollArea(x1), unique(u) {} @@ -4535,7 +4533,7 @@ public: class LScrollBar : public QScrollBar { Q_OBJECT - friend class Q148; + friend class Q149; public: LScrollBar(uint u, QWidget* x1 = 0) : QScrollBar(x1), unique(u) {} LScrollBar(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QScrollBar(x1, x2), unique(u) {} @@ -4586,7 +4584,7 @@ public: class LSequentialAnimationGroup : public QSequentialAnimationGroup { Q_OBJECT - friend class Q149; + friend class Q150; public: LSequentialAnimationGroup(uint u, QObject* x1 = 0) : QSequentialAnimationGroup(x1), unique(u) {} @@ -4605,7 +4603,7 @@ public: class LSettings : public QSettings { Q_OBJECT - friend class Q151; + friend class Q152; public: LSettings(uint u, const QString& x1, const QString& x2 = QString(), QObject* x3 = 0) : QSettings(x1, x2, x3), unique(u) {} LSettings(uint u, Scope x1, const QString& x2, const QString& x3 = QString(), QObject* x4 = 0) : QSettings(x1, x2, x3, x4), unique(u) {} @@ -4624,7 +4622,7 @@ public: class LShortcut : public QShortcut { Q_OBJECT - friend class Q152; + friend class Q153; public: LShortcut(uint u, QWidget* x1) : QShortcut(x1), unique(u) {} LShortcut(uint u, const QKeySequence& x1, QWidget* x2, const char* x3 = 0, const char* x4 = 0, Qt::ShortcutContext x5 = Qt::WindowShortcut) : QShortcut(x1, x2, x3, x4, x5), unique(u) {} @@ -4640,7 +4638,7 @@ public: class LSignalTransition : public QSignalTransition { Q_OBJECT - friend class Q153; + friend class Q154; public: LSignalTransition(uint u, QState* x1 = 0) : QSignalTransition(x1), unique(u) {} LSignalTransition(uint u, const QObject* x1, const char* x2, QState* x3 = 0) : QSignalTransition(x1, x2, x3), unique(u) {} @@ -4658,7 +4656,7 @@ public: class LSizeGrip : public QSizeGrip { Q_OBJECT - friend class Q154; + friend class Q155; public: LSizeGrip(uint u, QWidget* x1) : QSizeGrip(x1), unique(u) {} @@ -4708,7 +4706,7 @@ public: class LSlider : public QSlider { Q_OBJECT - friend class Q155; + friend class Q156; public: LSlider(uint u, QWidget* x1 = 0) : QSlider(x1), unique(u) {} LSlider(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QSlider(x1, x2), unique(u) {} @@ -4759,7 +4757,7 @@ public: class LSortFilterProxyModel : public QSortFilterProxyModel { Q_OBJECT - friend class Q156; + friend class Q157; public: LSortFilterProxyModel(uint u, QObject* x1 = 0) : QSortFilterProxyModel(x1), unique(u) {} @@ -4813,7 +4811,7 @@ public: class LSpinBox : public QSpinBox { Q_OBJECT - friend class Q157; + friend class Q158; public: LSpinBox(uint u, QWidget* x1 = 0) : QSpinBox(x1), unique(u) {} @@ -4868,7 +4866,7 @@ public: class LSplashScreen : public QSplashScreen { Q_OBJECT - friend class Q158; + friend class Q159; public: LSplashScreen(uint u, const QPixmap& x1 = QPixmap(), Qt::WindowFlags x2 = 0) : QSplashScreen(x1, x2), unique(u) {} LSplashScreen(uint u, QWidget* x1, const QPixmap& x2 = QPixmap(), Qt::WindowFlags x3 = 0) : QSplashScreen(x1, x2, x3), unique(u) {} @@ -4919,7 +4917,7 @@ public: class LSplitter : public QSplitter { Q_OBJECT - friend class Q159; + friend class Q160; public: LSplitter(uint u, QWidget* x1 = 0) : QSplitter(x1), unique(u) {} LSplitter(uint u, Qt::Orientation x1, QWidget* x2 = 0) : QSplitter(x1, x2), unique(u) {} @@ -4969,7 +4967,7 @@ public: class LSplitterHandle : public QSplitterHandle { Q_OBJECT - friend class Q160; + friend class Q161; public: static NumList overrideIds; @@ -5017,7 +5015,7 @@ public: class LStackedLayout : public QStackedLayout { Q_OBJECT - friend class Q166; + friend class Q167; public: LStackedLayout(uint u) : unique(u) {} LStackedLayout(uint u, QWidget* x1) : QStackedLayout(x1), unique(u) {} @@ -5051,7 +5049,7 @@ public: class LStackedWidget : public QStackedWidget { Q_OBJECT - friend class Q167; + friend class Q168; public: LStackedWidget(uint u, QWidget* x1 = 0) : QStackedWidget(x1), unique(u) {} @@ -5100,7 +5098,7 @@ public: class LStandardItemModel : public QStandardItemModel { Q_OBJECT - friend class Q168; + friend class Q169; public: LStandardItemModel(uint u, QObject* x1 = 0) : QStandardItemModel(x1), unique(u) {} LStandardItemModel(uint u, int x1, int x2, QObject* x3 = 0) : QStandardItemModel(x1, x2, x3), unique(u) {} @@ -5145,7 +5143,7 @@ public: class LState : public QState { Q_OBJECT - friend class Q169; + friend class Q170; public: LState(uint u, QState* x1 = 0) : QState(x1), unique(u) {} LState(uint u, ChildMode x1, QState* x2 = 0) : QState(x1, x2), unique(u) {} @@ -5163,7 +5161,7 @@ public: class LStateMachine : public QStateMachine { Q_OBJECT - friend class Q170; + friend class Q171; public: LStateMachine(uint u, QObject* x1 = 0) : QStateMachine(x1), unique(u) {} LStateMachine(uint u, QState::ChildMode x1, QObject* x2 = 0) : QStateMachine(x1, x2), unique(u) {} @@ -5181,7 +5179,7 @@ public: class LStatusBar : public QStatusBar { Q_OBJECT - friend class Q171; + friend class Q172; public: LStatusBar(uint u, QWidget* x1 = 0) : QStatusBar(x1), unique(u) {} @@ -5230,7 +5228,7 @@ public: class LStringListModel : public QStringListModel { Q_OBJECT - friend class Q172; + friend class Q173; public: LStringListModel(uint u, QObject* x1 = 0) : QStringListModel(x1), unique(u) {} LStringListModel(uint u, const QStringList& x1, QObject* x2 = 0) : QStringListModel(x1, x2), unique(u) {} @@ -5272,7 +5270,7 @@ public: class LStyledItemDelegate : public QStyledItemDelegate { Q_OBJECT - friend class Q174; + friend class Q175; public: LStyledItemDelegate(uint u, QObject* x1 = 0) : QStyledItemDelegate(x1), unique(u) {} @@ -5298,7 +5296,7 @@ public: class LSwipeGesture : public QSwipeGesture { Q_OBJECT - friend class Q177; + friend class Q178; public: static NumList overrideIds; @@ -5312,7 +5310,7 @@ public: class LSyntaxHighlighter : public QSyntaxHighlighter { Q_OBJECT - friend class Q178; + friend class Q179; public: LSyntaxHighlighter(uint u, QObject* x1) : QSyntaxHighlighter(x1), unique(u) {} LSyntaxHighlighter(uint u, QTextDocument* x1) : QSyntaxHighlighter(x1), unique(u) {} @@ -5329,7 +5327,7 @@ public: class LSystemTrayIcon : public QSystemTrayIcon { Q_OBJECT - friend class Q179; + friend class Q180; public: LSystemTrayIcon(uint u, QObject* x1 = 0) : QSystemTrayIcon(x1), unique(u) {} LSystemTrayIcon(uint u, const QIcon& x1, QObject* x2 = 0) : QSystemTrayIcon(x1, x2), unique(u) {} @@ -5345,7 +5343,7 @@ public: class LTabBar : public QTabBar { Q_OBJECT - friend class Q180; + friend class Q181; public: LTabBar(uint u, QWidget* x1 = 0) : QTabBar(x1), unique(u) {} @@ -5399,7 +5397,7 @@ public: class LTabWidget : public QTabWidget { Q_OBJECT - friend class Q181; + friend class Q182; public: LTabWidget(uint u, QWidget* x1 = 0) : QTabWidget(x1), unique(u) {} @@ -5450,7 +5448,7 @@ public: class LTableView : public QTableView { Q_OBJECT - friend class Q182; + friend class Q183; public: LTableView(uint u, QWidget* x1 = 0) : QTableView(x1), unique(u) {} @@ -5467,12 +5465,12 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::paintEvent(x1); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::setSelection(x1, x2); }} int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::sizeHintForColumn(x1); } return ret; } int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::sizeHintForRow(x1); } return ret; } void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableView::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableView::viewportSizeHint(); } return ret; } @@ -5526,7 +5524,7 @@ public: class LTableWidget : public QTableWidget { Q_OBJECT - friend class Q183; + friend class Q184; public: LTableWidget(uint u, QWidget* x1 = 0) : QTableWidget(x1), unique(u) {} LTableWidget(uint u, int x1, int x2, QWidget* x3 = 0) : QTableWidget(x1, x2, x3), unique(u) {} @@ -5548,12 +5546,12 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::paintEvent(x1); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::setSelection(x1, x2); }} int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::sizeHintForColumn(x1); } return ret; } int sizeHintForRow(int x1) const { quint64 id = LObjects::override_id(unique, 90); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 90, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::sizeHintForRow(x1); } return ret; } void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTableWidget::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTableWidget::viewportSizeHint(); } return ret; } @@ -5606,7 +5604,7 @@ public: class LTapAndHoldGesture : public QTapAndHoldGesture { Q_OBJECT - friend class Q184; + friend class Q185; public: static NumList overrideIds; @@ -5620,7 +5618,7 @@ public: class LTapGesture : public QTapGesture { Q_OBJECT - friend class Q185; + friend class Q186; public: static NumList overrideIds; @@ -5634,7 +5632,7 @@ public: class LTextBlockGroup : public QTextBlockGroup { Q_OBJECT - friend class Q188; + friend class Q189; public: static NumList overrideIds; @@ -5651,7 +5649,7 @@ public: class LTextBrowser : public QTextBrowser { Q_OBJECT - friend class Q189; + friend class Q190; public: LTextBrowser(uint u, QWidget* x1 = 0) : QTextBrowser(x1), unique(u) {} @@ -5708,7 +5706,7 @@ public: class LTextDocument : public QTextDocument { Q_OBJECT - friend class Q190; + friend class Q191; public: LTextDocument(uint u, QObject* x1 = 0) : QTextDocument(x1), unique(u) {} LTextDocument(uint u, const QString& x1, QObject* x2 = 0) : QTextDocument(x1, x2), unique(u) {} @@ -5727,7 +5725,7 @@ public: class LTextEdit : public QTextEdit { Q_OBJECT - friend class Q191; + friend class Q192; public: LTextEdit(uint u, QWidget* x1 = 0) : QTextEdit(x1), unique(u) {} LTextEdit(uint u, const QString& x1, QWidget* x2 = 0) : QTextEdit(x1, x2), unique(u) {} @@ -5785,7 +5783,7 @@ public: class LTextFrame : public QTextFrame { Q_OBJECT - friend class Q192; + friend class Q193; public: LTextFrame(uint u, QTextDocument* x1) : QTextFrame(x1), unique(u) {} @@ -5800,7 +5798,7 @@ public: class LTextList : public QTextList { Q_OBJECT - friend class Q193; + friend class Q194; public: static NumList overrideIds; @@ -5817,7 +5815,7 @@ public: class LTextObject : public QTextObject { Q_OBJECT - friend class Q194; + friend class Q195; public: static NumList overrideIds; @@ -5831,7 +5829,7 @@ public: class LTextTable : public QTextTable { Q_OBJECT - friend class Q195; + friend class Q196; public: static NumList overrideIds; @@ -5845,7 +5843,7 @@ public: class LTimeEdit : public QTimeEdit { Q_OBJECT - friend class Q196; + friend class Q197; public: LTimeEdit(uint u, QWidget* x1 = 0) : QTimeEdit(x1), unique(u) {} LTimeEdit(uint u, const QTime& x1, QWidget* x2 = 0) : QTimeEdit(x1, x2), unique(u) {} @@ -5902,7 +5900,7 @@ public: class LTimeLine : public QTimeLine { Q_OBJECT - friend class Q197; + friend class Q198; public: LTimeLine(uint u, int x1 = 1000, QObject* x2 = 0) : QTimeLine(x1, x2), unique(u) {} @@ -5918,7 +5916,7 @@ public: class LTimer : public QTimer { Q_OBJECT - friend class Q198; + friend class Q199; public: LTimer(uint u, QObject* x1 = 0) : QTimer(x1), unique(u) {} @@ -5933,7 +5931,7 @@ public: class LToolBar : public QToolBar { Q_OBJECT - friend class Q199; + friend class Q200; public: LToolBar(uint u, const QString& x1, QWidget* x2 = 0) : QToolBar(x1, x2), unique(u) {} LToolBar(uint u, QWidget* x1 = 0) : QToolBar(x1), unique(u) {} @@ -5983,7 +5981,7 @@ public: class LToolBox : public QToolBox { Q_OBJECT - friend class Q200; + friend class Q201; public: LToolBox(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QToolBox(x1, x2), unique(u) {} @@ -6034,7 +6032,7 @@ public: class LToolButton : public QToolButton { Q_OBJECT - friend class Q201; + friend class Q202; public: LToolButton(uint u, QWidget* x1 = 0) : QToolButton(x1), unique(u) {} @@ -6086,7 +6084,7 @@ public: class LTranslator : public QTranslator { Q_OBJECT - friend class Q202; + friend class Q203; public: LTranslator(uint u, QObject* x1 = 0) : QTranslator(x1), unique(u) {} @@ -6103,16 +6101,16 @@ public: class LTreeView : public QTreeView { Q_OBJECT - friend class Q203; + friend class Q204; public: LTreeView(uint u, QWidget* x1 = 0) : QTreeView(x1), unique(u) {} static NumList overrideIds; uint unique; - void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawBranches(x1, x2, x3); }} - void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawRow(x1, x2, x3); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dataChanged(x1, x2, x3); }} + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 265, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::dataChanged(x1, x2, x3); }} QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::indexAt(x1); } return ret; } void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::keyboardSearch(x1); }} void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::reset(); }} @@ -6133,15 +6131,15 @@ public: void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::mouseReleaseEvent(x1); }} QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::paintEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::rowsInserted(x1, x2, x3); }} void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::scrollContentsBy(x1, x2); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::setSelection(x1, x2); }} int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::sizeHintForColumn(x1); } return ret; } void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeView::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::verticalOffset(); } return ret; } bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::viewportEvent(x1); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeView::viewportSizeHint(); } return ret; } @@ -6186,7 +6184,7 @@ public: class LTreeWidget : public QTreeWidget { Q_OBJECT - friend class Q204; + friend class Q205; public: LTreeWidget(uint u, QWidget* x1 = 0) : QTreeWidget(x1), unique(u) {} @@ -6199,9 +6197,9 @@ public: Qt::DropActions supportedDropActions() const { quint64 id = LObjects::override_id(unique, 83); void* fun = LObjects::overrideFun(id); Qt::DropActions ret = (Qt::DropActions)0; if(fun && (LObjects::calling != id)) { ret = (Qt::DropActions)callOverrideFun(fun, 83, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::supportedDropActions(); } return ret; } void setSelectionModel(QItemSelectionModel* x1) { quint64 id = LObjects::override_id(unique, 88); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 88, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setSelectionModel(x1); }} void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dropEvent(x1); }} - void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawBranches(x1, x2, x3); }} - void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawRow(x1, x2, x3); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dataChanged(x1, x2, x3); }} + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 265, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::dataChanged(x1, x2, x3); }} QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::indexAt(x1); } return ret; } void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::keyboardSearch(x1); }} void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::reset(); }} @@ -6220,15 +6218,15 @@ public: void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::mouseReleaseEvent(x1); }} QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::paintEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::rowsInserted(x1, x2, x3); }} void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::scrollContentsBy(x1, x2); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::setSelection(x1, x2); }} int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::sizeHintForColumn(x1); } return ret; } void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTreeWidget::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::verticalOffset(); } return ret; } bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::viewportEvent(x1); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTreeWidget::viewportSizeHint(); } return ret; } @@ -6272,7 +6270,7 @@ public: class LUndoGroup : public QUndoGroup { Q_OBJECT - friend class Q206; + friend class Q207; public: LUndoGroup(uint u, QObject* x1 = 0) : QUndoGroup(x1), unique(u) {} @@ -6287,7 +6285,7 @@ public: class LUndoStack : public QUndoStack { Q_OBJECT - friend class Q207; + friend class Q208; public: LUndoStack(uint u, QObject* x1 = 0) : QUndoStack(x1), unique(u) {} @@ -6302,7 +6300,7 @@ public: class LUndoView : public QUndoView { Q_OBJECT - friend class Q208; + friend class Q209; public: LUndoView(uint u, QWidget* x1 = 0) : QUndoView(x1), unique(u) {} LUndoView(uint u, QUndoStack* x1, QWidget* x2 = 0) : QUndoView(x1, x2), unique(u) {} @@ -6315,7 +6313,7 @@ public: void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::scrollTo(x1, x2); }} QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::visualRect(x1); } return ret; } void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::currentChanged(x1, x2); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dataChanged(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dataChanged(x1, x2, x3); }} void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dragLeaveEvent(x1); }} void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dragMoveEvent(x1); }} void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::dropEvent(x1); }} @@ -6326,14 +6324,14 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::paintEvent(x1); }} void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::resizeEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::rowsInserted(x1, x2, x3); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::setSelection(x1, x2); }} void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::startDrag(x1); }} void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QUndoView::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QUndoView::viewportSizeHint(); } return ret; } @@ -6382,7 +6380,7 @@ public: class LVBoxLayout : public QVBoxLayout { Q_OBJECT - friend class Q209; + friend class Q210; public: LVBoxLayout(uint u) : unique(u) {} LVBoxLayout(uint u, QWidget* x1) : QVBoxLayout(x1), unique(u) {} @@ -6416,7 +6414,7 @@ public: class LValidator : public QValidator { Q_OBJECT - friend class Q210; + friend class Q211; public: LValidator(uint u, QObject* x1 = 0) : QValidator(x1), unique(u) {} @@ -6433,7 +6431,7 @@ public: class LVariantAnimation : public QVariantAnimation { Q_OBJECT - friend class Q211; + friend class Q212; public: LVariantAnimation(uint u, QObject* x1 = 0) : QVariantAnimation(x1), unique(u) {} @@ -6454,7 +6452,7 @@ public: class LWidget : public QWidget { Q_OBJECT - friend class Q218; + friend class Q219; public: LWidget(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QWidget(x1, x2), unique(u) {} @@ -6503,7 +6501,7 @@ public: class LWidgetAction : public QWidgetAction { Q_OBJECT - friend class Q219; + friend class Q220; public: LWidgetAction(uint u, QObject* x1) : QWidgetAction(x1), unique(u) {} @@ -6520,7 +6518,7 @@ public: class LWindow : public QWindow { Q_OBJECT - friend class Q220; + friend class Q221; public: LWindow(uint u, QScreen* x1 = 0) : QWindow(x1), unique(u) {} LWindow(uint u, QWindow* x1) : QWindow(x1), unique(u) {} @@ -6556,7 +6554,7 @@ public: class LWizard : public QWizard { Q_OBJECT - friend class Q221; + friend class Q222; public: LWizard(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) : QWizard(x1, x2), unique(u) {} @@ -6611,7 +6609,7 @@ public: class LWizardPage : public QWizardPage { Q_OBJECT - friend class Q222; + friend class Q223; public: LWizardPage(uint u, QWidget* x1 = 0) : QWizardPage(x1), unique(u) {} diff --git a/src/gen/_main_q_methods.h b/src/gen/_main_q_methods.h index db115a5..3d82a96 100644 --- a/src/gen/_main_q_methods.h +++ b/src/gen/_main_q_methods.h @@ -784,8 +784,6 @@ public: class EQL_EXPORT Q75 : public Q121 { // QGraphicsTransform Q_OBJECT public: - Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LGraphicsTransform(u, x1); } - Q_INVOKABLE void MapplyTo(QGraphicsTransform* o, QMatrix4x4* x1) const { o->applyTo(x1); } }; class EQL_EXPORT Q78 : public Q67 { // QGraphicsWidget @@ -1173,7 +1171,99 @@ public: Q_INVOKABLE bool ShasOpenGLShaders(QOpenGLShader::ShaderType x1, QOpenGLContext* x2 = 0) { return QOpenGLShader::hasOpenGLShaders(x1, x2); } }; -class EQL_EXPORT Q128 : public Q61 { // QPanGesture +class EQL_EXPORT Q124 : public Q121 { // QOpenGLShaderProgram + Q_OBJECT +public: + Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LOpenGLShaderProgram(u, x1); } + Q_INVOKABLE bool MaddShader(QOpenGLShaderProgram* o, QOpenGLShader* x1) { return o->addShader(x1); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QOpenGLShaderProgram* o, QOpenGLShader::ShaderType x1, const char* x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QOpenGLShaderProgram* o, QOpenGLShader::ShaderType x1, const QByteArray& x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceCode(QOpenGLShaderProgram* o, QOpenGLShader::ShaderType x1, const QString& x2) { return o->addShaderFromSourceCode(x1, x2); } + Q_INVOKABLE bool MaddShaderFromSourceFile(QOpenGLShaderProgram* o, QOpenGLShader::ShaderType x1, const QString& x2) { return o->addShaderFromSourceFile(x1, x2); } + Q_INVOKABLE int MattributeLocation(QOpenGLShaderProgram* o, const char* x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE int MattributeLocation(QOpenGLShaderProgram* o, const QByteArray& x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE int MattributeLocation(QOpenGLShaderProgram* o, const QString& x1) const { return o->attributeLocation(x1); } + Q_INVOKABLE bool Mbind(QOpenGLShaderProgram* o) { return o->bind(); } + Q_INVOKABLE void MbindAttributeLocation(QOpenGLShaderProgram* o, const char* x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE void MbindAttributeLocation(QOpenGLShaderProgram* o, const QByteArray& x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE void MbindAttributeLocation(QOpenGLShaderProgram* o, const QString& x1, int x2) { o->bindAttributeLocation(x1, x2); } + Q_INVOKABLE bool Mcreate(QOpenGLShaderProgram* o) { return o->create(); } + Q_INVOKABLE QVector MdefaultInnerTessellationLevels(QOpenGLShaderProgram* o) const { return o->defaultInnerTessellationLevels(); } + Q_INVOKABLE QVector MdefaultOuterTessellationLevels(QOpenGLShaderProgram* o) const { return o->defaultOuterTessellationLevels(); } + Q_INVOKABLE void MdisableAttributeArray(QOpenGLShaderProgram* o, int x1) { o->disableAttributeArray(x1); } + Q_INVOKABLE void MdisableAttributeArray(QOpenGLShaderProgram* o, const char* x1) { o->disableAttributeArray(x1); } + Q_INVOKABLE void MenableAttributeArray(QOpenGLShaderProgram* o, int x1) { o->enableAttributeArray(x1); } + Q_INVOKABLE void MenableAttributeArray(QOpenGLShaderProgram* o, const char* x1) { o->enableAttributeArray(x1); } + Q_INVOKABLE bool MisLinked(QOpenGLShaderProgram* o) const { return o->isLinked(); } + Q_INVOKABLE bool Mlink(QOpenGLShaderProgram* o) { return o->link(); } + Q_INVOKABLE QString Mlog(QOpenGLShaderProgram* o) const { return o->log(); } + Q_INVOKABLE int MmaxGeometryOutputVertices(QOpenGLShaderProgram* o) const { return o->maxGeometryOutputVertices(); } + Q_INVOKABLE int MpatchVertexCount(QOpenGLShaderProgram* o) const { return o->patchVertexCount(); } + Q_INVOKABLE GLuint MprogramId(QOpenGLShaderProgram* o) const { return o->programId(); } + Q_INVOKABLE void Mrelease(QOpenGLShaderProgram* o) { o->release(); } + Q_INVOKABLE void MremoveAllShaders(QOpenGLShaderProgram* o) { o->removeAllShaders(); } + Q_INVOKABLE void MremoveShader(QOpenGLShaderProgram* o, QOpenGLShader* x1) { o->removeShader(x1); } + Q_INVOKABLE void MsetAttributeBuffer(QOpenGLShaderProgram* o, int x1, GLenum x2, int x3, int x4, int x5 = 0) { o->setAttributeBuffer(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeBuffer(QOpenGLShaderProgram* o, const char* x1, GLenum x2, int x3, int x4, int x5 = 0) { o->setAttributeBuffer(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, GLfloat x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3) { o->setAttributeValue(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setAttributeValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setAttributeValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, const QVector2D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, const QVector3D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, const QVector4D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, int x1, const QColor& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3) { o->setAttributeValue(x1, x2, x3); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setAttributeValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setAttributeValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, const QVector2D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, const QVector3D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, const QVector4D& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetAttributeValue(QOpenGLShaderProgram* o, const char* x1, const QColor& x2) { o->setAttributeValue(x1, x2); } + Q_INVOKABLE void MsetDefaultInnerTessellationLevels(QOpenGLShaderProgram* o, const QVector& x1) { o->setDefaultInnerTessellationLevels(x1); } + Q_INVOKABLE void MsetDefaultOuterTessellationLevels(QOpenGLShaderProgram* o, const QVector& x1) { o->setDefaultOuterTessellationLevels(x1); } + Q_INVOKABLE void MsetPatchVertexCount(QOpenGLShaderProgram* o, int x1) { o->setPatchVertexCount(x1); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLfloat x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QPointF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QSize& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QSizeF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QMatrix4x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QTransform& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLuint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3) { o->setUniformValue(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setUniformValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setUniformValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QVector2D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QVector3D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QVector4D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QColor& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QPoint& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QPointF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QSize& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QSizeF& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QMatrix4x4& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, int x1, const QTransform& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLuint x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3) { o->setUniformValue(x1, x2, x3); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4) { o->setUniformValue(x1, x2, x3, x4); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, GLfloat x2, GLfloat x3, GLfloat x4, GLfloat x5) { o->setUniformValue(x1, x2, x3, x4, x5); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QVector2D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QVector3D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QVector4D& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QColor& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE void MsetUniformValue(QOpenGLShaderProgram* o, const char* x1, const QPoint& x2) { o->setUniformValue(x1, x2); } + Q_INVOKABLE QList Mshaders(QOpenGLShaderProgram* o) const { return o->shaders(); } + Q_INVOKABLE int MuniformLocation(QOpenGLShaderProgram* o, const char* x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE int MuniformLocation(QOpenGLShaderProgram* o, const QByteArray& x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE int MuniformLocation(QOpenGLShaderProgram* o, const QString& x1) const { return o->uniformLocation(x1); } + Q_INVOKABLE bool ShasOpenGLShaderPrograms(QOpenGLContext* x1 = 0) { return QOpenGLShaderProgram::hasOpenGLShaderPrograms(x1); } +}; + +class EQL_EXPORT Q129 : public Q61 { // QPanGesture Q_OBJECT public: Q_INVOKABLE qreal Macceleration(QPanGesture* o) const { return o->acceleration(); } @@ -1185,14 +1275,14 @@ public: Q_INVOKABLE void MsetOffset(QPanGesture* o, const QPointF& x1) { o->setOffset(x1); } }; -class EQL_EXPORT Q129 : public Q20 { // QParallelAnimationGroup +class EQL_EXPORT Q130 : public Q20 { // QParallelAnimationGroup Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LParallelAnimationGroup(u, x1); } Q_INVOKABLE int Mduration(QParallelAnimationGroup* o) const { return o->duration(); } }; -class EQL_EXPORT Q130 : public Q1 { // QPauseAnimation +class EQL_EXPORT Q131 : public Q1 { // QPauseAnimation Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPauseAnimation(u, x1); } @@ -1201,7 +1291,7 @@ public: Q_INVOKABLE int Mduration(QPauseAnimation* o) const { return o->duration(); } }; -class EQL_EXPORT Q131 : public Q61 { // QPinchGesture +class EQL_EXPORT Q132 : public Q61 { // QPinchGesture Q_OBJECT public: Q_INVOKABLE QPointF McenterPoint(QPinchGesture* o) const { return o->centerPoint(); } @@ -1228,7 +1318,7 @@ public: Q_INVOKABLE qreal MtotalScaleFactor(QPinchGesture* o) const { return o->totalScaleFactor(); } }; -class EQL_EXPORT Q132 : public Q16 { // QPlainTextDocumentLayout +class EQL_EXPORT Q133 : public Q16 { // QPlainTextDocumentLayout Q_OBJECT public: Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LPlainTextDocumentLayout(u, x1); } @@ -1244,7 +1334,7 @@ public: Q_INVOKABLE int MpageCount(QPlainTextDocumentLayout* o) const { return o->pageCount(); } }; -class EQL_EXPORT Q134 : public Q121 { // QPluginLoader +class EQL_EXPORT Q135 : public Q121 { // QPluginLoader Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPluginLoader(u, x1); } @@ -1263,7 +1353,7 @@ public: Q_INVOKABLE QVector SstaticPlugins() { return QPluginLoader::staticPlugins(); } }; -class EQL_EXPORT Q138 : public Q93 { // QProcess +class EQL_EXPORT Q139 : public Q93 { // QProcess Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LProcess(u, x1); } @@ -1317,7 +1407,7 @@ public: Q_INVOKABLE QStringList SsystemEnvironment() { return QProcess::systemEnvironment(); } }; -class EQL_EXPORT Q146 : public Q121 { // QScreen +class EQL_EXPORT Q147 : public Q121 { // QScreen Q_OBJECT public: Q_INVOKABLE int MangleBetween(QScreen* o, Qt::ScreenOrientation x1, Qt::ScreenOrientation x2) const { return o->angleBetween(x1, x2); } @@ -1354,7 +1444,7 @@ public: Q_INVOKABLE QSize MvirtualSize(QScreen* o) const { return o->virtualSize(); } }; -class EQL_EXPORT Q149 : public Q20 { // QSequentialAnimationGroup +class EQL_EXPORT Q150 : public Q20 { // QSequentialAnimationGroup Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSequentialAnimationGroup(u, x1); } @@ -1364,7 +1454,7 @@ public: Q_INVOKABLE int Mduration(QSequentialAnimationGroup* o) const { return o->duration(); } }; -class EQL_EXPORT Q150 : public Q121 { // QSessionManager +class EQL_EXPORT Q151 : public Q121 { // QSessionManager Q_OBJECT public: Q_INVOKABLE bool MallowsErrorInteraction(QSessionManager* o) { return o->allowsErrorInteraction(); } @@ -1385,7 +1475,7 @@ public: Q_INVOKABLE void MsetRestartHint(QSessionManager* o, QSessionManager::RestartHint x1) { o->setRestartHint(x1); } }; -class EQL_EXPORT Q151 : public Q121 { // QSettings +class EQL_EXPORT Q152 : public Q121 { // QSettings Q_OBJECT public: Q_INVOKABLE void* C(uint u, const QString& x1, const QString& x2 = QString(), QObject* x3 = 0) { return new LSettings(u, x1, x2, x3); } @@ -1427,7 +1517,7 @@ public: Q_INVOKABLE void SsetPath(QSettings::Format x1, QSettings::Scope x2, const QString& x3) { QSettings::setPath(x1, x2, x3); } }; -class EQL_EXPORT Q152 : public Q121 { // QShortcut +class EQL_EXPORT Q153 : public Q121 { // QShortcut Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LShortcut(u, x1); } @@ -1446,7 +1536,7 @@ public: Q_INVOKABLE QString MwhatsThis(QShortcut* o) const { return o->whatsThis(); } }; -class EQL_EXPORT Q153 : public Q17 { // QSignalTransition +class EQL_EXPORT Q154 : public Q17 { // QSignalTransition Q_OBJECT public: Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LSignalTransition(u, x1); } @@ -1457,7 +1547,7 @@ public: Q_INVOKABLE QByteArray Msignal(QSignalTransition* o) const { return o->signal(); } }; -class EQL_EXPORT Q156 : public Q9 { // QSortFilterProxyModel +class EQL_EXPORT Q157 : public Q9 { // QSortFilterProxyModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSortFilterProxyModel(u, x1); } @@ -1512,7 +1602,7 @@ public: Q_INVOKABLE int MsupportedDropActions(QSortFilterProxyModel* o) const { return o->supportedDropActions(); } }; -class EQL_EXPORT Q166 : public Q101 { // QStackedLayout +class EQL_EXPORT Q167 : public Q101 { // QStackedLayout Q_OBJECT public: Q_INVOKABLE void* C(uint u) { return new LStackedLayout(u); } @@ -1536,7 +1626,7 @@ public: Q_INVOKABLE QLayoutItem* MtakeAt(QStackedLayout* o, int x1) { return o->takeAt(x1); } }; -class EQL_EXPORT Q168 : public Q4 { // QStandardItemModel +class EQL_EXPORT Q169 : public Q4 { // QStandardItemModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStandardItemModel(u, x1); } @@ -1596,7 +1686,7 @@ public: Q_INVOKABLE int MsupportedDropActions(QStandardItemModel* o) const { return o->supportedDropActions(); } }; -class EQL_EXPORT Q169 : public Q14 { // QState +class EQL_EXPORT Q170 : public Q14 { // QState Q_OBJECT public: Q_INVOKABLE void* C(uint u, QState* x1 = 0) { return new LState(u, x1); } @@ -1615,7 +1705,7 @@ public: Q_INVOKABLE QList Mtransitions(QState* o) const { return o->transitions(); } }; -class EQL_EXPORT Q170 : public Q169 { // QStateMachine +class EQL_EXPORT Q171 : public Q170 { // QStateMachine Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStateMachine(u, x1); } @@ -1639,7 +1729,7 @@ public: Q_INVOKABLE bool MeventFilter(QStateMachine* o, QObject* x1, QEvent* x2) { return o->eventFilter(x1, x2); } }; -class EQL_EXPORT Q172 : public Q6 { // QStringListModel +class EQL_EXPORT Q173 : public Q6 { // QStringListModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStringListModel(u, x1); } @@ -1657,7 +1747,7 @@ public: Q_INVOKABLE int MsupportedDropActions(QStringListModel* o) const { return o->supportedDropActions(); } }; -class EQL_EXPORT Q173 : public Q121 { // QStyle +class EQL_EXPORT Q174 : public Q121 { // QStyle Q_OBJECT public: Q_INVOKABLE int McombinedLayoutSpacing(QStyle* o, QSizePolicy::ControlTypes x1, QSizePolicy::ControlTypes x2, Qt::Orientation x3, QStyleOption* x4 = 0, QWidget* x5 = 0) const { return o->combinedLayoutSpacing(x1, x2, x3, x4, x5); } @@ -1680,7 +1770,7 @@ public: Q_INVOKABLE QRect SvisualRect(Qt::LayoutDirection x1, const QRect& x2, const QRect& x3) { return QStyle::visualRect(x1, x2, x3); } }; -class EQL_EXPORT Q174 : public Q3 { // QStyledItemDelegate +class EQL_EXPORT Q175 : public Q3 { // QStyledItemDelegate Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LStyledItemDelegate(u, x1); } @@ -1695,7 +1785,7 @@ public: Q_INVOKABLE void MupdateEditorGeometry(QStyledItemDelegate* o, QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { o->updateEditorGeometry(x1, x2, x3); } }; -class EQL_EXPORT Q177 : public Q61 { // QSwipeGesture +class EQL_EXPORT Q178 : public Q61 { // QSwipeGesture Q_OBJECT public: Q_INVOKABLE int MhorizontalDirection(QSwipeGesture* o) const { return o->horizontalDirection(); } @@ -1704,7 +1794,7 @@ public: Q_INVOKABLE int MverticalDirection(QSwipeGesture* o) const { return o->verticalDirection(); } }; -class EQL_EXPORT Q178 : public Q121 { // QSyntaxHighlighter +class EQL_EXPORT Q179 : public Q121 { // QSyntaxHighlighter Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1) { return new LSyntaxHighlighter(u, x1); } @@ -1723,7 +1813,7 @@ public: Q_INVOKABLE void MsetFormat(QSyntaxHighlighter* o, int x1, int x2, const QFont& x3) { ((LSyntaxHighlighter*)o)->setFormat(x1, x2, x3); } }; -class EQL_EXPORT Q179 : public Q121 { // QSystemTrayIcon +class EQL_EXPORT Q180 : public Q121 { // QSystemTrayIcon Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSystemTrayIcon(u, x1); } @@ -1740,7 +1830,7 @@ public: Q_INVOKABLE bool SsupportsMessages() { return QSystemTrayIcon::supportsMessages(); } }; -class EQL_EXPORT Q184 : public Q61 { // QTapAndHoldGesture +class EQL_EXPORT Q185 : public Q61 { // QTapAndHoldGesture Q_OBJECT public: Q_INVOKABLE QPointF Mposition(QTapAndHoldGesture* o) const { return o->position(); } @@ -1749,14 +1839,14 @@ public: Q_INVOKABLE int Stimeout() { return QTapAndHoldGesture::timeout(); } }; -class EQL_EXPORT Q185 : public Q61 { // QTapGesture +class EQL_EXPORT Q186 : public Q61 { // QTapGesture Q_OBJECT public: Q_INVOKABLE QPointF Mposition(QTapGesture* o) const { return o->position(); } Q_INVOKABLE void MsetPosition(QTapGesture* o, const QPointF& x1) { o->setPosition(x1); } }; -class EQL_EXPORT Q190 : public Q121 { // QTextDocument +class EQL_EXPORT Q191 : public Q121 { // QTextDocument Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTextDocument(u, x1); } @@ -1837,7 +1927,7 @@ public: Q_INVOKABLE bool MuseDesignMetrics(QTextDocument* o) const { return o->useDesignMetrics(); } }; -class EQL_EXPORT Q194 : public Q121 { // QTextObject +class EQL_EXPORT Q195 : public Q121 { // QTextObject Q_OBJECT public: Q_INVOKABLE QTextDocument* Mdocument(QTextObject* o) const { return o->document(); } @@ -1847,7 +1937,7 @@ public: Q_INVOKABLE void MsetFormat(QTextObject* o, const QTextFormat& x1) { ((LTextObject*)o)->setFormat(x1); } }; -class EQL_EXPORT Q197 : public Q121 { // QTimeLine +class EQL_EXPORT Q198 : public Q121 { // QTimeLine Q_OBJECT public: Q_INVOKABLE void* C(uint u, int x1 = 1000, QObject* x2 = 0) { return new LTimeLine(u, x1, x2); } @@ -1876,7 +1966,7 @@ public: Q_INVOKABLE qreal MvalueForTime(QTimeLine* o, int x1) const { return o->valueForTime(x1); } }; -class EQL_EXPORT Q198 : public Q121 { // QTimer +class EQL_EXPORT Q199 : public Q121 { // QTimer Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTimer(u, x1); } @@ -1890,7 +1980,7 @@ public: Q_INVOKABLE int MtimerType(QTimer* o) const { return o->timerType(); } }; -class EQL_EXPORT Q202 : public Q121 { // QTranslator +class EQL_EXPORT Q203 : public Q121 { // QTranslator Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTranslator(u, x1); } @@ -1900,7 +1990,7 @@ public: Q_INVOKABLE QString Mtranslate(QTranslator* o, const char* x1, const char* x2, const char* x3 = 0, int x4 = -1) const { return o->translate(x1, x2, x3, x4); } }; -class EQL_EXPORT Q206 : public Q121 { // QUndoGroup +class EQL_EXPORT Q207 : public Q121 { // QUndoGroup Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUndoGroup(u, x1); } @@ -1917,7 +2007,7 @@ public: Q_INVOKABLE QString MundoText(QUndoGroup* o) const { return o->undoText(); } }; -class EQL_EXPORT Q207 : public Q121 { // QUndoStack +class EQL_EXPORT Q208 : public Q121 { // QUndoStack Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUndoStack(u, x1); } @@ -1942,7 +2032,7 @@ public: Q_INVOKABLE QString MundoText(QUndoStack* o) const { return o->undoText(); } }; -class EQL_EXPORT Q210 : public Q121 { // QValidator +class EQL_EXPORT Q211 : public Q121 { // QValidator Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LValidator(u, x1); } @@ -1952,7 +2042,7 @@ public: Q_INVOKABLE int Mvalidate(QValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } }; -class EQL_EXPORT Q211 : public Q1 { // QVariantAnimation +class EQL_EXPORT Q212 : public Q1 { // QVariantAnimation Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LVariantAnimation(u, x1); } @@ -1968,7 +2058,7 @@ public: Q_INVOKABLE int Mduration(QVariantAnimation* o) const { return o->duration(); } }; -class EQL_EXPORT Q218 : public Q121 { // QWidget +class EQL_EXPORT Q219 : public Q121 { // QWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LWidget(u, x1, x2); } @@ -2188,7 +2278,7 @@ public: Q_INVOKABLE void SsetTabOrder(QWidget* x1, QWidget* x2) { QWidget::setTabOrder(x1, x2); } }; -class EQL_EXPORT Q219 : public Q18 { // QWidgetAction +class EQL_EXPORT Q220 : public Q18 { // QWidgetAction Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1) { return new LWidgetAction(u, x1); } @@ -2199,7 +2289,7 @@ public: Q_INVOKABLE QList McreatedWidgets(QWidgetAction* o) const { return ((LWidgetAction*)o)->createdWidgets(); } }; -class EQL_EXPORT Q220 : public Q121 { // QWindow +class EQL_EXPORT Q221 : public Q121 { // QWindow Q_OBJECT public: Q_INVOKABLE void* C(uint u, QScreen* x1 = 0) { return new LWindow(u, x1); } @@ -2285,7 +2375,7 @@ public: Q_INVOKABLE QWindow* SfromWinId(WId x1) { return QWindow::fromWinId(x1); } }; -class EQL_EXPORT Q222 : public Q218 { // QWizardPage +class EQL_EXPORT Q223 : public Q219 { // QWizardPage Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWizardPage(u, x1); } @@ -2312,7 +2402,7 @@ public: Q_INVOKABLE QWizard* Mwizard(QWizardPage* o) const { return ((LWizardPage*)o)->wizard(); } }; -class EQL_EXPORT Q2 : public Q218 { // QAbstractButton +class EQL_EXPORT Q2 : public Q219 { // QAbstractButton Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractButton(u, x1); } @@ -2339,7 +2429,7 @@ public: Q_INVOKABLE QString Mtext(QAbstractButton* o) const { return o->text(); } }; -class EQL_EXPORT Q11 : public Q218 { // QAbstractSlider +class EQL_EXPORT Q11 : public Q219 { // QAbstractSlider Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractSlider(u, x1); } @@ -2368,7 +2458,7 @@ public: Q_INVOKABLE void MsetRepeatAction(QAbstractSlider* o, QAbstractSlider::SliderAction x1, int x2 = 500, int x3 = 50) { ((LAbstractSlider*)o)->setRepeatAction(x1, x2, x3); } }; -class EQL_EXPORT Q13 : public Q218 { // QAbstractSpinBox +class EQL_EXPORT Q13 : public Q219 { // QAbstractSpinBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LAbstractSpinBox(u, x1); } @@ -2517,7 +2607,7 @@ public: Q_INVOKABLE qlonglong Msize(QBuffer* o) const { return o->size(); } }; -class EQL_EXPORT Q25 : public Q218 { // QCalendarWidget +class EQL_EXPORT Q25 : public Q219 { // QCalendarWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LCalendarWidget(u, x1); } @@ -2568,7 +2658,7 @@ public: Q_INVOKABLE QSize MsizeHint(QCheckBox* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q30 : public Q218 { // QComboBox +class EQL_EXPORT Q30 : public Q219 { // QComboBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LComboBox(u, x1); } @@ -2635,7 +2725,7 @@ public: Q_INVOKABLE QSize MsizeHint(QComboBox* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q32 : public Q173 { // QCommonStyle +class EQL_EXPORT Q32 : public Q174 { // QCommonStyle Q_OBJECT public: Q_INVOKABLE void* C(uint u) { return new LCommonStyle(u); } @@ -2713,7 +2803,7 @@ public: Q_INVOKABLE void MstepBy(QDateTimeEdit* o, int x1) { o->stepBy(x1); } }; -class EQL_EXPORT Q38 : public Q218 { // QDesktopWidget +class EQL_EXPORT Q38 : public Q219 { // QDesktopWidget Q_OBJECT public: Q_INVOKABLE const QRect MavailableGeometry(QDesktopWidget* o, int x1 = -1) const { return o->availableGeometry(x1); } @@ -2744,7 +2834,7 @@ public: Q_INVOKABLE QSize MsizeHint(QDial* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q40 : public Q218 { // QDialog +class EQL_EXPORT Q40 : public Q219 { // QDialog Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LDialog(u, x1, x2); } @@ -2758,7 +2848,7 @@ public: Q_INVOKABLE QSize MsizeHint(QDialog* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q41 : public Q218 { // QDialogButtonBox +class EQL_EXPORT Q41 : public Q219 { // QDialogButtonBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LDialogButtonBox(u, x1); } @@ -2782,7 +2872,7 @@ public: Q_INVOKABLE int MstandardButtons(QDialogButtonBox* o) const { return o->standardButtons(); } }; -class EQL_EXPORT Q43 : public Q218 { // QDockWidget +class EQL_EXPORT Q43 : public Q219 { // QDockWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LDockWidget(u, x1, x2, x3); } @@ -2827,7 +2917,7 @@ public: Q_INVOKABLE int Mvalidate(QDoubleSpinBox* o, QString& x1, int& x2) const { return o->validate(x1, x2); } }; -class EQL_EXPORT Q45 : public Q210 { // QDoubleValidator +class EQL_EXPORT Q45 : public Q211 { // QDoubleValidator Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LDoubleValidator(u, x1); } @@ -2931,7 +3021,7 @@ public: Q_INVOKABLE QUrl SgetSaveFileUrl(QWidget* x1 = 0, const QString& x2 = QString(), const QUrl& x3 = QUrl(), const QString& x4 = QString(), QString* x5 = 0, QFileDialog::Options x6 = 0, const QStringList& x7 = QStringList()) { return QFileDialog::getSaveFileUrl(x1, x2, x3, x4, x5, x6, x7); } }; -class EQL_EXPORT Q56 : public Q218 { // QFocusFrame +class EQL_EXPORT Q56 : public Q219 { // QFocusFrame Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LFocusFrame(u, x1); } @@ -3020,7 +3110,7 @@ public: Q_INVOKABLE QLayoutItem* MtakeAt(QFormLayout* o, int x1) { return o->takeAt(x1); } }; -class EQL_EXPORT Q60 : public Q218 { // QFrame +class EQL_EXPORT Q60 : public Q219 { // QFrame Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LFrame(u, x1, x2); } @@ -3094,7 +3184,6 @@ public: Q_INVOKABLE void MsetAxis(QGraphicsRotation* o, const QVector3D& x1) { o->setAxis(x1); } Q_INVOKABLE void MsetAxis(QGraphicsRotation* o, Qt::Axis x1) { o->setAxis(x1); } Q_INVOKABLE void MsetOrigin(QGraphicsRotation* o, const QVector3D& x1) { o->setOrigin(x1); } - Q_INVOKABLE void MapplyTo(QGraphicsRotation* o, QMatrix4x4* x1) const { o->applyTo(x1); } }; class EQL_EXPORT Q71 : public Q75 { // QGraphicsScale @@ -3109,7 +3198,6 @@ public: Q_INVOKABLE qreal MxScale(QGraphicsScale* o) const { return o->xScale(); } Q_INVOKABLE qreal MyScale(QGraphicsScale* o) const { return o->yScale(); } Q_INVOKABLE qreal MzScale(QGraphicsScale* o) const { return o->zScale(); } - Q_INVOKABLE void MapplyTo(QGraphicsScale* o, QMatrix4x4* x1) const { o->applyTo(x1); } }; class EQL_EXPORT Q79 : public Q101 { // QGridLayout @@ -3156,7 +3244,7 @@ public: Q_INVOKABLE QLayoutItem* MtakeAt(QGridLayout* o, int x1) { return o->takeAt(x1); } }; -class EQL_EXPORT Q80 : public Q218 { // QGroupBox +class EQL_EXPORT Q80 : public Q219 { // QGroupBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LGroupBox(u, x1); } @@ -3235,7 +3323,7 @@ public: Q_INVOKABLE QString SgetText(QWidget* x1, const QString& x2, const QString& x3, QLineEdit::EchoMode x4 = QLineEdit::Normal, const QString& x5 = QString(), bool* x6 = 0, Qt::WindowFlags x7 = 0, Qt::InputMethodHints x8 = Qt::ImhNone) { return QInputDialog::getText(x1, x2, x3, x4, x5, x6, x7, x8); } }; -class EQL_EXPORT Q95 : public Q210 { // QIntValidator +class EQL_EXPORT Q95 : public Q211 { // QIntValidator Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LIntValidator(u, x1); } @@ -3304,7 +3392,7 @@ public: Q_INVOKABLE QSize MsizeHint(QLabel* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q103 : public Q218 { // QLineEdit +class EQL_EXPORT Q103 : public Q219 { // QLineEdit Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LLineEdit(u, x1); } @@ -3369,7 +3457,7 @@ public: Q_INVOKABLE QSize MsizeHint(QLineEdit* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q108 : public Q218 { // QMainWindow +class EQL_EXPORT Q108 : public Q219 { // QMainWindow Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LMainWindow(u, x1, x2); } @@ -3422,7 +3510,7 @@ public: Q_INVOKABLE bool MunifiedTitleAndToolBarOnMac(QMainWindow* o) const { return o->unifiedTitleAndToolBarOnMac(); } }; -class EQL_EXPORT Q110 : public Q218 { // QMdiSubWindow +class EQL_EXPORT Q110 : public Q219 { // QMdiSubWindow Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LMdiSubWindow(u, x1, x2); } @@ -3442,7 +3530,7 @@ public: Q_INVOKABLE QSize MsizeHint(QMdiSubWindow* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q111 : public Q218 { // QMenu +class EQL_EXPORT Q111 : public Q219 { // QMenu Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMenu(u, x1); } @@ -3489,7 +3577,7 @@ public: Q_INVOKABLE QAction* Sexec(const QList& x1, const QPoint& x2, QAction* x3 = 0, QWidget* x4 = 0) { return QMenu::exec(x1, x2, x3, x4); } }; -class EQL_EXPORT Q112 : public Q218 { // QMenuBar +class EQL_EXPORT Q112 : public Q219 { // QMenuBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LMenuBar(u, x1); } @@ -3568,7 +3656,7 @@ public: Q_INVOKABLE int Swarning(QWidget* x1, const QString& x2, const QString& x3, QMessageBox::StandardButtons x4 = QMessageBox::Ok, QMessageBox::StandardButton x5 = QMessageBox::NoButton) { return QMessageBox::warning(x1, x2, x3, x4, x5); } }; -class EQL_EXPORT Q124 : public Q218 { // QOpenGLWidget +class EQL_EXPORT Q125 : public Q219 { // QOpenGLWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LOpenGLWidget(u, x1, x2); } @@ -3584,7 +3672,7 @@ public: Q_INVOKABLE int MupdateBehavior(QOpenGLWidget* o) const { return o->updateBehavior(); } }; -class EQL_EXPORT Q126 : public Q40 { // QPageSetupDialog +class EQL_EXPORT Q127 : public Q40 { // QPageSetupDialog Q_OBJECT public: Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0) { return new LPageSetupDialog(u, x1, x2); } @@ -3596,14 +3684,14 @@ public: Q_INVOKABLE void MsetVisible(QPageSetupDialog* o, bool x1) { o->setVisible(x1); } }; -class EQL_EXPORT Q127 : public Q220 { // QPaintDeviceWindow +class EQL_EXPORT Q128 : public Q221 { // QPaintDeviceWindow Q_OBJECT public: Q_INVOKABLE void Mupdate(QPaintDeviceWindow* o, const QRect& x1) { o->update(x1); } Q_INVOKABLE void Mupdate(QPaintDeviceWindow* o, const QRegion& x1) { o->update(x1); } }; -class EQL_EXPORT Q136 : public Q40 { // QPrintPreviewDialog +class EQL_EXPORT Q137 : public Q40 { // QPrintPreviewDialog Q_OBJECT public: Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LPrintPreviewDialog(u, x1, x2, x3); } @@ -3614,7 +3702,7 @@ public: Q_INVOKABLE void MsetVisible(QPrintPreviewDialog* o, bool x1) { o->setVisible(x1); } }; -class EQL_EXPORT Q137 : public Q218 { // QPrintPreviewWidget +class EQL_EXPORT Q138 : public Q219 { // QPrintPreviewWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0, Qt::WindowFlags x3 = 0) { return new LPrintPreviewWidget(u, x1, x2, x3); } @@ -3628,7 +3716,7 @@ public: Q_INVOKABLE void MsetVisible(QPrintPreviewWidget* o, bool x1) { o->setVisible(x1); } }; -class EQL_EXPORT Q139 : public Q218 { // QProgressBar +class EQL_EXPORT Q140 : public Q219 { // QProgressBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LProgressBar(u, x1); } @@ -3653,7 +3741,7 @@ public: Q_INVOKABLE QSize MsizeHint(QProgressBar* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q140 : public Q40 { // QProgressDialog +class EQL_EXPORT Q141 : public Q40 { // QProgressDialog Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LProgressDialog(u, x1, x2); } @@ -3675,7 +3763,7 @@ public: Q_INVOKABLE QSize MsizeHint(QProgressDialog* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q141 : public Q211 { // QPropertyAnimation +class EQL_EXPORT Q142 : public Q212 { // QPropertyAnimation Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LPropertyAnimation(u, x1); } @@ -3686,7 +3774,7 @@ public: Q_INVOKABLE QObject* MtargetObject(QPropertyAnimation* o) const { return o->targetObject(); } }; -class EQL_EXPORT Q142 : public Q2 { // QPushButton +class EQL_EXPORT Q143 : public Q2 { // QPushButton Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPushButton(u, x1); } @@ -3705,7 +3793,7 @@ public: Q_INVOKABLE QSize MsizeHint(QPushButton* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q143 : public Q2 { // QRadioButton +class EQL_EXPORT Q144 : public Q2 { // QRadioButton Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LRadioButton(u, x1); } @@ -3715,7 +3803,7 @@ public: Q_INVOKABLE QSize MsizeHint(QRadioButton* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q144 : public Q210 { // QRegExpValidator +class EQL_EXPORT Q145 : public Q211 { // QRegExpValidator Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LRegExpValidator(u, x1); } @@ -3725,7 +3813,7 @@ public: Q_INVOKABLE int Mvalidate(QRegExpValidator* o, QString& x1, int& x2) const { return o->validate(x1, x2); } }; -class EQL_EXPORT Q145 : public Q218 { // QRubberBand +class EQL_EXPORT Q146 : public Q219 { // QRubberBand Q_OBJECT public: Q_INVOKABLE void* C(uint u, QRubberBand::Shape x1, QWidget* x2 = 0) { return new LRubberBand(u, x1, x2); } @@ -3739,7 +3827,7 @@ public: Q_INVOKABLE void MinitStyleOption(QRubberBand* o, QStyleOptionRubberBand* x1) const { ((LRubberBand*)o)->initStyleOption(x1); } }; -class EQL_EXPORT Q148 : public Q11 { // QScrollBar +class EQL_EXPORT Q149 : public Q11 { // QScrollBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LScrollBar(u, x1); } @@ -3749,7 +3837,7 @@ public: Q_INVOKABLE QSize MsizeHint(QScrollBar* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q154 : public Q218 { // QSizeGrip +class EQL_EXPORT Q155 : public Q219 { // QSizeGrip Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LSizeGrip(u, x1); } @@ -3757,7 +3845,7 @@ public: Q_INVOKABLE QSize MsizeHint(QSizeGrip* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q155 : public Q11 { // QSlider +class EQL_EXPORT Q156 : public Q11 { // QSlider Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSlider(u, x1); } @@ -3772,7 +3860,7 @@ public: Q_INVOKABLE QSize MsizeHint(QSlider* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q157 : public Q13 { // QSpinBox +class EQL_EXPORT Q158 : public Q13 { // QSpinBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSpinBox(u, x1); } @@ -3793,7 +3881,7 @@ public: Q_INVOKABLE int Mvalue(QSpinBox* o) const { return o->value(); } }; -class EQL_EXPORT Q158 : public Q218 { // QSplashScreen +class EQL_EXPORT Q159 : public Q219 { // QSplashScreen Q_OBJECT public: Q_INVOKABLE void* C(uint u, const QPixmap& x1 = QPixmap(), Qt::WindowFlags x2 = 0) { return new LSplashScreen(u, x1, x2); } @@ -3805,7 +3893,7 @@ public: Q_INVOKABLE void MsetPixmap(QSplashScreen* o, const QPixmap& x1) { o->setPixmap(x1); } }; -class EQL_EXPORT Q159 : public Q60 { // QSplitter +class EQL_EXPORT Q160 : public Q60 { // QSplitter Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSplitter(u, x1); } @@ -3837,7 +3925,7 @@ public: Q_INVOKABLE QSize MsizeHint(QSplitter* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q160 : public Q218 { // QSplitterHandle +class EQL_EXPORT Q161 : public Q219 { // QSplitterHandle Q_OBJECT public: Q_INVOKABLE bool MopaqueResize(QSplitterHandle* o) const { return o->opaqueResize(); } @@ -3849,7 +3937,7 @@ public: Q_INVOKABLE QSize MsizeHint(QSplitterHandle* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q167 : public Q60 { // QStackedWidget +class EQL_EXPORT Q168 : public Q60 { // QStackedWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LStackedWidget(u, x1); } @@ -3863,7 +3951,7 @@ public: Q_INVOKABLE QWidget* Mwidget(QStackedWidget* o, int x1) const { return o->widget(x1); } }; -class EQL_EXPORT Q171 : public Q218 { // QStatusBar +class EQL_EXPORT Q172 : public Q219 { // QStatusBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LStatusBar(u, x1); } @@ -3879,7 +3967,7 @@ public: Q_INVOKABLE void Mreformat(QStatusBar* o) { ((LStatusBar*)o)->reformat(); } }; -class EQL_EXPORT Q180 : public Q218 { // QTabBar +class EQL_EXPORT Q181 : public Q219 { // QTabBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTabBar(u, x1); } @@ -3938,7 +4026,7 @@ public: Q_INVOKABLE QSize MsizeHint(QTabBar* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q181 : public Q218 { // QTabWidget +class EQL_EXPORT Q182 : public Q219 { // QTabWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTabWidget(u, x1); } @@ -3992,13 +4080,13 @@ public: Q_INVOKABLE QSize MsizeHint(QTabWidget* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q188 : public Q194 { // QTextBlockGroup +class EQL_EXPORT Q189 : public Q195 { // QTextBlockGroup Q_OBJECT public: Q_INVOKABLE QList MblockList(QTextBlockGroup* o) const { return ((LTextBlockGroup*)o)->blockList(); } }; -class EQL_EXPORT Q192 : public Q194 { // QTextFrame +class EQL_EXPORT Q193 : public Q195 { // QTextFrame Q_OBJECT public: Q_INVOKABLE void* C(uint u, QTextDocument* x1) { return new LTextFrame(u, x1); } @@ -4012,7 +4100,7 @@ public: Q_INVOKABLE void MsetFrameFormat(QTextFrame* o, const QTextFrameFormat& x1) { o->setFrameFormat(x1); } }; -class EQL_EXPORT Q193 : public Q188 { // QTextList +class EQL_EXPORT Q194 : public Q189 { // QTextList Q_OBJECT public: Q_INVOKABLE void Madd(QTextList* o, const QTextBlock& x1) { o->add(x1); } @@ -4026,7 +4114,7 @@ public: Q_INVOKABLE void MsetFormat(QTextList* o, const QTextListFormat& x1) { o->setFormat(x1); } }; -class EQL_EXPORT Q195 : public Q192 { // QTextTable +class EQL_EXPORT Q196 : public Q193 { // QTextTable Q_OBJECT public: Q_INVOKABLE void MappendColumns(QTextTable* o, int x1) { o->appendColumns(x1); } @@ -4050,14 +4138,14 @@ public: Q_INVOKABLE void MsplitCell(QTextTable* o, int x1, int x2, int x3, int x4) { o->splitCell(x1, x2, x3, x4); } }; -class EQL_EXPORT Q196 : public Q37 { // QTimeEdit +class EQL_EXPORT Q197 : public Q37 { // QTimeEdit Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTimeEdit(u, x1); } Q_INVOKABLE void* C(uint u, const QTime& x1, QWidget* x2 = 0) { return new LTimeEdit(u, x1, x2); } }; -class EQL_EXPORT Q199 : public Q218 { // QToolBar +class EQL_EXPORT Q200 : public Q219 { // QToolBar Q_OBJECT public: Q_INVOKABLE void* C(uint u, const QString& x1, QWidget* x2 = 0) { return new LToolBar(u, x1, x2); } @@ -4089,7 +4177,7 @@ public: Q_INVOKABLE QWidget* MwidgetForAction(QToolBar* o, QAction* x1) const { return o->widgetForAction(x1); } }; -class EQL_EXPORT Q200 : public Q60 { // QToolBox +class EQL_EXPORT Q201 : public Q60 { // QToolBox Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LToolBox(u, x1, x2); } @@ -4113,7 +4201,7 @@ public: Q_INVOKABLE QWidget* Mwidget(QToolBox* o, int x1) const { return o->widget(x1); } }; -class EQL_EXPORT Q201 : public Q2 { // QToolButton +class EQL_EXPORT Q202 : public Q2 { // QToolButton Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LToolButton(u, x1); } @@ -4131,14 +4219,14 @@ public: Q_INVOKABLE QSize MsizeHint(QToolButton* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q209 : public Q22 { // QVBoxLayout +class EQL_EXPORT Q210 : public Q22 { // QVBoxLayout Q_OBJECT public: Q_INVOKABLE void* C(uint u) { return new LVBoxLayout(u); } Q_INVOKABLE void* C(uint u, QWidget* x1) { return new LVBoxLayout(u, x1); } }; -class EQL_EXPORT Q221 : public Q40 { // QWizard +class EQL_EXPORT Q222 : public Q40 { // QWizard Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0, Qt::WindowFlags x2 = 0) { return new LWizard(u, x1, x2); } @@ -4248,7 +4336,7 @@ public: Q_INVOKABLE QColor SstandardColor(int x1) { return QColorDialog::standardColor(x1); } }; -class EQL_EXPORT Q31 : public Q142 { // QCommandLinkButton +class EQL_EXPORT Q31 : public Q143 { // QCommandLinkButton Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LCommandLinkButton(u, x1); } @@ -4414,7 +4502,7 @@ public: Q_INVOKABLE QSize MsizeHint(QMdiArea* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q125 : public Q127 { // QOpenGLWindow +class EQL_EXPORT Q126 : public Q128 { // QOpenGLWindow Q_OBJECT public: Q_INVOKABLE void* C(uint u, QOpenGLWindow::UpdateBehavior x1 = QOpenGLWindow::NoPartialUpdate, QWindow* x2 = 0) { return new LOpenGLWindow(u, x1, x2); } @@ -4429,7 +4517,7 @@ public: Q_INVOKABLE int MupdateBehavior(QOpenGLWindow* o) const { return o->updateBehavior(); } }; -class EQL_EXPORT Q133 : public Q10 { // QPlainTextEdit +class EQL_EXPORT Q134 : public Q10 { // QPlainTextEdit Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LPlainTextEdit(u, x1); } @@ -4491,7 +4579,7 @@ public: Q_INVOKABLE QVariant MinputMethodQuery(QPlainTextEdit* o, Qt::InputMethodQuery x1) const { return o->inputMethodQuery(x1); } }; -class EQL_EXPORT Q135 : public Q8 { // QPrintDialog +class EQL_EXPORT Q136 : public Q8 { // QPrintDialog Q_OBJECT public: Q_INVOKABLE void* C(uint u, QPrinter* x1, QWidget* x2 = 0) { return new LPrintDialog(u, x1, x2); } @@ -4507,7 +4595,7 @@ public: Q_INVOKABLE void MsetVisible(QPrintDialog* o, bool x1) { o->setVisible(x1); } }; -class EQL_EXPORT Q147 : public Q10 { // QScrollArea +class EQL_EXPORT Q148 : public Q10 { // QScrollArea Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LScrollArea(u, x1); } @@ -4524,7 +4612,7 @@ public: Q_INVOKABLE QSize MsizeHint(QScrollArea* o) const { return o->sizeHint(); } }; -class EQL_EXPORT Q191 : public Q10 { // QTextEdit +class EQL_EXPORT Q192 : public Q10 { // QTextEdit Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTextEdit(u, x1); } @@ -4831,7 +4919,7 @@ public: Q_INVOKABLE void MdropEvent(QListWidget* o, QDropEvent* x1) { o->dropEvent(x1); } }; -class EQL_EXPORT Q182 : public Q5 { // QTableView +class EQL_EXPORT Q183 : public Q5 { // QTableView Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTableView(u, x1); } @@ -4871,7 +4959,7 @@ public: Q_INVOKABLE void MsetSelectionModel(QTableView* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } }; -class EQL_EXPORT Q183 : public Q182 { // QTableWidget +class EQL_EXPORT Q184 : public Q183 { // QTableWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTableWidget(u, x1); } @@ -4923,7 +5011,7 @@ public: Q_INVOKABLE QList Mitems(QTableWidget* o, const QMimeData* x1) const { return ((LTableWidget*)o)->items(x1); } }; -class EQL_EXPORT Q189 : public Q191 { // QTextBrowser +class EQL_EXPORT Q190 : public Q192 { // QTextBrowser Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTextBrowser(u, x1); } @@ -4944,7 +5032,7 @@ public: Q_INVOKABLE QVariant MloadResource(QTextBrowser* o, int x1, const QUrl& x2) { return o->loadResource(x1, x2); } }; -class EQL_EXPORT Q203 : public Q5 { // QTreeView +class EQL_EXPORT Q204 : public Q5 { // QTreeView Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTreeView(u, x1); } @@ -5005,7 +5093,7 @@ public: Q_INVOKABLE QRect MvisualRect(QTreeView* o, const QModelIndex& x1) const { return o->visualRect(x1); } }; -class EQL_EXPORT Q204 : public Q203 { // QTreeWidget +class EQL_EXPORT Q205 : public Q204 { // QTreeWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LTreeWidget(u, x1); } @@ -5051,7 +5139,7 @@ public: Q_INVOKABLE void MsetSelectionModel(QTreeWidget* o, QItemSelectionModel* x1) { o->setSelectionModel(x1); } }; -class EQL_EXPORT Q208 : public Q104 { // QUndoView +class EQL_EXPORT Q209 : public Q104 { // QUndoView Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LUndoView(u, x1); } diff --git a/src/gen/help/_q_classes.h b/src/gen/help/_q_classes.h index 6f93251..4bc1aba 100644 --- a/src/gen/help/_q_classes.h +++ b/src/gen/help/_q_classes.h @@ -62,9 +62,9 @@ public: static NumList overrideIds; uint unique; - void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawBranches(x1, x2, x3); }} - void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawRow(x1, x2, x3); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dataChanged(x1, x2, x3); }} + void drawBranches(QPainter* x1, const QRect& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 265); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 265, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawBranches(x1, x2, x3); }} + void drawRow(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 266); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 266, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::drawRow(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::dataChanged(x1, x2, x3); }} QModelIndex indexAt(const QPoint& x1) const { quint64 id = LObjects::override_id(unique, 84); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 84, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::indexAt(x1); } return ret; } void keyboardSearch(const QString& x1) { quint64 id = LObjects::override_id(unique, 85); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 85, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::keyboardSearch(x1); }} void reset() { quint64 id = LObjects::override_id(unique, 139); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 139, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::reset(); }} @@ -85,15 +85,15 @@ public: void mouseReleaseEvent(QMouseEvent* x1) { quint64 id = LObjects::override_id(unique, 19); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 19, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::mouseReleaseEvent(x1); }} QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::paintEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::rowsInserted(x1, x2, x3); }} void scrollContentsBy(int x1, int x2) { quint64 id = LObjects::override_id(unique, 106); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 106, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::scrollContentsBy(x1, x2); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::setSelection(x1, x2); }} int sizeHintForColumn(int x1) const { quint64 id = LObjects::override_id(unique, 89); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 89, args, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::sizeHintForColumn(x1); } return ret; } void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpContentWidget::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::verticalOffset(); } return ret; } bool viewportEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 103); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 103, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::viewportEvent(x1); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpContentWidget::viewportSizeHint(); } return ret; } @@ -162,7 +162,7 @@ public: void scrollTo(const QModelIndex& x1, ScrollHint x2 = EnsureVisible) { quint64 id = LObjects::override_id(unique, 86); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 86, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::scrollTo(x1, x2); }} QRect visualRect(const QModelIndex& x1) const { quint64 id = LObjects::override_id(unique, 91); void* fun = LObjects::overrideFun(id); QRect ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 91, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::visualRect(x1); } return ret; } void currentChanged(const QModelIndex& x1, const QModelIndex& x2) { quint64 id = LObjects::override_id(unique, 181); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 181, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::currentChanged(x1, x2); }} - void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dataChanged(x1, x2, x3); }} + void dataChanged(const QModelIndex& x1, const QModelIndex& x2, const QVector& x3 = QVector()) { quint64 id = LObjects::override_id(unique, 267); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 267, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dataChanged(x1, x2, x3); }} void dragLeaveEvent(QDragLeaveEvent* x1) { quint64 id = LObjects::override_id(unique, 30); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 30, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dragLeaveEvent(x1); }} void dragMoveEvent(QDragMoveEvent* x1) { quint64 id = LObjects::override_id(unique, 31); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 31, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dragMoveEvent(x1); }} void dropEvent(QDropEvent* x1) { quint64 id = LObjects::override_id(unique, 32); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 32, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::dropEvent(x1); }} @@ -173,14 +173,14 @@ public: QModelIndex moveCursor(CursorAction x1, Qt::KeyboardModifiers x2) { quint64 id = LObjects::override_id(unique, 95); void* fun = LObjects::overrideFun(id); QModelIndex ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 95, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::moveCursor(x1, x2); } return ret; } void paintEvent(QPaintEvent* x1) { quint64 id = LObjects::override_id(unique, 20); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 20, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::paintEvent(x1); }} void resizeEvent(QResizeEvent* x1) { quint64 id = LObjects::override_id(unique, 40); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 40, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::resizeEvent(x1); }} - void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::rowsAboutToBeRemoved(x1, x2, x3); }} + void rowsAboutToBeRemoved(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 268); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 268, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::rowsAboutToBeRemoved(x1, x2, x3); }} void rowsInserted(const QModelIndex& x1, int x2, int x3) { quint64 id = LObjects::override_id(unique, 182); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 182, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::rowsInserted(x1, x2, x3); }} QModelIndexList selectedIndexes() const { quint64 id = LObjects::override_id(unique, 96); void* fun = LObjects::overrideFun(id); QModelIndexList ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 96, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::selectedIndexes(); } return ret; } - void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 270, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::selectionChanged(x1, x2); }} + void selectionChanged(const QItemSelection& x1, const QItemSelection& x2) { quint64 id = LObjects::override_id(unique, 269); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 269, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::selectionChanged(x1, x2); }} void setSelection(const QRect& x1, QItemSelectionModel::SelectionFlags x2) { quint64 id = LObjects::override_id(unique, 98); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 98, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::setSelection(x1, x2); }} void startDrag(Qt::DropActions x1) { quint64 id = LObjects::override_id(unique, 99); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 99, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::startDrag(x1); }} void timerEvent(QTimerEvent* x1) { quint64 id = LObjects::override_id(unique, 8); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 8, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::timerEvent(x1); }} - void updateGeometries() { quint64 id = LObjects::override_id(unique, 271); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 271, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::updateGeometries(); }} + void updateGeometries() { quint64 id = LObjects::override_id(unique, 270); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { callOverrideFun(fun, 270, 0, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QHelpIndexWidget::updateGeometries(); }} int verticalOffset() const { quint64 id = LObjects::override_id(unique, 100); void* fun = LObjects::overrideFun(id); int ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 100, 0, id).toInt(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::verticalOffset(); } return ret; } QStyleOptionViewItem viewOptions() const { quint64 id = LObjects::override_id(unique, 101); void* fun = LObjects::overrideFun(id); QStyleOptionViewItem ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 101, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::viewOptions(); } return ret; } QSize viewportSizeHint() const { quint64 id = LObjects::override_id(unique, 104); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 104, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QHelpIndexWidget::viewportSizeHint(); } return ret; } diff --git a/src/gen/help/_q_methods.h b/src/gen/help/_q_methods.h index d30749d..d8bd8e9 100644 --- a/src/gen/help/_q_methods.h +++ b/src/gen/help/_q_methods.h @@ -65,7 +65,7 @@ public: Q_INVOKABLE QHelpSearchResultWidget* MresultWidget(QHelpSearchEngine* o) { return o->resultWidget(); } }; -class Q87 : public Q172 { // QHelpIndexModel +class Q87 : public Q173 { // QHelpIndexModel Q_OBJECT public: Q_INVOKABLE void McreateIndex(QHelpIndexModel* o, const QString& x1) { o->createIndex(x1); } @@ -73,7 +73,7 @@ public: Q_INVOKABLE bool MisCreatingIndex(QHelpIndexModel* o) const { return o->isCreatingIndex(); } }; -class Q90 : public Q218 { // QHelpSearchQueryWidget +class Q90 : public Q219 { // QHelpSearchQueryWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LHelpSearchQueryWidget(u, x1); } @@ -84,13 +84,13 @@ public: Q_INVOKABLE void MsetQuery(QHelpSearchQueryWidget* o, const QList& x1) { o->setQuery(x1); } }; -class Q91 : public Q218 { // QHelpSearchResultWidget +class Q91 : public Q219 { // QHelpSearchResultWidget Q_OBJECT public: Q_INVOKABLE QUrl MlinkAt(QHelpSearchResultWidget* o, const QPoint& x1) { return o->linkAt(x1); } }; -class Q85 : public Q203 { // QHelpContentWidget +class Q85 : public Q204 { // QHelpContentWidget Q_OBJECT public: Q_INVOKABLE QModelIndex MindexOf(QHelpContentWidget* o, const QUrl& x1) { return o->indexOf(x1); } diff --git a/src/gen/network/_ini.cpp b/src/gen/network/_ini.cpp index cce3493..df3ea59 100644 --- a/src/gen/network/_ini.cpp +++ b/src/gen/network/_ini.cpp @@ -7,12 +7,12 @@ QT_BEGIN_NAMESPACE NumList LAbstractSocket::overrideIds = NumList() << 117 << 118 << 119 << 120 << 121 << 122 << 123 << 124 << 125 << 126 << 127 << 128 << 129 << 130 << 131 << 132 << 133 << 134 << 135 << 136; -NumList LLocalServer::overrideIds = NumList() << 279 << 280 << 281; +NumList LLocalServer::overrideIds = NumList() << 278 << 279 << 280; NumList LLocalSocket::overrideIds = NumList() << 127 << 128 << 129 << 130 << 131 << 137 << 132 << 133 << 134 << 136; NumList LNetworkAccessManager::overrideIds = NumList(); -NumList LNetworkCookieJar::overrideIds = NumList() << 286 << 287 << 288 << 289 << 290 << 291; -NumList LNetworkDiskCache::overrideIds = NumList() << 292 << 293 << 294 << 295 << 296; -NumList LTcpServer::overrideIds = NumList() << 279 << 280; +NumList LNetworkCookieJar::overrideIds = NumList() << 285 << 286 << 287 << 288 << 289 << 290; +NumList LNetworkDiskCache::overrideIds = NumList() << 291 << 292 << 293 << 294 << 295; +NumList LTcpServer::overrideIds = NumList() << 278 << 279; NumList LTcpSocket::overrideIds = NumList(); NumList LUdpSocket::overrideIds = NumList(); NumList LAuthenticator::overrideIds = NumList(); @@ -43,9 +43,9 @@ void ini() { LObjects::Q[117] = new Q118; LObjects::Q[118] = new Q119; LObjects::Q[119] = new Q120; - LObjects::Q[185] = new Q186; LObjects::Q[186] = new Q187; - LObjects::Q[204] = new Q205; + LObjects::Q[187] = new Q188; + LObjects::Q[205] = new Q206; LObjects::N[7] = new N8; LObjects::N[68] = new N69; LObjects::N[69] = new N70; @@ -74,9 +74,9 @@ const QMetaObject* staticMetaObject(int n) { case 118: m = &QNetworkCookieJar::staticMetaObject; break; case 119: m = &QNetworkDiskCache::staticMetaObject; break; case 120: m = &QNetworkReply::staticMetaObject; break; - case 186: m = &QTcpServer::staticMetaObject; break; - case 187: m = &QTcpSocket::staticMetaObject; break; - case 205: m = &QUdpSocket::staticMetaObject; break; } + case 187: m = &QTcpServer::staticMetaObject; break; + case 188: m = &QTcpSocket::staticMetaObject; break; + case 206: m = &QUdpSocket::staticMetaObject; break; } return m; } void deleteNObject(int n, void* p, int gc) { @@ -109,9 +109,9 @@ NumList* overrideFunctions(const QByteArray& name) { case 117: ids = &LNetworkAccessManager::overrideIds; break; case 118: ids = &LNetworkCookieJar::overrideIds; break; case 119: ids = &LNetworkDiskCache::overrideIds; break; - case 186: ids = <cpServer::overrideIds; break; - case 187: ids = <cpSocket::overrideIds; break; - case 205: ids = &LUdpSocket::overrideIds; break; }} + case 187: ids = <cpServer::overrideIds; break; + case 188: ids = <cpSocket::overrideIds; break; + case 206: ids = &LUdpSocket::overrideIds; break; }} else { n = LObjects::n_names.value(name); switch(n) { diff --git a/src/gen/network/_n_classes.h b/src/gen/network/_n_classes.h index 087ad58..2445e8a 100644 --- a/src/gen/network/_n_classes.h +++ b/src/gen/network/_n_classes.h @@ -27,7 +27,6 @@ public: LHostAddress(uint u) : unique(u) {} LHostAddress(uint u, quint8* x1) : QHostAddress(x1), unique(u) {} LHostAddress(uint u, const quint8* x1) : QHostAddress(x1), unique(u) {} - LHostAddress(uint u, const Q_IPV6ADDR& x1) : QHostAddress(x1), unique(u) {} LHostAddress(uint u, const sockaddr* x1) : QHostAddress(x1), unique(u) {} LHostAddress(uint u, const QString& x1) : QHostAddress(x1), unique(u) {} LHostAddress(uint u, const QHostAddress& x1) : QHostAddress(x1), unique(u) {} diff --git a/src/gen/network/_n_methods.h b/src/gen/network/_n_methods.h index 982310c..bca69a1 100644 --- a/src/gen/network/_n_methods.h +++ b/src/gen/network/_n_methods.h @@ -33,7 +33,6 @@ public: Q_INVOKABLE void* C(uint u) { return new LHostAddress(u); } Q_INVOKABLE void* C(uint u, quint8* x1) { return new LHostAddress(u, x1); } Q_INVOKABLE void* C(uint u, const quint8* x1) { return new LHostAddress(u, x1); } - Q_INVOKABLE void* C(uint u, const Q_IPV6ADDR& x1) { return new LHostAddress(u, x1); } Q_INVOKABLE void* C(uint u, const sockaddr* x1) { return new LHostAddress(u, x1); } Q_INVOKABLE void* C(uint u, const QString& x1) { return new LHostAddress(u, x1); } Q_INVOKABLE void* C(uint u, const QHostAddress& x1) { return new LHostAddress(u, x1); } @@ -46,11 +45,9 @@ public: Q_INVOKABLE QString MscopeId(QHostAddress* o) const { return o->scopeId(); } Q_INVOKABLE void MsetAddress(QHostAddress* o, quint8* x1) { o->setAddress(x1); } Q_INVOKABLE void MsetAddress(QHostAddress* o, const quint8* x1) { o->setAddress(x1); } - Q_INVOKABLE void MsetAddress(QHostAddress* o, const Q_IPV6ADDR& x1) { o->setAddress(x1); } Q_INVOKABLE bool MsetAddress(QHostAddress* o, const QString& x1) { return o->setAddress(x1); } Q_INVOKABLE void MsetAddress(QHostAddress* o, const sockaddr* x1) { o->setAddress(x1); } Q_INVOKABLE void MsetScopeId(QHostAddress* o, const QString& x1) { o->setScopeId(x1); } - Q_INVOKABLE Q_IPV6ADDR MtoIPv6Address(QHostAddress* o) const { return o->toIPv6Address(); } Q_INVOKABLE QString MtoString(QHostAddress* o) const { return o->toString(); } }; diff --git a/src/gen/network/_q_classes.h b/src/gen/network/_q_classes.h index 4a59bbb..bc3e0c9 100644 --- a/src/gen/network/_q_classes.h +++ b/src/gen/network/_q_classes.h @@ -59,9 +59,9 @@ public: static NumList overrideIds; uint unique; - bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 279, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::hasPendingConnections(); } return ret; } - QLocalSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); QLocalSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLocalSocket*)callOverrideFun(fun, 280, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::nextPendingConnection(); } return ret; } - void incomingConnection(quintptr x1) { quint64 id = LObjects::override_id(unique, 281); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 281, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::incomingConnection(x1); }} + bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 278, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::hasPendingConnections(); } return ret; } + QLocalSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); QLocalSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QLocalSocket*)callOverrideFun(fun, 279, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::nextPendingConnection(); } return ret; } + void incomingConnection(quintptr x1) { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 280, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::incomingConnection(x1); }} bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QLocalServer::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QLocalServer::customEvent(x1); }} @@ -123,12 +123,12 @@ public: static NumList overrideIds; uint unique; - QList cookiesForUrl(const QUrl& x1) const { quint64 id = LObjects::override_id(unique, 286); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 286, args, id).value >(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::cookiesForUrl(x1); } return ret; } - bool deleteCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 287); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 287, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::deleteCookie(x1); } return ret; } - bool insertCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 288); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 288, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::insertCookie(x1); } return ret; } - bool setCookiesFromUrl(const QList& x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 289); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 289, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::setCookiesFromUrl(x1, x2); } return ret; } - bool updateCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 290); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 290, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::updateCookie(x1); } return ret; } - bool validateCookie(const QNetworkCookie& x1, const QUrl& x2) const { quint64 id = LObjects::override_id(unique, 291); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 291, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::validateCookie(x1, x2); } return ret; } + QList cookiesForUrl(const QUrl& x1) const { quint64 id = LObjects::override_id(unique, 285); void* fun = LObjects::overrideFun(id); QList ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 285, args, id).value >(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::cookiesForUrl(x1); } return ret; } + bool deleteCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 286); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 286, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::deleteCookie(x1); } return ret; } + bool insertCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 287); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 287, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::insertCookie(x1); } return ret; } + bool setCookiesFromUrl(const QList& x1, const QUrl& x2) { quint64 id = LObjects::override_id(unique, 288); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 288, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::setCookiesFromUrl(x1, x2); } return ret; } + bool updateCookie(const QNetworkCookie& x1) { quint64 id = LObjects::override_id(unique, 289); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 289, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::updateCookie(x1); } return ret; } + bool validateCookie(const QNetworkCookie& x1, const QUrl& x2) const { quint64 id = LObjects::override_id(unique, 290); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 290, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::validateCookie(x1, x2); } return ret; } bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkCookieJar::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkCookieJar::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkCookieJar::customEvent(x1); }} @@ -144,11 +144,11 @@ public: static NumList overrideIds; uint unique; - qlonglong expire() { quint64 id = LObjects::override_id(unique, 292); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 292, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::expire(); } return ret; } - qlonglong cacheSize() const { quint64 id = LObjects::override_id(unique, 293); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 293, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::cacheSize(); } return ret; } - QNetworkCacheMetaData metaData(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 294); void* fun = LObjects::overrideFun(id); QNetworkCacheMetaData ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 294, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::metaData(x1); } return ret; } - bool remove(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 295); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 295, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::remove(x1); } return ret; } - void updateMetaData(const QNetworkCacheMetaData& x1) { quint64 id = LObjects::override_id(unique, 296); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 296, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::updateMetaData(x1); }} + qlonglong expire() { quint64 id = LObjects::override_id(unique, 291); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 291, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::expire(); } return ret; } + qlonglong cacheSize() const { quint64 id = LObjects::override_id(unique, 292); void* fun = LObjects::overrideFun(id); qlonglong ret = 0; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 292, 0, id).toLongLong(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::cacheSize(); } return ret; } + QNetworkCacheMetaData metaData(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 293); void* fun = LObjects::overrideFun(id); QNetworkCacheMetaData ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 293, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::metaData(x1); } return ret; } + bool remove(const QUrl& x1) { quint64 id = LObjects::override_id(unique, 294); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; ret = callOverrideFun(fun, 294, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::remove(x1); } return ret; } + void updateMetaData(const QNetworkCacheMetaData& x1) { quint64 id = LObjects::override_id(unique, 295); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 295, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::updateMetaData(x1); }} bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QNetworkDiskCache::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QNetworkDiskCache::customEvent(x1); }} @@ -157,15 +157,15 @@ public: class LTcpServer : public QTcpServer { Q_OBJECT - friend class Q186; + friend class Q187; public: LTcpServer(uint u, QObject* x1 = 0) : QTcpServer(x1), unique(u) {} static NumList overrideIds; uint unique; - bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 279, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::hasPendingConnections(); } return ret; } - QTcpSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 280); void* fun = LObjects::overrideFun(id); QTcpSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QTcpSocket*)callOverrideFun(fun, 280, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::nextPendingConnection(); } return ret; } + bool hasPendingConnections() const { quint64 id = LObjects::override_id(unique, 278); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { ret = callOverrideFun(fun, 278, 0, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::hasPendingConnections(); } return ret; } + QTcpSocket* nextPendingConnection() { quint64 id = LObjects::override_id(unique, 279); void* fun = LObjects::overrideFun(id); QTcpSocket* ret = 0; if(fun && (LObjects::calling != id)) { ret = (QTcpSocket*)callOverrideFun(fun, 279, 0, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::nextPendingConnection(); } return ret; } bool eventFilter(QObject* x1, QEvent* x2) { quint64 id = LObjects::override_id(unique, 5); void* fun = LObjects::overrideFun(id); bool ret = false; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 5, args, id).toBool(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QTcpServer::eventFilter(x1, x2); } return ret; } void childEvent(QChildEvent* x1) { quint64 id = LObjects::override_id(unique, 6); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 6, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpServer::childEvent(x1); }} void customEvent(QEvent* x1) { quint64 id = LObjects::override_id(unique, 7); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1 }; callOverrideFun(fun, 7, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QTcpServer::customEvent(x1); }} @@ -174,7 +174,7 @@ public: class LTcpSocket : public QTcpSocket { Q_OBJECT - friend class Q187; + friend class Q188; public: LTcpSocket(uint u, QObject* x1 = 0) : QTcpSocket(x1), unique(u) {} @@ -213,7 +213,7 @@ public: class LUdpSocket : public QUdpSocket { Q_OBJECT - friend class Q205; + friend class Q206; public: LUdpSocket(uint u, QObject* x1 = 0) : QUdpSocket(x1), unique(u) {} diff --git a/src/gen/network/_q_methods.h b/src/gen/network/_q_methods.h index b636d27..81bcd97 100644 --- a/src/gen/network/_q_methods.h +++ b/src/gen/network/_q_methods.h @@ -147,7 +147,7 @@ public: Q_INVOKABLE void Mclose(QNetworkReply* o) { o->close(); } }; -class Q186 : public Q121 { // QTcpServer +class Q187 : public Q121 { // QTcpServer Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTcpServer(u, x1); } @@ -218,13 +218,13 @@ public: Q_INVOKABLE bool MwaitForReadyRead(QAbstractSocket* o, int x1 = 30000) { return o->waitForReadyRead(x1); } }; -class Q187 : public Q12 { // QTcpSocket +class Q188 : public Q12 { // QTcpSocket Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LTcpSocket(u, x1); } }; -class Q205 : public Q12 { // QUdpSocket +class Q206 : public Q12 { // QUdpSocket Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LUdpSocket(u, x1); } diff --git a/src/gen/sql/_ini.cpp b/src/gen/sql/_ini.cpp index 58bdd6c..d14e65a 100644 --- a/src/gen/sql/_ini.cpp +++ b/src/gen/sql/_ini.cpp @@ -23,11 +23,11 @@ NumList LSqlResult::overrideIds = NumList() << 325 << 449 << 450 << 439 << 107 < void ini() { static bool _ = false; if(_) return; _ = true; ini2(); - LObjects::Q[160] = new Q161; LObjects::Q[161] = new Q162; LObjects::Q[162] = new Q163; LObjects::Q[163] = new Q164; LObjects::Q[164] = new Q165; + LObjects::Q[165] = new Q166; LObjects::N[131] = new N132; LObjects::N[132] = new N133; LObjects::N[133] = new N134; @@ -40,11 +40,11 @@ void ini() { const QMetaObject* staticMetaObject(int n) { const QMetaObject* m = 0; switch(n) { - case 161: m = &QSqlDriver::staticMetaObject; break; - case 162: m = &QSqlQueryModel::staticMetaObject; break; - case 163: m = &QSqlRelationalDelegate::staticMetaObject; break; - case 164: m = &QSqlRelationalTableModel::staticMetaObject; break; - case 165: m = &QSqlTableModel::staticMetaObject; break; } + case 162: m = &QSqlDriver::staticMetaObject; break; + case 163: m = &QSqlQueryModel::staticMetaObject; break; + case 164: m = &QSqlRelationalDelegate::staticMetaObject; break; + case 165: m = &QSqlRelationalTableModel::staticMetaObject; break; + case 166: m = &QSqlTableModel::staticMetaObject; break; } return m; } void deleteNObject(int n, void* p, int gc) { @@ -63,11 +63,11 @@ NumList* overrideFunctions(const QByteArray& name) { int n = LObjects::q_names.value(name, -1); if(n != -1) { switch(n) { - case 161: ids = &LSqlDriver::overrideIds; break; - case 162: ids = &LSqlQueryModel::overrideIds; break; - case 163: ids = &LSqlRelationalDelegate::overrideIds; break; - case 164: ids = &LSqlRelationalTableModel::overrideIds; break; - case 165: ids = &LSqlTableModel::overrideIds; break; }} + case 162: ids = &LSqlDriver::overrideIds; break; + case 163: ids = &LSqlQueryModel::overrideIds; break; + case 164: ids = &LSqlRelationalDelegate::overrideIds; break; + case 165: ids = &LSqlRelationalTableModel::overrideIds; break; + case 166: ids = &LSqlTableModel::overrideIds; break; }} else { n = LObjects::n_names.value(name); switch(n) { diff --git a/src/gen/sql/_q_classes.h b/src/gen/sql/_q_classes.h index e76612b..c798c9b 100644 --- a/src/gen/sql/_q_classes.h +++ b/src/gen/sql/_q_classes.h @@ -13,7 +13,7 @@ QT_BEGIN_NAMESPACE class LSqlDriver : public QSqlDriver { Q_OBJECT - friend class Q161; + friend class Q162; public: LSqlDriver(uint u, QObject* x1 = 0) : QSqlDriver(x1), unique(u) {} @@ -51,7 +51,7 @@ public: class LSqlQueryModel : public QSqlQueryModel { Q_OBJECT - friend class Q162; + friend class Q163; public: LSqlQueryModel(uint u, QObject* x1 = 0) : QSqlQueryModel(x1), unique(u) {} @@ -95,7 +95,7 @@ public: class LSqlRelationalDelegate : public QSqlRelationalDelegate { Q_OBJECT - friend class Q163; + friend class Q164; public: LSqlRelationalDelegate(uint u, QObject* x1 = 0) : QSqlRelationalDelegate(x1), unique(u) {} @@ -104,10 +104,10 @@ public: QWidget* createEditor(QWidget* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 46); void* fun = LObjects::overrideFun(id); QWidget* ret = 0; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; ret = (QWidget*)callOverrideFun(fun, 46, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::createEditor(x1, x2, x3); } return ret; } void setModelData(QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 52); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 52, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::setModelData(x1, x2, x3); }} - void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 273); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 273, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawCheck(x1, x2, x3, x4); }} - void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 274); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 274, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDecoration(x1, x2, x3, x4); }} - void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDisplay(x1, x2, x3, x4); }} - void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 276); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 276, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawFocus(x1, x2, x3); }} + void drawCheck(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, Qt::CheckState x4) const { quint64 id = LObjects::override_id(unique, 272); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 272, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawCheck(x1, x2, x3, x4); }} + void drawDecoration(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QPixmap& x4) const { quint64 id = LObjects::override_id(unique, 273); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 273, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDecoration(x1, x2, x3, x4); }} + void drawDisplay(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3, const QString& x4) const { quint64 id = LObjects::override_id(unique, 274); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3, &x4 }; callOverrideFun(fun, 274, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawDisplay(x1, x2, x3, x4); }} + void drawFocus(QPainter* x1, const QStyleOptionViewItem& x2, const QRect& x3) const { quint64 id = LObjects::override_id(unique, 275); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 275, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::drawFocus(x1, x2, x3); }} void paint(QPainter* x1, const QStyleOptionViewItem& x2, const QModelIndex& x3) const { quint64 id = LObjects::override_id(unique, 50); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2, &x3 }; callOverrideFun(fun, 50, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::paint(x1, x2, x3); }} void setEditorData(QWidget* x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 51); void* fun = LObjects::overrideFun(id); if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; callOverrideFun(fun, 51, args, id); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { QSqlRelationalDelegate::setEditorData(x1, x2); }} QSize sizeHint(const QStyleOptionViewItem& x1, const QModelIndex& x2) const { quint64 id = LObjects::override_id(unique, 53); void* fun = LObjects::overrideFun(id); QSize ret; if(fun && (LObjects::calling != id)) { const void* args[] = { &x1, &x2 }; ret = callOverrideFun(fun, 53, args, id).value(); } if(!fun || LObjects::call_default || (LObjects::calling == id)) { ret = QSqlRelationalDelegate::sizeHint(x1, x2); } return ret; } @@ -123,7 +123,7 @@ public: class LSqlRelationalTableModel : public QSqlRelationalTableModel { Q_OBJECT - friend class Q164; + friend class Q165; public: LSqlRelationalTableModel(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) : QSqlRelationalTableModel(x1, x2), unique(u) {} @@ -180,7 +180,7 @@ public: class LSqlTableModel : public QSqlTableModel { Q_OBJECT - friend class Q165; + friend class Q166; public: LSqlTableModel(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) : QSqlTableModel(x1, x2), unique(u) {} diff --git a/src/gen/sql/_q_methods.h b/src/gen/sql/_q_methods.h index b3340b8..6bdbcf2 100644 --- a/src/gen/sql/_q_methods.h +++ b/src/gen/sql/_q_methods.h @@ -11,7 +11,7 @@ QT_BEGIN_NAMESPACE -class Q161 : public Q121 { // QSqlDriver +class Q162 : public Q121 { // QSqlDriver Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlDriver(u, x1); } @@ -42,7 +42,7 @@ public: Q_INVOKABLE bool MunsubscribeFromNotification(QSqlDriver* o, const QString& x1) { return o->unsubscribeFromNotification(x1); } }; -class Q162 : public Q15 { // QSqlQueryModel +class Q163 : public Q15 { // QSqlQueryModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlQueryModel(u, x1); } @@ -65,7 +65,7 @@ public: Q_INVOKABLE bool MsetHeaderData(QSqlQueryModel* o, int x1, Qt::Orientation x2, const QVariant& x3, int x4 = Qt::EditRole) { return o->setHeaderData(x1, x2, x3, x4); } }; -class Q163 : public Q96 { // QSqlRelationalDelegate +class Q164 : public Q96 { // QSqlRelationalDelegate Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSqlRelationalDelegate(u, x1); } @@ -73,7 +73,7 @@ public: Q_INVOKABLE void MsetModelData(QSqlRelationalDelegate* o, QWidget* x1, QAbstractItemModel* x2, const QModelIndex& x3) const { o->setModelData(x1, x2, x3); } }; -class Q165 : public Q162 { // QSqlTableModel +class Q166 : public Q163 { // QSqlTableModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) { return new LSqlTableModel(u, x1, x2); } @@ -109,7 +109,7 @@ public: Q_INVOKABLE void Msort(QSqlTableModel* o, int x1, Qt::SortOrder x2) { o->sort(x1, x2); } }; -class Q164 : public Q165 { // QSqlRelationalTableModel +class Q165 : public Q166 { // QSqlRelationalTableModel Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0, QSqlDatabase x2 = QSqlDatabase()) { return new LSqlRelationalTableModel(u, x1, x2); } diff --git a/src/gen/svg/_ini.cpp b/src/gen/svg/_ini.cpp index 1e32ce1..215391a 100644 --- a/src/gen/svg/_ini.cpp +++ b/src/gen/svg/_ini.cpp @@ -15,16 +15,16 @@ void ini() { static bool _ = false; if(_) return; _ = true; ini2(); LObjects::Q[72] = new Q73; - LObjects::Q[174] = new Q175; LObjects::Q[175] = new Q176; + LObjects::Q[176] = new Q177; LObjects::N[150] = new N151; } const QMetaObject* staticMetaObject(int n) { const QMetaObject* m = 0; switch(n) { case 73: m = &QGraphicsSvgItem::staticMetaObject; break; - case 175: m = &QSvgRenderer::staticMetaObject; break; - case 176: m = &QSvgWidget::staticMetaObject; break; } + case 176: m = &QSvgRenderer::staticMetaObject; break; + case 177: m = &QSvgWidget::staticMetaObject; break; } return m; } void deleteNObject(int n, void* p, int gc) { @@ -37,8 +37,8 @@ NumList* overrideFunctions(const QByteArray& name) { if(n != -1) { switch(n) { case 73: ids = &LGraphicsSvgItem::overrideIds; break; - case 175: ids = &LSvgRenderer::overrideIds; break; - case 176: ids = &LSvgWidget::overrideIds; break; }} + case 176: ids = &LSvgRenderer::overrideIds; break; + case 177: ids = &LSvgWidget::overrideIds; break; }} else { n = LObjects::n_names.value(name); switch(n) { diff --git a/src/gen/svg/_q_classes.h b/src/gen/svg/_q_classes.h index 900c94a..c740611 100644 --- a/src/gen/svg/_q_classes.h +++ b/src/gen/svg/_q_classes.h @@ -32,7 +32,7 @@ public: class LSvgRenderer : public QSvgRenderer { Q_OBJECT - friend class Q175; + friend class Q176; public: LSvgRenderer(uint u, QObject* x1 = 0) : QSvgRenderer(x1), unique(u) {} LSvgRenderer(uint u, const QString& x1, QObject* x2 = 0) : QSvgRenderer(x1, x2), unique(u) {} @@ -49,7 +49,7 @@ public: class LSvgWidget : public QSvgWidget { Q_OBJECT - friend class Q176; + friend class Q177; public: LSvgWidget(uint u, QWidget* x1 = 0) : QSvgWidget(x1), unique(u) {} LSvgWidget(uint u, const QString& x1, QWidget* x2 = 0) : QSvgWidget(x1, x2), unique(u) {} diff --git a/src/gen/svg/_q_methods.h b/src/gen/svg/_q_methods.h index 2fbc14c..b74b1d2 100644 --- a/src/gen/svg/_q_methods.h +++ b/src/gen/svg/_q_methods.h @@ -27,7 +27,7 @@ public: Q_INVOKABLE int Mtype(QGraphicsSvgItem* o) const { return o->type(); } }; -class Q175 : public Q121 { // QSvgRenderer +class Q176 : public Q121 { // QSvgRenderer Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LSvgRenderer(u, x1); } @@ -47,7 +47,7 @@ public: Q_INVOKABLE QRectF MviewBoxF(QSvgRenderer* o) const { return o->viewBoxF(); } }; -class Q176 : public Q218 { // QSvgWidget +class Q177 : public Q219 { // QSvgWidget Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LSvgWidget(u, x1); } diff --git a/src/gen/webkit/_ini.cpp b/src/gen/webkit/_ini.cpp index f1913e8..6da1ede 100644 --- a/src/gen/webkit/_ini.cpp +++ b/src/gen/webkit/_ini.cpp @@ -23,12 +23,12 @@ void ini() { static bool _ = false; if(_) return; _ = true; ini2(); LObjects::Q[76] = new Q77; - LObjects::Q[211] = new Q212; LObjects::Q[212] = new Q213; LObjects::Q[213] = new Q214; LObjects::Q[214] = new Q215; LObjects::Q[215] = new Q216; LObjects::Q[216] = new Q217; + LObjects::Q[217] = new Q218; LObjects::N[191] = new N192; LObjects::N[192] = new N193; LObjects::N[193] = new N194; @@ -42,12 +42,12 @@ const QMetaObject* staticMetaObject(int n) { const QMetaObject* m = 0; switch(n) { case 77: m = &QGraphicsWebView::staticMetaObject; break; - case 212: m = &QWebFrame::staticMetaObject; break; - case 213: m = &QWebHistoryInterface::staticMetaObject; break; - case 214: m = &QWebInspector::staticMetaObject; break; - case 215: m = &QWebPage::staticMetaObject; break; - case 216: m = &QWebPluginFactory::staticMetaObject; break; - case 217: m = &QWebView::staticMetaObject; break; } + case 213: m = &QWebFrame::staticMetaObject; break; + case 214: m = &QWebHistoryInterface::staticMetaObject; break; + case 215: m = &QWebInspector::staticMetaObject; break; + case 216: m = &QWebPage::staticMetaObject; break; + case 217: m = &QWebPluginFactory::staticMetaObject; break; + case 218: m = &QWebView::staticMetaObject; break; } return m; } void deleteNObject(int n, void* p, int gc) { @@ -65,11 +65,11 @@ NumList* overrideFunctions(const QByteArray& name) { if(n != -1) { switch(n) { case 77: ids = &LGraphicsWebView::overrideIds; break; - case 213: ids = &LWebHistoryInterface::overrideIds; break; - case 214: ids = &LWebInspector::overrideIds; break; - case 215: ids = &LWebPage::overrideIds; break; - case 216: ids = &LWebPluginFactory::overrideIds; break; - case 217: ids = &LWebView::overrideIds; break; }} + case 214: ids = &LWebHistoryInterface::overrideIds; break; + case 215: ids = &LWebInspector::overrideIds; break; + case 216: ids = &LWebPage::overrideIds; break; + case 217: ids = &LWebPluginFactory::overrideIds; break; + case 218: ids = &LWebView::overrideIds; break; }} else { n = LObjects::n_names.value(name); switch(n) { diff --git a/src/gen/webkit/_q_classes.h b/src/gen/webkit/_q_classes.h index cb6c56b..203b586 100644 --- a/src/gen/webkit/_q_classes.h +++ b/src/gen/webkit/_q_classes.h @@ -73,7 +73,7 @@ public: class LWebHistoryInterface : public QWebHistoryInterface { Q_OBJECT - friend class Q213; + friend class Q214; public: LWebHistoryInterface(uint u, QObject* x1 = 0) : QWebHistoryInterface(x1), unique(u) {} @@ -90,7 +90,7 @@ public: class LWebInspector : public QWebInspector { Q_OBJECT - friend class Q214; + friend class Q215; public: LWebInspector(uint u, QWidget* x1 = 0) : QWebInspector(x1), unique(u) {} @@ -139,7 +139,7 @@ public: class LWebPage : public QWebPage { Q_OBJECT - friend class Q215; + friend class Q216; public: LWebPage(uint u, QObject* x1 = 0) : QWebPage(x1), unique(u) {} @@ -167,7 +167,7 @@ public: class LWebPluginFactory : public QWebPluginFactory { Q_OBJECT - friend class Q216; + friend class Q217; public: LWebPluginFactory(uint u, QObject* x1 = 0) : QWebPluginFactory(x1), unique(u) {} @@ -185,7 +185,7 @@ public: class LWebView : public QWebView { Q_OBJECT - friend class Q217; + friend class Q218; public: LWebView(uint u, QWidget* x1 = 0) : QWebView(x1), unique(u) {} diff --git a/src/gen/webkit/_q_methods.h b/src/gen/webkit/_q_methods.h index b921e3e..0800729 100644 --- a/src/gen/webkit/_q_methods.h +++ b/src/gen/webkit/_q_methods.h @@ -11,7 +11,7 @@ QT_BEGIN_NAMESPACE -class Q212 : public Q121 { // QWebFrame +class Q213 : public Q121 { // QWebFrame Q_OBJECT public: Q_INVOKABLE void MaddToJavaScriptWindowObject(QWebFrame* o, const QString& x1, QObject* x2, QWebFrame::ValueOwnership x3 = QWebFrame::QtOwnership) { o->addToJavaScriptWindowObject(x1, x2, x3); } @@ -62,7 +62,7 @@ public: Q_INVOKABLE bool Mevent(QWebFrame* o, QEvent* x1) { return o->event(x1); } }; -class Q213 : public Q121 { // QWebHistoryInterface +class Q214 : public Q121 { // QWebHistoryInterface Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebHistoryInterface(u, x1); } @@ -72,7 +72,7 @@ public: Q_INVOKABLE void SsetDefaultInterface(QWebHistoryInterface* x1) { QWebHistoryInterface::setDefaultInterface(x1); } }; -class Q215 : public Q121 { // QWebPage +class Q216 : public Q121 { // QWebPage Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebPage(u, x1); } @@ -126,7 +126,7 @@ public: Q_INVOKABLE bool Mevent(QWebPage* o, QEvent* x1) { return o->event(x1); } }; -class Q216 : public Q121 { // QWebPluginFactory +class Q217 : public Q121 { // QWebPluginFactory Q_OBJECT public: Q_INVOKABLE void* C(uint u, QObject* x1 = 0) { return new LWebPluginFactory(u, x1); } @@ -173,7 +173,7 @@ public: Q_INVOKABLE void MupdateGeometry(QGraphicsWebView* o) { o->updateGeometry(); } }; -class Q214 : public Q218 { // QWebInspector +class Q215 : public Q219 { // QWebInspector Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWebInspector(u, x1); } @@ -183,7 +183,7 @@ public: Q_INVOKABLE QSize MsizeHint(QWebInspector* o) const { return o->sizeHint(); } }; -class Q217 : public Q218 { // QWebView +class Q218 : public Q219 { // QWebView Q_OBJECT public: Q_INVOKABLE void* C(uint u, QWidget* x1 = 0) { return new LWebView(u, x1); } diff --git a/src/lisp/all-wrappers-1.lisp b/src/lisp/all-wrappers-1.lisp index 0d17fc3..a35dc2c 100644 --- a/src/lisp/all-wrappers-1.lisp +++ b/src/lisp/all-wrappers-1.lisp @@ -152,6 +152,12 @@ #:|addSecs| #:|addSection| #:|addSeparator| + #:|addShaderFromSourceCode(QOpenGLShader::ShaderType,QByteArray)| + #:|addShaderFromSourceCode(QOpenGLShader::ShaderType,QString)| + #:|addShaderFromSourceCode(QOpenGLShader::ShaderType,const char*)| + #:|addShaderFromSourceCode| + #:|addShaderFromSourceFile| + #:|addShader| #:|addSimpleText| #:|addSpacerItem| #:|addSpacing| @@ -259,7 +265,6 @@ #:|applicationStateChanged| #:|applicationVersion.QCoreApplication| #:|applicationVersionChanged| - #:|applyTo| #:|arcMoveTo| #:|arcTo| #:|areSharing.QOpenGLContext| @@ -274,6 +279,10 @@ #:|atBlockStart| #:|atEnd| #:|atStart| + #:|attributeLocation(QByteArray)| + #:|attributeLocation(QString)| + #:|attributeLocation(const char*)| + #:|attributeLocation| #:|attributeNS| #:|attributeNames| #:|attribute| @@ -369,6 +378,10 @@ #:|bind(QHostAddress...)| #:|bind(ushort)| #:|bind(ushort...)| + #:|bindAttributeLocation(QByteArray...)| + #:|bindAttributeLocation(QString...)| + #:|bindAttributeLocation(const char*...)| + #:|bindAttributeLocation| #:|bindValue(QString...)| #:|bindValue(int...)| #:|bindValueType(QString)| @@ -739,7 +752,6 @@ #:|connected| #:|connectionNames.QSqlDatabase| #:|connectionName| - #:|constData| #:|constructorCount| #:|contains(QPainterPath)| #:|contains(QPoint)| @@ -779,7 +791,6 @@ #:|copyAvailable| #:|copyCollectionFile| #:|copyCount| - #:|copyDataTo| #:|copy| #:|cornerWidget| #:|corner| @@ -955,7 +966,9 @@ #:|defaultFont| #:|defaultFormat.QSettings| #:|defaultFramebufferObject| + #:|defaultInnerTessellationLevels| #:|defaultInterface.QWebHistoryInterface| + #:|defaultOuterTessellationLevels| #:|defaultPageSize| #:|defaultPrinterName.QPrinterInfo| #:|defaultSectionSize| @@ -1008,6 +1021,9 @@ #:|directory| #:|dirtyRegionOffset| #:|dir| + #:|disableAttributeArray(const char*)| + #:|disableAttributeArray(int)| + #:|disableAttributeArray| #:|discardCommand| #:|disconnectFromHost| #:|disconnectFromServer| @@ -1183,23 +1199,7 @@ #:|dumpObjectInfo| #:|dumpObjectTree| #:|duplex| - #:|duplicatesEnabled| - #:|duration| - #:|dx| - #:|dynamicPropertyNames| - #:|dynamicSortFilter| - #:|dy| - #:|easingCurve| - #:|echoMode| - #:|editItem| - #:|editStrategy| - #:|editTextChanged| - #:|editTriggers| - #:|editingFinished| - #:|editorDestroyed| - #:|editorEvent| - #:|edit| - #:|effectiveDate|)) + #:|duplicatesEnabled|)) (in-package :eql) diff --git a/src/lisp/all-wrappers-10.lisp b/src/lisp/all-wrappers-10.lisp index c17f2ae..95063aa 100644 --- a/src/lisp/all-wrappers-10.lisp +++ b/src/lisp/all-wrappers-10.lisp @@ -1,5 +1,212 @@ (in-package :eql) +(defun |sizeIncrement| (object &rest arguments) + (%qinvoke-method object nil "sizeIncrement" arguments)) + +(defun |sizePolicy| (object &rest arguments) + (%qinvoke-method object nil "sizePolicy" arguments)) + +(defun |sizes| (object &rest arguments) + (%qinvoke-method object nil "sizes" arguments)) + +(defun |size| (object &rest arguments) + (%qinvoke-method object nil "size" arguments)) + +(defun |slerp.QQuaternion| (&rest arguments) + (%qinvoke-method "QQuaternion" nil "slerp" arguments)) + +(defun |sliderMoved| (object &rest arguments) + (%qinvoke-method object nil "sliderMoved" arguments)) + +(defun |sliderPositionFromValue.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "sliderPositionFromValue" arguments)) + +(defun |sliderPosition| (object &rest arguments) + (%qinvoke-method object nil "sliderPosition" arguments)) + +(defun |sliderPressed| (object &rest arguments) + (%qinvoke-method object nil "sliderPressed" arguments)) + +(defun |sliderReleased| (object &rest arguments) + (%qinvoke-method object nil "sliderReleased" arguments)) + +(defun |sliderValueFromPosition.QStyle| (&rest arguments) + (%qinvoke-method "QStyle" nil "sliderValueFromPosition" arguments)) + +(defun |slopeAtPercent| (object &rest arguments) + (%qinvoke-method object nil "slopeAtPercent" arguments)) + +(defun |smallDecimalPoint| (object &rest arguments) + (%qinvoke-method object nil "smallDecimalPoint" arguments)) + +(defun |smoothScaled| (object &rest arguments) + (%qinvoke-method object nil "smoothScaled" arguments)) + +(defun |smoothSizes| (object &rest arguments) + (%qinvoke-method object nil "smoothSizes" arguments)) + +(defun |socketOptions| (object &rest arguments) + (%qinvoke-method object nil "socketOptions" arguments)) + +(defun |socketOption| (object &rest arguments) + (%qinvoke-method object nil "socketOption" arguments)) + +(defun |socketType| (object &rest arguments) + (%qinvoke-method object nil "socketType" arguments)) + +(defun |sortByColumn| (object &rest arguments) + (%qinvoke-method object nil "sortByColumn" arguments)) + +(defun |sortCaseSensitivity| (object &rest arguments) + (%qinvoke-method object nil "sortCaseSensitivity" arguments)) + +(defun |sortChildren| (object &rest arguments) + (%qinvoke-method object nil "sortChildren" arguments)) + +(defun |sortColumn| (object &rest arguments) + (%qinvoke-method object nil "sortColumn" arguments)) + +(defun |sortIndicatorChanged| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorChanged" arguments)) + +(defun |sortIndicatorOrder| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorOrder" arguments)) + +(defun |sortIndicatorSection| (object &rest arguments) + (%qinvoke-method object nil "sortIndicatorSection" arguments)) + +(defun |sortItems| (object &rest arguments) + (%qinvoke-method object nil "sortItems" arguments)) + +(defun |sortOrder| (object &rest arguments) + (%qinvoke-method object nil "sortOrder" arguments)) + +(defun |sortRole| (object &rest arguments) + (%qinvoke-method object nil "sortRole" arguments)) + +(defun |sorting| (object &rest arguments) + (%qinvoke-method object nil "sorting" arguments)) + +(defun |sort| (object &rest arguments) + (%qinvoke-method object nil "sort" arguments)) + +(defun |sourceBoundingRect| (object &rest arguments) + (%qinvoke-method object nil "sourceBoundingRect" arguments)) + +(defun |sourceChanged| (object &rest arguments) + (%qinvoke-method object nil "sourceChanged" arguments)) + +(defun |sourceCode| (object &rest arguments) + (%qinvoke-method object nil "sourceCode" arguments)) + +(defun |sourceIsPixmap| (object &rest arguments) + (%qinvoke-method object nil "sourceIsPixmap" arguments)) + +(defun |sourceModelChanged| (object &rest arguments) + (%qinvoke-method object nil "sourceModelChanged" arguments)) + +(defun |sourceModel| (object &rest arguments) + (%qinvoke-method object nil "sourceModel" arguments)) + +(defun |sourceState| (object &rest arguments) + (%qinvoke-method object nil "sourceState" arguments)) + +(defun |source| (object &rest arguments) + (%qinvoke-method object nil "source" arguments)) + +(defun |spacerItem| (object &rest arguments) + (%qinvoke-method object nil "spacerItem" arguments)) + +(defun |spacing| (object &rest arguments) + (%qinvoke-method object nil "spacing" arguments)) + +(defun |spanAngle| (object &rest arguments) + (%qinvoke-method object nil "spanAngle" arguments)) + +(defun |span| (object &rest arguments) + (%qinvoke-method object nil "span" arguments)) + +(defun |specialValueText| (object &rest arguments) + (%qinvoke-method object nil "specialValueText" arguments)) + +(defun |spec| (object &rest arguments) + (%qinvoke-method object nil "spec" arguments)) + +(defun |speed| (object &rest arguments) + (%qinvoke-method object nil "speed" arguments)) + +(defun |splitCell| (object &rest arguments) + (%qinvoke-method object nil "splitCell" arguments)) + +(defun |splitDockWidget| (object &rest arguments) + (%qinvoke-method object nil "splitDockWidget" arguments)) + +(defun |splitPath| (object &rest arguments) + (%qinvoke-method object nil "splitPath" arguments)) + +(defun |splitterMoved| (object &rest arguments) + (%qinvoke-method object nil "splitterMoved" arguments)) + +(defun |splitter| (object &rest arguments) + (%qinvoke-method object nil "splitter" arguments)) + +(defun |spontaneous| (object &rest arguments) + (%qinvoke-method object nil "spontaneous" arguments)) + +(defun |spread| (object &rest arguments) + (%qinvoke-method object nil "spread" arguments)) + +(defun |sqlStatement| (object &rest arguments) + (%qinvoke-method object nil "sqlStatement" arguments)) + +(defun |squareToQuad.QTransform| (&rest arguments) + (%qinvoke-method "QTransform" nil "squareToQuad" arguments)) + +(defun |sslConfiguration| (object &rest arguments) + (%qinvoke-method object nil "sslConfiguration" arguments)) + +(defun |sslErrors| (object &rest arguments) + (%qinvoke-method object nil "sslErrors" arguments)) + +(defun |stackBefore| (object &rest arguments) + (%qinvoke-method object (%auto-cast object) "stackBefore" arguments)) + +(defun |stackUnder| (object &rest arguments) + (%qinvoke-method object nil "stackUnder" arguments)) + +(defun |stackingMode| (object &rest arguments) + (%qinvoke-method object nil "stackingMode" arguments)) + +(defun |stacks| (object &rest arguments) + (%qinvoke-method object nil "stacks" arguments)) + +(defun |stack| (object &rest arguments) + (%qinvoke-method object nil "stack" arguments)) + +(defun |standaloneDayName| (object &rest arguments) + (%qinvoke-method object nil "standaloneDayName" arguments)) + +(defun |standaloneMonthName| (object &rest arguments) + (%qinvoke-method object nil "standaloneMonthName" arguments)) + +(defun |standardButtons| (object &rest arguments) + (%qinvoke-method object nil "standardButtons" arguments)) + +(defun |standardButton| (object &rest arguments) + (%qinvoke-method object nil "standardButton" arguments)) + +(defun |standardColor.QColorDialog| (&rest arguments) + (%qinvoke-method "QColorDialog" nil "standardColor" arguments)) + +(defun |standardLocations.QStandardPaths| (&rest arguments) + (%qinvoke-method "QStandardPaths" nil "standardLocations" arguments)) + +(defun |standardPalette| (object &rest arguments) + (%qinvoke-method object nil "standardPalette" arguments)) + +(defun |standardPixmap| (object &rest arguments) + (%qinvoke-method object nil "standardPixmap" arguments)) + (defun |standardSizes.QFontDatabase| (&rest arguments) (%qinvoke-method "QFontDatabase" nil "standardSizes" arguments)) @@ -930,9 +1137,6 @@ (defun |toHtml| (object &rest arguments) (%qinvoke-method object nil "toHtml" arguments)) -(defun |toIPv6Address| (object &rest arguments) - (%qinvoke-method object nil "toIPv6Address" arguments)) - (defun |toImageFormat.QImage| (&rest arguments) (%qinvoke-method "QImage" nil "toImageFormat" arguments)) @@ -1092,9 +1296,6 @@ (defun |toRgb| (object &rest arguments) (%qinvoke-method object nil "toRgb" arguments)) -(defun |toRotationMatrix| (object &rest arguments) - (%qinvoke-method object nil "toRotationMatrix" arguments)) - (defun |toShort(QString)| (object &rest arguments) (%qinvoke-method object nil "toShort(QString)" arguments)) @@ -1452,9 +1653,6 @@ (defun |transformationMode| (object &rest arguments) (%qinvoke-method object nil "transformationMode" arguments)) -(defun |transformations| (object &rest arguments) - (%qinvoke-method object (%auto-cast object) "transformations" arguments)) - (defun |transformed(QMatrix)| (object &rest arguments) (%qinvoke-method object nil "transformed(QMatrix)" arguments)) @@ -1617,6 +1815,18 @@ (defun |uniformItemSizes| (object &rest arguments) (%qinvoke-method object nil "uniformItemSizes" arguments)) +(defun |uniformLocation(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(QByteArray)" arguments)) + +(defun |uniformLocation(QString)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(QString)" arguments)) + +(defun |uniformLocation(const char*)| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation(const char*)" arguments)) + +(defun |uniformLocation| (object &rest arguments) + (%qinvoke-method object nil "uniformLocation" arguments)) + (defun |uniformRowHeights| (object &rest arguments) (%qinvoke-method object nil "uniformRowHeights" arguments)) diff --git a/src/lisp/all-wrappers-2.lisp b/src/lisp/all-wrappers-2.lisp index 8ad020e..d46d107 100644 --- a/src/lisp/all-wrappers-2.lisp +++ b/src/lisp/all-wrappers-2.lisp @@ -1,5 +1,21 @@ (defpackage :eql (:export + #:|duration| + #:|dx| + #:|dynamicPropertyNames| + #:|dynamicSortFilter| + #:|dy| + #:|easingCurve| + #:|echoMode| + #:|editItem| + #:|editStrategy| + #:|editTextChanged| + #:|editTriggers| + #:|editingFinished| + #:|editorDestroyed| + #:|editorEvent| + #:|edit| + #:|effectiveDate| #:|effectiveOpacity| #:|effectiveSizeHint| #:|effectiveWinId| @@ -14,6 +30,9 @@ #:|emitDataChanged| #:|emitSelectionChanged| #:|emptyLabel| + #:|enableAttributeArray(const char*)| + #:|enableAttributeArray(int)| + #:|enableAttributeArray| #:|enablePersistentStorage.QWebSettings| #:|enabledChanged| #:|encloseContentsWith(QString)| @@ -354,7 +373,6 @@ #:|fromRgb.QColor| #:|fromRgbF.QColor| #:|fromRgba.QColor| - #:|fromRotationMatrix.QQuaternion| #:|fromScale.QTransform| #:|fromString(QString,QString).QDateTime| #:|fromString(QString,QString).QDate| @@ -390,12 +408,9 @@ #:|gestureType| #:|gestures| #:|gesture| - #:|getAxes| - #:|getAxisAndAngle| #:|getChar| #:|getColor.QColorDialog| #:|getDouble.QInputDialog| - #:|getEulerAngles| #:|getExistingDirectory.QFileDialog| #:|getExistingDirectoryUrl.QFileDialog| #:|getFont(bool*,QFont).QFontDialog| @@ -478,6 +493,7 @@ #:|hasIndex| #:|hasMouseTracking| #:|hasNext| + #:|hasOpenGLShaderPrograms.QOpenGLShaderProgram| #:|hasOpenGLShaders.QOpenGLShader| #:|hasOutValues| #:|hasPendingConnections| @@ -873,6 +889,7 @@ #:|isLeapYear.QDate| #:|isLeftToRight.QGuiApplication| #:|isLibrary.QLibrary| + #:|isLinked| #:|isListFormat| #:|isListening| #:|isLoaded| @@ -1182,21 +1199,4 @@ #:|location| #:|lockForRead| #:|lockForWrite| - #:|logicalDotsPerInchChanged| - #:|logicalDotsPerInchX| - #:|logicalDotsPerInchY| - #:|logicalDotsPerInch| - #:|logicalDpiX| - #:|logicalDpiY| - #:|logicalIndexAt(QPoint)| - #:|logicalIndexAt(int)| - #:|logicalIndexAt| - #:|logicalIndex| - #:|log| - #:|longDayName.QDate| - #:|longMonthName.QDate| - #:|lookAt| - #:|lookupHost.QHostInfo| - #:|lookupId| - #:|loopCount| - #:|lostFocus|)) + #:|logicalDotsPerInchChanged|)) diff --git a/src/lisp/all-wrappers-3.lisp b/src/lisp/all-wrappers-3.lisp index 92f49c7..7ff5773 100644 --- a/src/lisp/all-wrappers-3.lisp +++ b/src/lisp/all-wrappers-3.lisp @@ -1,5 +1,22 @@ (defpackage :eql (:export + #:|logicalDotsPerInchX| + #:|logicalDotsPerInchY| + #:|logicalDotsPerInch| + #:|logicalDpiX| + #:|logicalDpiY| + #:|logicalIndexAt(QPoint)| + #:|logicalIndexAt(int)| + #:|logicalIndexAt| + #:|logicalIndex| + #:|log| + #:|longDayName.QDate| + #:|longMonthName.QDate| + #:|lookAt| + #:|lookupHost.QHostInfo| + #:|lookupId| + #:|loopCount| + #:|lostFocus| #:|lower| #:|m11| #:|m12| @@ -106,6 +123,7 @@ #:|matrixForElement| #:|matrix| #:|maxCount| + #:|maxGeometryOutputVertices| #:|maxLength| #:|maxPage| #:|maxPendingConnections| @@ -275,7 +293,6 @@ #:|nonBreakableLines| #:|normal.QVector3D| #:|normalGeometry| - #:|normalMatrix| #:|normalizedSignature.QMetaObject| #:|normalizedType.QMetaObject| #:|normalized| @@ -406,6 +423,7 @@ #:|parseCookies.QNetworkCookie| #:|password| #:|paste| + #:|patchVertexCount| #:|pathFromIndex| #:|path| #:|patternErrorOffset| @@ -546,6 +564,7 @@ #:|processEvents.QCoreApplication| #:|processEvents| #:|processId| + #:|programId| #:|program| #:|project| #:|propertiesAssigned| @@ -656,6 +675,7 @@ #:|removeAllApplicationFonts.QFontDatabase| #:|removeAllChildren| #:|removeAllDatabases.QWebDatabase| + #:|removeAllShaders| #:|removeAnimation| #:|removeApplicationFont.QFontDatabase| #:|removeAttributeNS| @@ -694,6 +714,7 @@ #:|removeSceneEventFilter| #:|removeSelectedText| #:|removeServer.QLocalServer| + #:|removeShader| #:|removeStack| #:|removeState| #:|removeSubWindow| @@ -1024,7 +1045,6 @@ #:|setActive| #:|setActualVisibleContentRect| #:|setAddress(QString)| - #:|setAddress(Q_IPV6ADDR)| #:|setAddress(const quint8*)| #:|setAddress(const sockaddr*)| #:|setAddress(quint8*)| @@ -1057,7 +1077,23 @@ #:|setArrayIndex| #:|setArrowType| #:|setAttribute.QCoreApplication| + #:|setAttributeBuffer(const char*...)| + #:|setAttributeBuffer(int...)| + #:|setAttributeBuffer| #:|setAttributeNS| + #:|setAttributeValue(const char*,GLfloat)| + #:|setAttributeValue(const char*,QColor)| + #:|setAttributeValue(const char*,QVector2D)| + #:|setAttributeValue(const char*,QVector3D)| + #:|setAttributeValue(const char*,QVector4D)| + #:|setAttributeValue(const char*...)| + #:|setAttributeValue(int,GLfloat)| + #:|setAttributeValue(int,QColor)| + #:|setAttributeValue(int,QVector2D)| + #:|setAttributeValue(int,QVector3D)| + #:|setAttributeValue(int,QVector4D)| + #:|setAttributeValue(int...)| + #:|setAttributeValue| #:|setAttribute| #:|setAuthority| #:|setAutoClose| @@ -1163,40 +1199,4 @@ #:|setChildrenCollapsible| #:|setChild| #:|setCiphers| - #:|setCleanIcon| - #:|setClean| - #:|setClearButtonEnabled| - #:|setClipPath| - #:|setClipRect(QRect)| - #:|setClipRect(QRect...)| - #:|setClipRect(QRectF)| - #:|setClipRect(QRectF...)| - #:|setClipRect| - #:|setClipRegion| - #:|setClipping| - #:|setCmykF| - #:|setCmyk| - #:|setCodecForLocale.QTextCodec| - #:|setCodec| - #:|setCollapsible| - #:|setCollateCopies| - #:|setCollectionFile| - #:|setColor(QColor)| - #:|setColor(Qt::GlobalColor)| - #:|setColorAt| - #:|setColorCount| - #:|setColorData| - #:|setColorGroup| - #:|setColorMode| - #:|setColorSpec.QApplication| - #:|setColorTable| - #:|setColor| - #:|setColumnAlignment| - #:|setColumnCount| - #:|setColumnFixedWidth| - #:|setColumnHidden| - #:|setColumnMaximumWidth| - #:|setColumnMinimumWidth| - #:|setColumnPreferredWidth| - #:|setColumnSpacing| - #:|setColumnStretchFactor|)) + #:|setCleanIcon|)) diff --git a/src/lisp/all-wrappers-4.lisp b/src/lisp/all-wrappers-4.lisp index b135e7a..605ba62 100644 --- a/src/lisp/all-wrappers-4.lisp +++ b/src/lisp/all-wrappers-4.lisp @@ -1,5 +1,41 @@ (defpackage :eql (:export + #:|setClean| + #:|setClearButtonEnabled| + #:|setClipPath| + #:|setClipRect(QRect)| + #:|setClipRect(QRect...)| + #:|setClipRect(QRectF)| + #:|setClipRect(QRectF...)| + #:|setClipRect| + #:|setClipRegion| + #:|setClipping| + #:|setCmykF| + #:|setCmyk| + #:|setCodecForLocale.QTextCodec| + #:|setCodec| + #:|setCollapsible| + #:|setCollateCopies| + #:|setCollectionFile| + #:|setColor(QColor)| + #:|setColor(Qt::GlobalColor)| + #:|setColorAt| + #:|setColorCount| + #:|setColorData| + #:|setColorGroup| + #:|setColorMode| + #:|setColorSpec.QApplication| + #:|setColorTable| + #:|setColor| + #:|setColumnAlignment| + #:|setColumnCount| + #:|setColumnFixedWidth| + #:|setColumnHidden| + #:|setColumnMaximumWidth| + #:|setColumnMinimumWidth| + #:|setColumnPreferredWidth| + #:|setColumnSpacing| + #:|setColumnStretchFactor| #:|setColumnStretch| #:|setColumnWidthConstraints| #:|setColumnWidths| @@ -94,7 +130,9 @@ #:|setDefaultFactory.QItemEditorFactory| #:|setDefaultFont| #:|setDefaultFormat.QSettings| + #:|setDefaultInnerTessellationLevels| #:|setDefaultInterface.QWebHistoryInterface| + #:|setDefaultOuterTessellationLevels| #:|setDefaultProperty| #:|setDefaultSectionSize| #:|setDefaultState| @@ -605,6 +643,7 @@ #:|setParentLayoutItem| #:|setParent| #:|setPassword| + #:|setPatchVertexCount| #:|setPath.QSettings| #:|setPath| #:|setPatternOptions| @@ -960,7 +999,6 @@ #:|setTransformOriginPoint| #:|setTransformationAnchor| #:|setTransformationMode| - #:|setTransformations| #:|setTransform| #:|setTransientParent| #:|setTransitionType| @@ -975,6 +1013,35 @@ #:|setUnifiedTitleAndToolBarOnMac| #:|setUniformItemSizes| #:|setUniformRowHeights| + #:|setUniformValue(const char*,GLfloat)| + #:|setUniformValue(const char*,GLint)| + #:|setUniformValue(const char*,GLuint)| + #:|setUniformValue(const char*,QColor)| + #:|setUniformValue(const char*,QMatrix4x4)| + #:|setUniformValue(const char*,QPoint)| + #:|setUniformValue(const char*,QPointF)| + #:|setUniformValue(const char*,QSize)| + #:|setUniformValue(const char*,QSizeF)| + #:|setUniformValue(const char*,QTransform)| + #:|setUniformValue(const char*,QVector2D)| + #:|setUniformValue(const char*,QVector3D)| + #:|setUniformValue(const char*,QVector4D)| + #:|setUniformValue(const char*...)| + #:|setUniformValue(int,GLfloat)| + #:|setUniformValue(int,GLint)| + #:|setUniformValue(int,GLuint)| + #:|setUniformValue(int,QColor)| + #:|setUniformValue(int,QMatrix4x4)| + #:|setUniformValue(int,QPoint)| + #:|setUniformValue(int,QPointF)| + #:|setUniformValue(int,QSize)| + #:|setUniformValue(int,QSizeF)| + #:|setUniformValue(int,QTransform)| + #:|setUniformValue(int,QVector2D)| + #:|setUniformValue(int,QVector3D)| + #:|setUniformValue(int,QVector4D)| + #:|setUniformValue(int...)| + #:|setUniformValue| #:|setUpdateBehavior| #:|setUpdateInterval| #:|setUpdatesEnabled| @@ -1074,8 +1141,10 @@ #:|setupFinished| #:|setupStarted| #:|setupViewport| + #:|shaderDestroyed| #:|shaderId| #:|shaderType| + #:|shaders| #:|shadow| #:|shapeMode| #:|shape| @@ -1130,73 +1199,4 @@ #:|sizeHintForColumn| #:|sizeHintForIndex| #:|sizeHintForRow| - #:|sizeHint| - #:|sizeIncrement| - #:|sizePolicy| - #:|sizes| - #:|size| - #:|slerp.QQuaternion| - #:|sliderMoved| - #:|sliderPositionFromValue.QStyle| - #:|sliderPosition| - #:|sliderPressed| - #:|sliderReleased| - #:|sliderValueFromPosition.QStyle| - #:|slopeAtPercent| - #:|smallDecimalPoint| - #:|smoothScaled| - #:|smoothSizes| - #:|socketOptions| - #:|socketOption| - #:|socketType| - #:|sortByColumn| - #:|sortCaseSensitivity| - #:|sortChildren| - #:|sortColumn| - #:|sortIndicatorChanged| - #:|sortIndicatorOrder| - #:|sortIndicatorSection| - #:|sortItems| - #:|sortOrder| - #:|sortRole| - #:|sorting| - #:|sort| - #:|sourceBoundingRect| - #:|sourceChanged| - #:|sourceCode| - #:|sourceIsPixmap| - #:|sourceModelChanged| - #:|sourceModel| - #:|sourceState| - #:|source| - #:|spacerItem| - #:|spacing| - #:|spanAngle| - #:|span| - #:|specialValueText| - #:|spec| - #:|speed| - #:|splitCell| - #:|splitDockWidget| - #:|splitPath| - #:|splitterMoved| - #:|splitter| - #:|spontaneous| - #:|spread| - #:|sqlStatement| - #:|squareToQuad.QTransform| - #:|sslConfiguration| - #:|sslErrors| - #:|stackBefore| - #:|stackUnder| - #:|stackingMode| - #:|stacks| - #:|stack| - #:|standaloneDayName| - #:|standaloneMonthName| - #:|standardButtons| - #:|standardButton| - #:|standardColor.QColorDialog| - #:|standardLocations.QStandardPaths| - #:|standardPalette| - #:|standardPixmap|)) + #:|sizeHint|)) diff --git a/src/lisp/all-wrappers-5.lisp b/src/lisp/all-wrappers-5.lisp index bff0178..0a01832 100644 --- a/src/lisp/all-wrappers-5.lisp +++ b/src/lisp/all-wrappers-5.lisp @@ -1,5 +1,74 @@ (defpackage :eql (:export + #:|sizeIncrement| + #:|sizePolicy| + #:|sizes| + #:|size| + #:|slerp.QQuaternion| + #:|sliderMoved| + #:|sliderPositionFromValue.QStyle| + #:|sliderPosition| + #:|sliderPressed| + #:|sliderReleased| + #:|sliderValueFromPosition.QStyle| + #:|slopeAtPercent| + #:|smallDecimalPoint| + #:|smoothScaled| + #:|smoothSizes| + #:|socketOptions| + #:|socketOption| + #:|socketType| + #:|sortByColumn| + #:|sortCaseSensitivity| + #:|sortChildren| + #:|sortColumn| + #:|sortIndicatorChanged| + #:|sortIndicatorOrder| + #:|sortIndicatorSection| + #:|sortItems| + #:|sortOrder| + #:|sortRole| + #:|sorting| + #:|sort| + #:|sourceBoundingRect| + #:|sourceChanged| + #:|sourceCode| + #:|sourceIsPixmap| + #:|sourceModelChanged| + #:|sourceModel| + #:|sourceState| + #:|source| + #:|spacerItem| + #:|spacing| + #:|spanAngle| + #:|span| + #:|specialValueText| + #:|spec| + #:|speed| + #:|splitCell| + #:|splitDockWidget| + #:|splitPath| + #:|splitterMoved| + #:|splitter| + #:|spontaneous| + #:|spread| + #:|sqlStatement| + #:|squareToQuad.QTransform| + #:|sslConfiguration| + #:|sslErrors| + #:|stackBefore| + #:|stackUnder| + #:|stackingMode| + #:|stacks| + #:|stack| + #:|standaloneDayName| + #:|standaloneMonthName| + #:|standardButtons| + #:|standardButton| + #:|standardColor.QColorDialog| + #:|standardLocations.QStandardPaths| + #:|standardPalette| + #:|standardPixmap| #:|standardSizes.QFontDatabase| #:|standardTimeOffset| #:|start(QProcess::OpenMode)| @@ -310,7 +379,6 @@ #:|toHsl| #:|toHsv| #:|toHtml| - #:|toIPv6Address| #:|toImageFormat.QImage| #:|toImageFormat| #:|toImage| @@ -364,7 +432,6 @@ #:|toRegularExpression| #:|toReversed| #:|toRgb| - #:|toRotationMatrix| #:|toShort(QString)| #:|toShort(QString...)| #:|toShort(QStringRef)| @@ -484,7 +551,6 @@ #:|transformOriginPoint| #:|transformationAnchor| #:|transformationMode| - #:|transformations| #:|transformed(QMatrix)| #:|transformed(QMatrix...)| #:|transformed(QTransform)| @@ -539,6 +605,10 @@ #:|ungrabMouse| #:|unifiedTitleAndToolBarOnMac| #:|uniformItemSizes| + #:|uniformLocation(QByteArray)| + #:|uniformLocation(QString)| + #:|uniformLocation(const char*)| + #:|uniformLocation| #:|uniformRowHeights| #:|uniqueId.QAccessible| #:|uniqueId| diff --git a/src/lisp/all-wrappers-6.lisp b/src/lisp/all-wrappers-6.lisp index 030a41e..abe377e 100644 --- a/src/lisp/all-wrappers-6.lisp +++ b/src/lisp/all-wrappers-6.lisp @@ -456,6 +456,24 @@ (defun |addSeparator| (object &rest arguments) (%qinvoke-method object nil "addSeparator" arguments)) +(defun |addShaderFromSourceCode(QOpenGLShader::ShaderType,QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QOpenGLShader::ShaderType,QByteArray)" arguments)) + +(defun |addShaderFromSourceCode(QOpenGLShader::ShaderType,QString)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QOpenGLShader::ShaderType,QString)" arguments)) + +(defun |addShaderFromSourceCode(QOpenGLShader::ShaderType,const char*)| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode(QOpenGLShader::ShaderType,const char*)" arguments)) + +(defun |addShaderFromSourceCode| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceCode" arguments)) + +(defun |addShaderFromSourceFile| (object &rest arguments) + (%qinvoke-method object nil "addShaderFromSourceFile" arguments)) + +(defun |addShader| (object &rest arguments) + (%qinvoke-method object nil "addShader" arguments)) + (defun |addSimpleText| (object &rest arguments) (%qinvoke-method object nil "addSimpleText" arguments)) @@ -777,9 +795,6 @@ (defun |applicationVersionChanged| (object &rest arguments) (%qinvoke-method object nil "applicationVersionChanged" arguments)) -(defun |applyTo| (object &rest arguments) - (%qinvoke-method object nil "applyTo" arguments)) - (defun |arcMoveTo| (object &rest arguments) (%qinvoke-method object nil "arcMoveTo" arguments)) @@ -822,6 +837,18 @@ (defun |atStart| (object &rest arguments) (%qinvoke-method object nil "atStart" arguments)) +(defun |attributeLocation(QByteArray)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(QByteArray)" arguments)) + +(defun |attributeLocation(QString)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(QString)" arguments)) + +(defun |attributeLocation(const char*)| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation(const char*)" arguments)) + +(defun |attributeLocation| (object &rest arguments) + (%qinvoke-method object nil "attributeLocation" arguments)) + (defun |attributeNS| (object &rest arguments) (%qinvoke-method object nil "attributeNS" arguments)) @@ -1107,6 +1134,18 @@ (defun |bind(ushort...)| (object &rest arguments) (%qinvoke-method object nil "bind(ushort...)" arguments)) +(defun |bindAttributeLocation(QByteArray...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(QByteArray...)" arguments)) + +(defun |bindAttributeLocation(QString...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(QString...)" arguments)) + +(defun |bindAttributeLocation(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation(const char*...)" arguments)) + +(defun |bindAttributeLocation| (object &rest arguments) + (%qinvoke-method object nil "bindAttributeLocation" arguments)) + (defun |bindValue(QString...)| (object &rest arguments) (%qinvoke-method object nil "bindValue(QString...)" arguments)) @@ -2217,9 +2256,6 @@ (defun |connectionName| (object &rest arguments) (%qinvoke-method object nil "connectionName" arguments)) -(defun |constData| (object &rest arguments) - (%qinvoke-method object nil "constData" arguments)) - (defun |constructorCount| (object &rest arguments) (%qinvoke-method object nil "constructorCount" arguments)) @@ -2337,9 +2373,6 @@ (defun |copyCount| (object &rest arguments) (%qinvoke-method object nil "copyCount" arguments)) -(defun |copyDataTo| (object &rest arguments) - (%qinvoke-method object nil "copyDataTo" arguments)) - (defun |copy| (object &rest arguments) (%qinvoke-method object nil "copy" arguments)) @@ -2865,9 +2898,15 @@ (defun |defaultFramebufferObject| (object &rest arguments) (%qinvoke-method object nil "defaultFramebufferObject" arguments)) +(defun |defaultInnerTessellationLevels| (object &rest arguments) + (%qinvoke-method object nil "defaultInnerTessellationLevels" arguments)) + (defun |defaultInterface.QWebHistoryInterface| (&rest arguments) (%qinvoke-method "QWebHistoryInterface" nil "defaultInterface" arguments)) +(defun |defaultOuterTessellationLevels| (object &rest arguments) + (%qinvoke-method object nil "defaultOuterTessellationLevels" arguments)) + (defun |defaultPageSize| (object &rest arguments) (%qinvoke-method object nil "defaultPageSize" arguments)) @@ -3024,6 +3063,15 @@ (defun |dir| (object &rest arguments) (%qinvoke-method object nil "dir" arguments)) +(defun |disableAttributeArray(const char*)| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray(const char*)" arguments)) + +(defun |disableAttributeArray(int)| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray(int)" arguments)) + +(defun |disableAttributeArray| (object &rest arguments) + (%qinvoke-method object nil "disableAttributeArray" arguments)) + (defun |discardCommand| (object &rest arguments) (%qinvoke-method object nil "discardCommand" arguments)) @@ -3551,51 +3599,3 @@ (defun |duplicatesEnabled| (object &rest arguments) (%qinvoke-method object nil "duplicatesEnabled" arguments)) - -(defun |duration| (object &rest arguments) - (%qinvoke-method object nil "duration" arguments)) - -(defun |dx| (object &rest arguments) - (%qinvoke-method object nil "dx" arguments)) - -(defun |dynamicPropertyNames| (object &rest arguments) - (%qinvoke-method object nil "dynamicPropertyNames" arguments)) - -(defun |dynamicSortFilter| (object &rest arguments) - (%qinvoke-method object nil "dynamicSortFilter" arguments)) - -(defun |dy| (object &rest arguments) - (%qinvoke-method object nil "dy" arguments)) - -(defun |easingCurve| (object &rest arguments) - (%qinvoke-method object nil "easingCurve" arguments)) - -(defun |echoMode| (object &rest arguments) - (%qinvoke-method object nil "echoMode" arguments)) - -(defun |editItem| (object &rest arguments) - (%qinvoke-method object nil "editItem" arguments)) - -(defun |editStrategy| (object &rest arguments) - (%qinvoke-method object nil "editStrategy" arguments)) - -(defun |editTextChanged| (object &rest arguments) - (%qinvoke-method object nil "editTextChanged" arguments)) - -(defun |editTriggers| (object &rest arguments) - (%qinvoke-method object nil "editTriggers" arguments)) - -(defun |editingFinished| (object &rest arguments) - (%qinvoke-method object nil "editingFinished" arguments)) - -(defun |editorDestroyed| (object &rest arguments) - (%qinvoke-method object nil "editorDestroyed" arguments)) - -(defun |editorEvent| (object &rest arguments) - (%qinvoke-method object nil "editorEvent" arguments)) - -(defun |edit| (object &rest arguments) - (%qinvoke-method object nil "edit" arguments)) - -(defun |effectiveDate| (object &rest arguments) - (%qinvoke-method object nil "effectiveDate" arguments)) diff --git a/src/lisp/all-wrappers-7.lisp b/src/lisp/all-wrappers-7.lisp index ebd0d76..f253cfc 100644 --- a/src/lisp/all-wrappers-7.lisp +++ b/src/lisp/all-wrappers-7.lisp @@ -1,5 +1,53 @@ (in-package :eql) +(defun |duration| (object &rest arguments) + (%qinvoke-method object nil "duration" arguments)) + +(defun |dx| (object &rest arguments) + (%qinvoke-method object nil "dx" arguments)) + +(defun |dynamicPropertyNames| (object &rest arguments) + (%qinvoke-method object nil "dynamicPropertyNames" arguments)) + +(defun |dynamicSortFilter| (object &rest arguments) + (%qinvoke-method object nil "dynamicSortFilter" arguments)) + +(defun |dy| (object &rest arguments) + (%qinvoke-method object nil "dy" arguments)) + +(defun |easingCurve| (object &rest arguments) + (%qinvoke-method object nil "easingCurve" arguments)) + +(defun |echoMode| (object &rest arguments) + (%qinvoke-method object nil "echoMode" arguments)) + +(defun |editItem| (object &rest arguments) + (%qinvoke-method object nil "editItem" arguments)) + +(defun |editStrategy| (object &rest arguments) + (%qinvoke-method object nil "editStrategy" arguments)) + +(defun |editTextChanged| (object &rest arguments) + (%qinvoke-method object nil "editTextChanged" arguments)) + +(defun |editTriggers| (object &rest arguments) + (%qinvoke-method object nil "editTriggers" arguments)) + +(defun |editingFinished| (object &rest arguments) + (%qinvoke-method object nil "editingFinished" arguments)) + +(defun |editorDestroyed| (object &rest arguments) + (%qinvoke-method object nil "editorDestroyed" arguments)) + +(defun |editorEvent| (object &rest arguments) + (%qinvoke-method object nil "editorEvent" arguments)) + +(defun |edit| (object &rest arguments) + (%qinvoke-method object nil "edit" arguments)) + +(defun |effectiveDate| (object &rest arguments) + (%qinvoke-method object nil "effectiveDate" arguments)) + (defun |effectiveOpacity| (object &rest arguments) (%qinvoke-method object (%auto-cast object) "effectiveOpacity" arguments)) @@ -42,6 +90,15 @@ (defun |emptyLabel| (object &rest arguments) (%qinvoke-method object nil "emptyLabel" arguments)) +(defun |enableAttributeArray(const char*)| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray(const char*)" arguments)) + +(defun |enableAttributeArray(int)| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray(int)" arguments)) + +(defun |enableAttributeArray| (object &rest arguments) + (%qinvoke-method object nil "enableAttributeArray" arguments)) + (defun |enablePersistentStorage.QWebSettings| (&rest arguments) (%qinvoke-method "QWebSettings" nil "enablePersistentStorage" arguments)) @@ -1062,9 +1119,6 @@ (defun |fromRgba.QColor| (&rest arguments) (%qinvoke-method "QColor" nil "fromRgba" arguments)) -(defun |fromRotationMatrix.QQuaternion| (&rest arguments) - (%qinvoke-method "QQuaternion" nil "fromRotationMatrix" arguments)) - (defun |fromScale.QTransform| (&rest arguments) (%qinvoke-method "QTransform" nil "fromScale" arguments)) @@ -1170,12 +1224,6 @@ (defun |gesture| (object &rest arguments) (%qinvoke-method object nil "gesture" arguments)) -(defun |getAxes| (object &rest arguments) - (%qinvoke-method object nil "getAxes" arguments)) - -(defun |getAxisAndAngle| (object &rest arguments) - (%qinvoke-method object nil "getAxisAndAngle" arguments)) - (defun |getChar| (object &rest arguments) (%qinvoke-method object nil "getChar" arguments)) @@ -1185,9 +1233,6 @@ (defun |getDouble.QInputDialog| (&rest arguments) (%qinvoke-method "QInputDialog" nil "getDouble" arguments)) -(defun |getEulerAngles| (object &rest arguments) - (%qinvoke-method object nil "getEulerAngles" arguments)) - (defun |getExistingDirectory.QFileDialog| (&rest arguments) (%qinvoke-method "QFileDialog" nil "getExistingDirectory" arguments)) @@ -1434,6 +1479,9 @@ (defun |hasNext| (object &rest arguments) (%qinvoke-method object nil "hasNext" arguments)) +(defun |hasOpenGLShaderPrograms.QOpenGLShaderProgram| (&rest arguments) + (%qinvoke-method "QOpenGLShaderProgram" nil "hasOpenGLShaderPrograms" arguments)) + (defun |hasOpenGLShaders.QOpenGLShader| (&rest arguments) (%qinvoke-method "QOpenGLShader" nil "hasOpenGLShaders" arguments)) @@ -2619,6 +2667,9 @@ (defun |isLibrary.QLibrary| (&rest arguments) (%qinvoke-method "QLibrary" nil "isLibrary" arguments)) +(defun |isLinked| (object &rest arguments) + (%qinvoke-method object nil "isLinked" arguments)) + (defun |isListFormat| (object &rest arguments) (%qinvoke-method object nil "isListFormat" arguments)) @@ -3548,54 +3599,3 @@ (defun |logicalDotsPerInchChanged| (object &rest arguments) (%qinvoke-method object nil "logicalDotsPerInchChanged" arguments)) - -(defun |logicalDotsPerInchX| (object &rest arguments) - (%qinvoke-method object nil "logicalDotsPerInchX" arguments)) - -(defun |logicalDotsPerInchY| (object &rest arguments) - (%qinvoke-method object nil "logicalDotsPerInchY" arguments)) - -(defun |logicalDotsPerInch| (object &rest arguments) - (%qinvoke-method object nil "logicalDotsPerInch" arguments)) - -(defun |logicalDpiX| (object &rest arguments) - (%qinvoke-method object nil "logicalDpiX" arguments)) - -(defun |logicalDpiY| (object &rest arguments) - (%qinvoke-method object nil "logicalDpiY" arguments)) - -(defun |logicalIndexAt(QPoint)| (object &rest arguments) - (%qinvoke-method object nil "logicalIndexAt(QPoint)" arguments)) - -(defun |logicalIndexAt(int)| (object &rest arguments) - (%qinvoke-method object nil "logicalIndexAt(int)" arguments)) - -(defun |logicalIndexAt| (object &rest arguments) - (%qinvoke-method object nil "logicalIndexAt" arguments)) - -(defun |logicalIndex| (object &rest arguments) - (%qinvoke-method object nil "logicalIndex" arguments)) - -(defun |log| (object &rest arguments) - (%qinvoke-method object nil "log" arguments)) - -(defun |longDayName.QDate| (&rest arguments) - (%qinvoke-method "QDate" nil "longDayName" arguments)) - -(defun |longMonthName.QDate| (&rest arguments) - (%qinvoke-method "QDate" nil "longMonthName" arguments)) - -(defun |lookAt| (object &rest arguments) - (%qinvoke-method object nil "lookAt" arguments)) - -(defun |lookupHost.QHostInfo| (&rest arguments) - (%qinvoke-method "QHostInfo" nil "lookupHost" arguments)) - -(defun |lookupId| (object &rest arguments) - (%qinvoke-method object nil "lookupId" arguments)) - -(defun |loopCount| (object &rest arguments) - (%qinvoke-method object nil "loopCount" arguments)) - -(defun |lostFocus| (object &rest arguments) - (%qinvoke-method object nil "lostFocus" arguments)) diff --git a/src/lisp/all-wrappers-8.lisp b/src/lisp/all-wrappers-8.lisp index e3ba46d..70dfee6 100644 --- a/src/lisp/all-wrappers-8.lisp +++ b/src/lisp/all-wrappers-8.lisp @@ -1,5 +1,56 @@ (in-package :eql) +(defun |logicalDotsPerInchX| (object &rest arguments) + (%qinvoke-method object nil "logicalDotsPerInchX" arguments)) + +(defun |logicalDotsPerInchY| (object &rest arguments) + (%qinvoke-method object nil "logicalDotsPerInchY" arguments)) + +(defun |logicalDotsPerInch| (object &rest arguments) + (%qinvoke-method object nil "logicalDotsPerInch" arguments)) + +(defun |logicalDpiX| (object &rest arguments) + (%qinvoke-method object nil "logicalDpiX" arguments)) + +(defun |logicalDpiY| (object &rest arguments) + (%qinvoke-method object nil "logicalDpiY" arguments)) + +(defun |logicalIndexAt(QPoint)| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt(QPoint)" arguments)) + +(defun |logicalIndexAt(int)| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt(int)" arguments)) + +(defun |logicalIndexAt| (object &rest arguments) + (%qinvoke-method object nil "logicalIndexAt" arguments)) + +(defun |logicalIndex| (object &rest arguments) + (%qinvoke-method object nil "logicalIndex" arguments)) + +(defun |log| (object &rest arguments) + (%qinvoke-method object nil "log" arguments)) + +(defun |longDayName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "longDayName" arguments)) + +(defun |longMonthName.QDate| (&rest arguments) + (%qinvoke-method "QDate" nil "longMonthName" arguments)) + +(defun |lookAt| (object &rest arguments) + (%qinvoke-method object nil "lookAt" arguments)) + +(defun |lookupHost.QHostInfo| (&rest arguments) + (%qinvoke-method "QHostInfo" nil "lookupHost" arguments)) + +(defun |lookupId| (object &rest arguments) + (%qinvoke-method object nil "lookupId" arguments)) + +(defun |loopCount| (object &rest arguments) + (%qinvoke-method object nil "loopCount" arguments)) + +(defun |lostFocus| (object &rest arguments) + (%qinvoke-method object nil "lostFocus" arguments)) + (defun |lower| (object &rest arguments) (%qinvoke-method object nil "lower" arguments)) @@ -318,6 +369,9 @@ (defun |maxCount| (object &rest arguments) (%qinvoke-method object nil "maxCount" arguments)) +(defun |maxGeometryOutputVertices| (object &rest arguments) + (%qinvoke-method object nil "maxGeometryOutputVertices" arguments)) + (defun |maxLength| (object &rest arguments) (%qinvoke-method object nil "maxLength" arguments)) @@ -825,9 +879,6 @@ (defun |normalGeometry| (object &rest arguments) (%qinvoke-method object nil "normalGeometry" arguments)) -(defun |normalMatrix| (object &rest arguments) - (%qinvoke-method object nil "normalMatrix" arguments)) - (defun |normalizedSignature.QMetaObject| (&rest arguments) (%qinvoke-method "QMetaObject" nil "normalizedSignature" arguments)) @@ -1218,6 +1269,9 @@ (defun |paste| (object &rest arguments) (%qinvoke-method object nil "paste" arguments)) +(defun |patchVertexCount| (object &rest arguments) + (%qinvoke-method object nil "patchVertexCount" arguments)) + (defun |pathFromIndex| (object &rest arguments) (%qinvoke-method object nil "pathFromIndex" arguments)) @@ -1638,6 +1692,9 @@ (defun |processId| (object &rest arguments) (%qinvoke-method object nil "processId" arguments)) +(defun |programId| (object &rest arguments) + (%qinvoke-method object nil "programId" arguments)) + (defun |program| (object &rest arguments) (%qinvoke-method object nil "program" arguments)) @@ -1968,6 +2025,9 @@ (defun |removeAllDatabases.QWebDatabase| (&rest arguments) (%qinvoke-method "QWebDatabase" nil "removeAllDatabases" arguments)) +(defun |removeAllShaders| (object &rest arguments) + (%qinvoke-method object nil "removeAllShaders" arguments)) + (defun |removeAnimation| (object &rest arguments) (%qinvoke-method object nil "removeAnimation" arguments)) @@ -2082,6 +2142,9 @@ (defun |removeServer.QLocalServer| (&rest arguments) (%qinvoke-method "QLocalServer" nil "removeServer" arguments)) +(defun |removeShader| (object &rest arguments) + (%qinvoke-method object nil "removeShader" arguments)) + (defun |removeStack| (object &rest arguments) (%qinvoke-method object nil "removeStack" arguments)) @@ -3072,9 +3135,6 @@ (defun |setAddress(QString)| (object &rest arguments) (%qinvoke-method object nil "setAddress(QString)" arguments)) -(defun |setAddress(Q_IPV6ADDR)| (object &rest arguments) - (%qinvoke-method object nil "setAddress(Q_IPV6ADDR)" arguments)) - (defun |setAddress(const quint8*)| (object &rest arguments) (%qinvoke-method object nil "setAddress(const quint8*)" arguments)) @@ -3171,9 +3231,57 @@ (defun |setAttribute.QCoreApplication| (&rest arguments) (%qinvoke-method "QCoreApplication" nil "setAttribute" arguments)) +(defun |setAttributeBuffer(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer(const char*...)" arguments)) + +(defun |setAttributeBuffer(int...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer(int...)" arguments)) + +(defun |setAttributeBuffer| (object &rest arguments) + (%qinvoke-method object nil "setAttributeBuffer" arguments)) + (defun |setAttributeNS| (object &rest arguments) (%qinvoke-method object nil "setAttributeNS" arguments)) +(defun |setAttributeValue(const char*,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,GLfloat)" arguments)) + +(defun |setAttributeValue(const char*,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QColor)" arguments)) + +(defun |setAttributeValue(const char*,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector2D)" arguments)) + +(defun |setAttributeValue(const char*,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector3D)" arguments)) + +(defun |setAttributeValue(const char*,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*,QVector4D)" arguments)) + +(defun |setAttributeValue(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(const char*...)" arguments)) + +(defun |setAttributeValue(int,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,GLfloat)" arguments)) + +(defun |setAttributeValue(int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QColor)" arguments)) + +(defun |setAttributeValue(int,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector2D)" arguments)) + +(defun |setAttributeValue(int,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector3D)" arguments)) + +(defun |setAttributeValue(int,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int,QVector4D)" arguments)) + +(defun |setAttributeValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue(int...)" arguments)) + +(defun |setAttributeValue| (object &rest arguments) + (%qinvoke-method object nil "setAttributeValue" arguments)) + (defun |setAttribute| (object &rest arguments) (%qinvoke-method object nil "setAttribute" arguments)) @@ -3491,111 +3599,3 @@ (defun |setCleanIcon| (object &rest arguments) (%qinvoke-method object nil "setCleanIcon" arguments)) - -(defun |setClean| (object &rest arguments) - (%qinvoke-method object nil "setClean" arguments)) - -(defun |setClearButtonEnabled| (object &rest arguments) - (%qinvoke-method object nil "setClearButtonEnabled" arguments)) - -(defun |setClipPath| (object &rest arguments) - (%qinvoke-method object nil "setClipPath" arguments)) - -(defun |setClipRect(QRect)| (object &rest arguments) - (%qinvoke-method object nil "setClipRect(QRect)" arguments)) - -(defun |setClipRect(QRect...)| (object &rest arguments) - (%qinvoke-method object nil "setClipRect(QRect...)" arguments)) - -(defun |setClipRect(QRectF)| (object &rest arguments) - (%qinvoke-method object nil "setClipRect(QRectF)" arguments)) - -(defun |setClipRect(QRectF...)| (object &rest arguments) - (%qinvoke-method object nil "setClipRect(QRectF...)" arguments)) - -(defun |setClipRect| (object &rest arguments) - (%qinvoke-method object nil "setClipRect" arguments)) - -(defun |setClipRegion| (object &rest arguments) - (%qinvoke-method object nil "setClipRegion" arguments)) - -(defun |setClipping| (object &rest arguments) - (%qinvoke-method object nil "setClipping" arguments)) - -(defun |setCmykF| (object &rest arguments) - (%qinvoke-method object nil "setCmykF" arguments)) - -(defun |setCmyk| (object &rest arguments) - (%qinvoke-method object nil "setCmyk" arguments)) - -(defun |setCodecForLocale.QTextCodec| (&rest arguments) - (%qinvoke-method "QTextCodec" nil "setCodecForLocale" arguments)) - -(defun |setCodec| (object &rest arguments) - (%qinvoke-method object nil "setCodec" arguments)) - -(defun |setCollapsible| (object &rest arguments) - (%qinvoke-method object nil "setCollapsible" arguments)) - -(defun |setCollateCopies| (object &rest arguments) - (%qinvoke-method object nil "setCollateCopies" arguments)) - -(defun |setCollectionFile| (object &rest arguments) - (%qinvoke-method object nil "setCollectionFile" arguments)) - -(defun |setColor(QColor)| (object &rest arguments) - (%qinvoke-method object nil "setColor(QColor)" arguments)) - -(defun |setColor(Qt::GlobalColor)| (object &rest arguments) - (%qinvoke-method object nil "setColor(Qt::GlobalColor)" arguments)) - -(defun |setColorAt| (object &rest arguments) - (%qinvoke-method object nil "setColorAt" arguments)) - -(defun |setColorCount| (object &rest arguments) - (%qinvoke-method object nil "setColorCount" arguments)) - -(defun |setColorData| (object &rest arguments) - (%qinvoke-method object nil "setColorData" arguments)) - -(defun |setColorGroup| (object &rest arguments) - (%qinvoke-method object nil "setColorGroup" arguments)) - -(defun |setColorMode| (object &rest arguments) - (%qinvoke-method object nil "setColorMode" arguments)) - -(defun |setColorSpec.QApplication| (&rest arguments) - (%qinvoke-method "QApplication" nil "setColorSpec" arguments)) - -(defun |setColorTable| (object &rest arguments) - (%qinvoke-method object nil "setColorTable" arguments)) - -(defun |setColor| (object &rest arguments) - (%qinvoke-method object nil "setColor" arguments)) - -(defun |setColumnAlignment| (object &rest arguments) - (%qinvoke-method object nil "setColumnAlignment" arguments)) - -(defun |setColumnCount| (object &rest arguments) - (%qinvoke-method object nil "setColumnCount" arguments)) - -(defun |setColumnFixedWidth| (object &rest arguments) - (%qinvoke-method object nil "setColumnFixedWidth" arguments)) - -(defun |setColumnHidden| (object &rest arguments) - (%qinvoke-method object nil "setColumnHidden" arguments)) - -(defun |setColumnMaximumWidth| (object &rest arguments) - (%qinvoke-method object nil "setColumnMaximumWidth" arguments)) - -(defun |setColumnMinimumWidth| (object &rest arguments) - (%qinvoke-method object nil "setColumnMinimumWidth" arguments)) - -(defun |setColumnPreferredWidth| (object &rest arguments) - (%qinvoke-method object nil "setColumnPreferredWidth" arguments)) - -(defun |setColumnSpacing| (object &rest arguments) - (%qinvoke-method object nil "setColumnSpacing" arguments)) - -(defun |setColumnStretchFactor| (object &rest arguments) - (%qinvoke-method object nil "setColumnStretchFactor" arguments)) diff --git a/src/lisp/all-wrappers-9.lisp b/src/lisp/all-wrappers-9.lisp index 670cc9b..0746066 100644 --- a/src/lisp/all-wrappers-9.lisp +++ b/src/lisp/all-wrappers-9.lisp @@ -1,5 +1,113 @@ (in-package :eql) +(defun |setClean| (object &rest arguments) + (%qinvoke-method object nil "setClean" arguments)) + +(defun |setClearButtonEnabled| (object &rest arguments) + (%qinvoke-method object nil "setClearButtonEnabled" arguments)) + +(defun |setClipPath| (object &rest arguments) + (%qinvoke-method object nil "setClipPath" arguments)) + +(defun |setClipRect(QRect)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRect)" arguments)) + +(defun |setClipRect(QRect...)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRect...)" arguments)) + +(defun |setClipRect(QRectF)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRectF)" arguments)) + +(defun |setClipRect(QRectF...)| (object &rest arguments) + (%qinvoke-method object nil "setClipRect(QRectF...)" arguments)) + +(defun |setClipRect| (object &rest arguments) + (%qinvoke-method object nil "setClipRect" arguments)) + +(defun |setClipRegion| (object &rest arguments) + (%qinvoke-method object nil "setClipRegion" arguments)) + +(defun |setClipping| (object &rest arguments) + (%qinvoke-method object nil "setClipping" arguments)) + +(defun |setCmykF| (object &rest arguments) + (%qinvoke-method object nil "setCmykF" arguments)) + +(defun |setCmyk| (object &rest arguments) + (%qinvoke-method object nil "setCmyk" arguments)) + +(defun |setCodecForLocale.QTextCodec| (&rest arguments) + (%qinvoke-method "QTextCodec" nil "setCodecForLocale" arguments)) + +(defun |setCodec| (object &rest arguments) + (%qinvoke-method object nil "setCodec" arguments)) + +(defun |setCollapsible| (object &rest arguments) + (%qinvoke-method object nil "setCollapsible" arguments)) + +(defun |setCollateCopies| (object &rest arguments) + (%qinvoke-method object nil "setCollateCopies" arguments)) + +(defun |setCollectionFile| (object &rest arguments) + (%qinvoke-method object nil "setCollectionFile" arguments)) + +(defun |setColor(QColor)| (object &rest arguments) + (%qinvoke-method object nil "setColor(QColor)" arguments)) + +(defun |setColor(Qt::GlobalColor)| (object &rest arguments) + (%qinvoke-method object nil "setColor(Qt::GlobalColor)" arguments)) + +(defun |setColorAt| (object &rest arguments) + (%qinvoke-method object nil "setColorAt" arguments)) + +(defun |setColorCount| (object &rest arguments) + (%qinvoke-method object nil "setColorCount" arguments)) + +(defun |setColorData| (object &rest arguments) + (%qinvoke-method object nil "setColorData" arguments)) + +(defun |setColorGroup| (object &rest arguments) + (%qinvoke-method object nil "setColorGroup" arguments)) + +(defun |setColorMode| (object &rest arguments) + (%qinvoke-method object nil "setColorMode" arguments)) + +(defun |setColorSpec.QApplication| (&rest arguments) + (%qinvoke-method "QApplication" nil "setColorSpec" arguments)) + +(defun |setColorTable| (object &rest arguments) + (%qinvoke-method object nil "setColorTable" arguments)) + +(defun |setColor| (object &rest arguments) + (%qinvoke-method object nil "setColor" arguments)) + +(defun |setColumnAlignment| (object &rest arguments) + (%qinvoke-method object nil "setColumnAlignment" arguments)) + +(defun |setColumnCount| (object &rest arguments) + (%qinvoke-method object nil "setColumnCount" arguments)) + +(defun |setColumnFixedWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnFixedWidth" arguments)) + +(defun |setColumnHidden| (object &rest arguments) + (%qinvoke-method object nil "setColumnHidden" arguments)) + +(defun |setColumnMaximumWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnMaximumWidth" arguments)) + +(defun |setColumnMinimumWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnMinimumWidth" arguments)) + +(defun |setColumnPreferredWidth| (object &rest arguments) + (%qinvoke-method object nil "setColumnPreferredWidth" arguments)) + +(defun |setColumnSpacing| (object &rest arguments) + (%qinvoke-method object nil "setColumnSpacing" arguments)) + +(defun |setColumnStretchFactor| (object &rest arguments) + (%qinvoke-method object nil "setColumnStretchFactor" arguments)) + (defun |setColumnStretch| (object &rest arguments) (%qinvoke-method object nil "setColumnStretch" arguments)) @@ -282,9 +390,15 @@ (defun |setDefaultFormat.QSettings| (&rest arguments) (%qinvoke-method "QSettings" nil "setDefaultFormat" arguments)) +(defun |setDefaultInnerTessellationLevels| (object &rest arguments) + (%qinvoke-method object nil "setDefaultInnerTessellationLevels" arguments)) + (defun |setDefaultInterface.QWebHistoryInterface| (&rest arguments) (%qinvoke-method "QWebHistoryInterface" nil "setDefaultInterface" arguments)) +(defun |setDefaultOuterTessellationLevels| (object &rest arguments) + (%qinvoke-method object nil "setDefaultOuterTessellationLevels" arguments)) + (defun |setDefaultProperty| (object &rest arguments) (%qinvoke-method object nil "setDefaultProperty" arguments)) @@ -1815,6 +1929,9 @@ (defun |setPassword| (object &rest arguments) (%qinvoke-method object nil "setPassword" arguments)) +(defun |setPatchVertexCount| (object &rest arguments) + (%qinvoke-method object nil "setPatchVertexCount" arguments)) + (defun |setPath.QSettings| (&rest arguments) (%qinvoke-method "QSettings" nil "setPath" arguments)) @@ -2880,9 +2997,6 @@ (defun |setTransformationMode| (object &rest arguments) (%qinvoke-method object nil "setTransformationMode" arguments)) -(defun |setTransformations| (object &rest arguments) - (%qinvoke-method object (%auto-cast object) "setTransformations" arguments)) - (defun |setTransform| (object &rest arguments) (%qinvoke-method object (%auto-cast object) "setTransform" arguments)) @@ -2925,6 +3039,93 @@ (defun |setUniformRowHeights| (object &rest arguments) (%qinvoke-method object nil "setUniformRowHeights" arguments)) +(defun |setUniformValue(const char*,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLfloat)" arguments)) + +(defun |setUniformValue(const char*,GLint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLint)" arguments)) + +(defun |setUniformValue(const char*,GLuint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,GLuint)" arguments)) + +(defun |setUniformValue(const char*,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QColor)" arguments)) + +(defun |setUniformValue(const char*,QMatrix4x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QMatrix4x4)" arguments)) + +(defun |setUniformValue(const char*,QPoint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QPoint)" arguments)) + +(defun |setUniformValue(const char*,QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QPointF)" arguments)) + +(defun |setUniformValue(const char*,QSize)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QSize)" arguments)) + +(defun |setUniformValue(const char*,QSizeF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QSizeF)" arguments)) + +(defun |setUniformValue(const char*,QTransform)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QTransform)" arguments)) + +(defun |setUniformValue(const char*,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector2D)" arguments)) + +(defun |setUniformValue(const char*,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector3D)" arguments)) + +(defun |setUniformValue(const char*,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*,QVector4D)" arguments)) + +(defun |setUniformValue(const char*...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(const char*...)" arguments)) + +(defun |setUniformValue(int,GLfloat)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLfloat)" arguments)) + +(defun |setUniformValue(int,GLint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLint)" arguments)) + +(defun |setUniformValue(int,GLuint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,GLuint)" arguments)) + +(defun |setUniformValue(int,QColor)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QColor)" arguments)) + +(defun |setUniformValue(int,QMatrix4x4)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QMatrix4x4)" arguments)) + +(defun |setUniformValue(int,QPoint)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QPoint)" arguments)) + +(defun |setUniformValue(int,QPointF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QPointF)" arguments)) + +(defun |setUniformValue(int,QSize)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QSize)" arguments)) + +(defun |setUniformValue(int,QSizeF)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QSizeF)" arguments)) + +(defun |setUniformValue(int,QTransform)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QTransform)" arguments)) + +(defun |setUniformValue(int,QVector2D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector2D)" arguments)) + +(defun |setUniformValue(int,QVector3D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector3D)" arguments)) + +(defun |setUniformValue(int,QVector4D)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int,QVector4D)" arguments)) + +(defun |setUniformValue(int...)| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue(int...)" arguments)) + +(defun |setUniformValue| (object &rest arguments) + (%qinvoke-method object nil "setUniformValue" arguments)) + (defun |setUpdateBehavior| (object &rest arguments) (%qinvoke-method object nil "setUpdateBehavior" arguments)) @@ -3222,12 +3423,18 @@ (defun |setupViewport| (object &rest arguments) (%qinvoke-method object nil "setupViewport" arguments)) +(defun |shaderDestroyed| (object &rest arguments) + (%qinvoke-method object nil "shaderDestroyed" arguments)) + (defun |shaderId| (object &rest arguments) (%qinvoke-method object nil "shaderId" arguments)) (defun |shaderType| (object &rest arguments) (%qinvoke-method object nil "shaderType" arguments)) +(defun |shaders| (object &rest arguments) + (%qinvoke-method object nil "shaders" arguments)) + (defun |shadow| (object &rest arguments) (%qinvoke-method object nil "shadow" arguments)) @@ -3392,210 +3599,3 @@ (defun |sizeHint| (object &rest arguments) (%qinvoke-method object nil "sizeHint" arguments)) - -(defun |sizeIncrement| (object &rest arguments) - (%qinvoke-method object nil "sizeIncrement" arguments)) - -(defun |sizePolicy| (object &rest arguments) - (%qinvoke-method object nil "sizePolicy" arguments)) - -(defun |sizes| (object &rest arguments) - (%qinvoke-method object nil "sizes" arguments)) - -(defun |size| (object &rest arguments) - (%qinvoke-method object nil "size" arguments)) - -(defun |slerp.QQuaternion| (&rest arguments) - (%qinvoke-method "QQuaternion" nil "slerp" arguments)) - -(defun |sliderMoved| (object &rest arguments) - (%qinvoke-method object nil "sliderMoved" arguments)) - -(defun |sliderPositionFromValue.QStyle| (&rest arguments) - (%qinvoke-method "QStyle" nil "sliderPositionFromValue" arguments)) - -(defun |sliderPosition| (object &rest arguments) - (%qinvoke-method object nil "sliderPosition" arguments)) - -(defun |sliderPressed| (object &rest arguments) - (%qinvoke-method object nil "sliderPressed" arguments)) - -(defun |sliderReleased| (object &rest arguments) - (%qinvoke-method object nil "sliderReleased" arguments)) - -(defun |sliderValueFromPosition.QStyle| (&rest arguments) - (%qinvoke-method "QStyle" nil "sliderValueFromPosition" arguments)) - -(defun |slopeAtPercent| (object &rest arguments) - (%qinvoke-method object nil "slopeAtPercent" arguments)) - -(defun |smallDecimalPoint| (object &rest arguments) - (%qinvoke-method object nil "smallDecimalPoint" arguments)) - -(defun |smoothScaled| (object &rest arguments) - (%qinvoke-method object nil "smoothScaled" arguments)) - -(defun |smoothSizes| (object &rest arguments) - (%qinvoke-method object nil "smoothSizes" arguments)) - -(defun |socketOptions| (object &rest arguments) - (%qinvoke-method object nil "socketOptions" arguments)) - -(defun |socketOption| (object &rest arguments) - (%qinvoke-method object nil "socketOption" arguments)) - -(defun |socketType| (object &rest arguments) - (%qinvoke-method object nil "socketType" arguments)) - -(defun |sortByColumn| (object &rest arguments) - (%qinvoke-method object nil "sortByColumn" arguments)) - -(defun |sortCaseSensitivity| (object &rest arguments) - (%qinvoke-method object nil "sortCaseSensitivity" arguments)) - -(defun |sortChildren| (object &rest arguments) - (%qinvoke-method object nil "sortChildren" arguments)) - -(defun |sortColumn| (object &rest arguments) - (%qinvoke-method object nil "sortColumn" arguments)) - -(defun |sortIndicatorChanged| (object &rest arguments) - (%qinvoke-method object nil "sortIndicatorChanged" arguments)) - -(defun |sortIndicatorOrder| (object &rest arguments) - (%qinvoke-method object nil "sortIndicatorOrder" arguments)) - -(defun |sortIndicatorSection| (object &rest arguments) - (%qinvoke-method object nil "sortIndicatorSection" arguments)) - -(defun |sortItems| (object &rest arguments) - (%qinvoke-method object nil "sortItems" arguments)) - -(defun |sortOrder| (object &rest arguments) - (%qinvoke-method object nil "sortOrder" arguments)) - -(defun |sortRole| (object &rest arguments) - (%qinvoke-method object nil "sortRole" arguments)) - -(defun |sorting| (object &rest arguments) - (%qinvoke-method object nil "sorting" arguments)) - -(defun |sort| (object &rest arguments) - (%qinvoke-method object nil "sort" arguments)) - -(defun |sourceBoundingRect| (object &rest arguments) - (%qinvoke-method object nil "sourceBoundingRect" arguments)) - -(defun |sourceChanged| (object &rest arguments) - (%qinvoke-method object nil "sourceChanged" arguments)) - -(defun |sourceCode| (object &rest arguments) - (%qinvoke-method object nil "sourceCode" arguments)) - -(defun |sourceIsPixmap| (object &rest arguments) - (%qinvoke-method object nil "sourceIsPixmap" arguments)) - -(defun |sourceModelChanged| (object &rest arguments) - (%qinvoke-method object nil "sourceModelChanged" arguments)) - -(defun |sourceModel| (object &rest arguments) - (%qinvoke-method object nil "sourceModel" arguments)) - -(defun |sourceState| (object &rest arguments) - (%qinvoke-method object nil "sourceState" arguments)) - -(defun |source| (object &rest arguments) - (%qinvoke-method object nil "source" arguments)) - -(defun |spacerItem| (object &rest arguments) - (%qinvoke-method object nil "spacerItem" arguments)) - -(defun |spacing| (object &rest arguments) - (%qinvoke-method object nil "spacing" arguments)) - -(defun |spanAngle| (object &rest arguments) - (%qinvoke-method object nil "spanAngle" arguments)) - -(defun |span| (object &rest arguments) - (%qinvoke-method object nil "span" arguments)) - -(defun |specialValueText| (object &rest arguments) - (%qinvoke-method object nil "specialValueText" arguments)) - -(defun |spec| (object &rest arguments) - (%qinvoke-method object nil "spec" arguments)) - -(defun |speed| (object &rest arguments) - (%qinvoke-method object nil "speed" arguments)) - -(defun |splitCell| (object &rest arguments) - (%qinvoke-method object nil "splitCell" arguments)) - -(defun |splitDockWidget| (object &rest arguments) - (%qinvoke-method object nil "splitDockWidget" arguments)) - -(defun |splitPath| (object &rest arguments) - (%qinvoke-method object nil "splitPath" arguments)) - -(defun |splitterMoved| (object &rest arguments) - (%qinvoke-method object nil "splitterMoved" arguments)) - -(defun |splitter| (object &rest arguments) - (%qinvoke-method object nil "splitter" arguments)) - -(defun |spontaneous| (object &rest arguments) - (%qinvoke-method object nil "spontaneous" arguments)) - -(defun |spread| (object &rest arguments) - (%qinvoke-method object nil "spread" arguments)) - -(defun |sqlStatement| (object &rest arguments) - (%qinvoke-method object nil "sqlStatement" arguments)) - -(defun |squareToQuad.QTransform| (&rest arguments) - (%qinvoke-method "QTransform" nil "squareToQuad" arguments)) - -(defun |sslConfiguration| (object &rest arguments) - (%qinvoke-method object nil "sslConfiguration" arguments)) - -(defun |sslErrors| (object &rest arguments) - (%qinvoke-method object nil "sslErrors" arguments)) - -(defun |stackBefore| (object &rest arguments) - (%qinvoke-method object (%auto-cast object) "stackBefore" arguments)) - -(defun |stackUnder| (object &rest arguments) - (%qinvoke-method object nil "stackUnder" arguments)) - -(defun |stackingMode| (object &rest arguments) - (%qinvoke-method object nil "stackingMode" arguments)) - -(defun |stacks| (object &rest arguments) - (%qinvoke-method object nil "stacks" arguments)) - -(defun |stack| (object &rest arguments) - (%qinvoke-method object nil "stack" arguments)) - -(defun |standaloneDayName| (object &rest arguments) - (%qinvoke-method object nil "standaloneDayName" arguments)) - -(defun |standaloneMonthName| (object &rest arguments) - (%qinvoke-method object nil "standaloneMonthName" arguments)) - -(defun |standardButtons| (object &rest arguments) - (%qinvoke-method object nil "standardButtons" arguments)) - -(defun |standardButton| (object &rest arguments) - (%qinvoke-method object nil "standardButton" arguments)) - -(defun |standardColor.QColorDialog| (&rest arguments) - (%qinvoke-method "QColorDialog" nil "standardColor" arguments)) - -(defun |standardLocations.QStandardPaths| (&rest arguments) - (%qinvoke-method "QStandardPaths" nil "standardLocations" arguments)) - -(defun |standardPalette| (object &rest arguments) - (%qinvoke-method object nil "standardPalette" arguments)) - -(defun |standardPixmap| (object &rest arguments) - (%qinvoke-method object nil "standardPixmap" arguments))