@@ -54,12 +54,12 @@ class PythonQtShell_QAbstractAnimation : public QAbstractAnimation
5454
5555 ~PythonQtShell_QAbstractAnimation ();
5656
57- virtual void childEvent (QChildEvent* arg__1 );
58- virtual void customEvent (QEvent* arg__1 );
57+ virtual void childEvent (QChildEvent* event );
58+ virtual void customEvent (QEvent* event );
5959virtual int duration () const ;
6060virtual bool event (QEvent* event);
61- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
62- virtual void timerEvent (QTimerEvent* arg__1 );
61+ virtual bool eventFilter (QObject* watched , QEvent* event );
62+ virtual void timerEvent (QTimerEvent* event );
6363virtual void updateCurrentTime (int currentTime);
6464virtual void updateDirection (QAbstractAnimation::Direction direction);
6565virtual void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
@@ -126,13 +126,13 @@ class PythonQtShell_QAbstractItemModel : public QAbstractItemModel
126126virtual QModelIndex buddy (const QModelIndex& index) const ;
127127virtual bool canDropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const ;
128128virtual bool canFetchMore (const QModelIndex& parent) const ;
129- virtual void childEvent (QChildEvent* arg__1 );
129+ virtual void childEvent (QChildEvent* event );
130130virtual int columnCount (const QModelIndex& parent = QModelIndex()) const ;
131- virtual void customEvent (QEvent* arg__1 );
131+ virtual void customEvent (QEvent* event );
132132virtual QVariant data (const QModelIndex& index, int role = Qt::DisplayRole) const ;
133133virtual bool dropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
134- virtual bool event (QEvent* arg__1 );
135- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
134+ virtual bool event (QEvent* event );
135+ virtual bool eventFilter (QObject* watched , QEvent* event );
136136virtual void fetchMore (const QModelIndex& parent);
137137virtual Qt::ItemFlags flags (const QModelIndex& index) const ;
138138virtual bool hasChildren (const QModelIndex& parent = QModelIndex()) const ;
@@ -161,7 +161,7 @@ virtual QSize span(const QModelIndex& index) const;
161161virtual bool submit ();
162162virtual Qt::DropActions supportedDragActions () const ;
163163virtual Qt::DropActions supportedDropActions () const ;
164- virtual void timerEvent (QTimerEvent* arg__1 );
164+ virtual void timerEvent (QTimerEvent* event );
165165
166166 const QMetaObject* metaObject () const ;
167167 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -344,12 +344,12 @@ class PythonQtShell_QAbstractListModel : public QAbstractListModel
344344virtual QModelIndex buddy (const QModelIndex& index) const ;
345345virtual bool canDropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const ;
346346virtual bool canFetchMore (const QModelIndex& parent) const ;
347- virtual void childEvent (QChildEvent* arg__1 );
348- virtual void customEvent (QEvent* arg__1 );
347+ virtual void childEvent (QChildEvent* event );
348+ virtual void customEvent (QEvent* event );
349349virtual QVariant data (const QModelIndex& index, int role = Qt::DisplayRole) const ;
350350virtual bool dropMimeData (const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
351- virtual bool event (QEvent* arg__1 );
352- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
351+ virtual bool event (QEvent* event );
352+ virtual bool eventFilter (QObject* watched , QEvent* event );
353353virtual void fetchMore (const QModelIndex& parent);
354354virtual Qt::ItemFlags flags (const QModelIndex& index) const ;
355355virtual QVariant headerData (int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const ;
@@ -376,7 +376,7 @@ virtual QSize span(const QModelIndex& index) const;
376376virtual bool submit ();
377377virtual Qt::DropActions supportedDragActions () const ;
378378virtual Qt::DropActions supportedDropActions () const ;
379- virtual void timerEvent (QTimerEvent* arg__1 );
379+ virtual void timerEvent (QTimerEvent* event );
380380
381381 const QMetaObject* metaObject () const ;
382382 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -414,13 +414,13 @@ class PythonQtShell_QAbstractState : public QAbstractState
414414
415415 ~PythonQtShell_QAbstractState ();
416416
417- virtual void childEvent (QChildEvent* arg__1 );
418- virtual void customEvent (QEvent* arg__1 );
417+ virtual void childEvent (QChildEvent* event );
418+ virtual void customEvent (QEvent* event );
419419virtual bool event (QEvent* e);
420- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
420+ virtual bool eventFilter (QObject* watched , QEvent* event );
421421virtual void onEntry (QEvent* event);
422422virtual void onExit (QEvent* event);
423- virtual void timerEvent (QTimerEvent* arg__1 );
423+ virtual void timerEvent (QTimerEvent* event );
424424
425425 const QMetaObject* metaObject () const ;
426426 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -464,13 +464,13 @@ class PythonQtShell_QAbstractTransition : public QAbstractTransition
464464
465465 ~PythonQtShell_QAbstractTransition ();
466466
467- virtual void childEvent (QChildEvent* arg__1 );
468- virtual void customEvent (QEvent* arg__1 );
467+ virtual void childEvent (QChildEvent* event );
468+ virtual void customEvent (QEvent* event );
469469virtual bool event (QEvent* e);
470- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
470+ virtual bool eventFilter (QObject* watched , QEvent* event );
471471virtual bool eventTest (QEvent* event);
472472virtual void onTransition (QEvent* event);
473- virtual void timerEvent (QTimerEvent* arg__1 );
473+ virtual void timerEvent (QTimerEvent* event );
474474
475475 const QMetaObject* metaObject () const ;
476476 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -522,12 +522,12 @@ class PythonQtShell_QAnimationGroup : public QAnimationGroup
522522
523523 ~PythonQtShell_QAnimationGroup ();
524524
525- virtual void childEvent (QChildEvent* arg__1 );
526- virtual void customEvent (QEvent* arg__1 );
525+ virtual void childEvent (QChildEvent* event );
526+ virtual void customEvent (QEvent* event );
527527virtual int duration () const ;
528528virtual bool event (QEvent* event);
529- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
530- virtual void timerEvent (QTimerEvent* arg__1 );
529+ virtual bool eventFilter (QObject* watched , QEvent* event );
530+ virtual void timerEvent (QTimerEvent* event );
531531virtual void updateCurrentTime (int currentTime);
532532virtual void updateDirection (QAbstractAnimation::Direction direction);
533533virtual void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
@@ -637,11 +637,11 @@ virtual bool atEnd() const;
637637virtual qint64 bytesAvailable () const ;
638638virtual qint64 bytesToWrite () const ;
639639virtual bool canReadLine () const ;
640- virtual void childEvent (QChildEvent* arg__1 );
640+ virtual void childEvent (QChildEvent* event );
641641virtual void close ();
642- virtual void customEvent (QEvent* arg__1 );
643- virtual bool event (QEvent* arg__1 );
644- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
642+ virtual void customEvent (QEvent* event );
643+ virtual bool event (QEvent* event );
644+ virtual bool eventFilter (QObject* watched , QEvent* event );
645645virtual bool isSequential () const ;
646646virtual bool open (QIODevice::OpenMode openMode);
647647virtual qint64 pos () const ;
@@ -650,7 +650,7 @@ virtual qint64 readLineData(char* data, qint64 maxlen);
650650virtual bool reset ();
651651virtual bool seek (qint64 off);
652652virtual qint64 size () const ;
653- virtual void timerEvent (QTimerEvent* arg__1 );
653+ virtual void timerEvent (QTimerEvent* event );
654654virtual bool waitForBytesWritten (int msecs);
655655virtual bool waitForReadyRead (int msecs);
656656virtual qint64 writeData (const char * data, qint64 len);
@@ -889,6 +889,7 @@ void delete_QCoreApplication(QCoreApplication* obj) { delete obj; }
889889 QString static_QCoreApplication_applicationName ();
890890 qint64 static_QCoreApplication_applicationPid ();
891891 QString static_QCoreApplication_applicationVersion ();
892+ QStringList static_QCoreApplication_arguments ();
892893 bool static_QCoreApplication_closingDown ();
893894 bool py_q_event (QCoreApplication* theWrappedObject, QEvent* arg__1){ return (((PythonQtPublicPromoter_QCoreApplication*)theWrappedObject)->py_q_event (arg__1));}
894895 QAbstractEventDispatcher* static_QCoreApplication_eventDispatcher ();
@@ -1238,6 +1239,7 @@ void delete_QElapsedTimer(QElapsedTimer* obj) { delete obj; }
12381239 qint64 restart (QElapsedTimer* theWrappedObject);
12391240 qint64 secsTo (QElapsedTimer* theWrappedObject, const QElapsedTimer& other) const ;
12401241 void start (QElapsedTimer* theWrappedObject);
1242+ bool __nonzero__ (QElapsedTimer* obj) { return obj->isValid (); }
12411243};
12421244
12431245
@@ -1288,11 +1290,11 @@ class PythonQtShell_QEventLoop : public QEventLoop
12881290
12891291 ~PythonQtShell_QEventLoop ();
12901292
1291- virtual void childEvent (QChildEvent* arg__1 );
1292- virtual void customEvent (QEvent* arg__1 );
1293+ virtual void childEvent (QChildEvent* event );
1294+ virtual void customEvent (QEvent* event );
12931295virtual bool event (QEvent* event);
1294- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
1295- virtual void timerEvent (QTimerEvent* arg__1 );
1296+ virtual bool eventFilter (QObject* watched , QEvent* event );
1297+ virtual void timerEvent (QTimerEvent* event );
12961298
12971299 const QMetaObject* metaObject () const ;
12981300 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -1336,13 +1338,13 @@ class PythonQtShell_QEventTransition : public QEventTransition
13361338
13371339 ~PythonQtShell_QEventTransition ();
13381340
1339- virtual void childEvent (QChildEvent* arg__1 );
1340- virtual void customEvent (QEvent* arg__1 );
1341+ virtual void childEvent (QChildEvent* event );
1342+ virtual void customEvent (QEvent* event );
13411343virtual bool event (QEvent* e);
1342- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
1344+ virtual bool eventFilter (QObject* watched , QEvent* event );
13431345virtual bool eventTest (QEvent* event);
13441346virtual void onTransition (QEvent* event);
1345- virtual void timerEvent (QTimerEvent* arg__1 );
1347+ virtual void timerEvent (QTimerEvent* event );
13461348
13471349 const QMetaObject* metaObject () const ;
13481350 int qt_metacall (QMetaObject::Call call, int id, void ** args);
@@ -1424,11 +1426,11 @@ virtual bool atEnd() const;
14241426virtual qint64 bytesAvailable () const ;
14251427virtual qint64 bytesToWrite () const ;
14261428virtual bool canReadLine () const ;
1427- virtual void childEvent (QChildEvent* arg__1 );
1429+ virtual void childEvent (QChildEvent* event );
14281430virtual void close ();
1429- virtual void customEvent (QEvent* arg__1 );
1430- virtual bool event (QEvent* arg__1 );
1431- virtual bool eventFilter (QObject* arg__1 , QEvent* arg__2 );
1431+ virtual void customEvent (QEvent* event );
1432+ virtual bool event (QEvent* event );
1433+ virtual bool eventFilter (QObject* watched , QEvent* event );
14321434virtual QString fileName () const ;
14331435virtual bool isSequential () const ;
14341436virtual bool open (QIODevice::OpenMode flags);
@@ -1441,7 +1443,7 @@ virtual bool resize(qint64 sz);
14411443virtual bool seek (qint64 offset);
14421444virtual bool setPermissions (QFileDevice::Permissions permissionSpec);
14431445virtual qint64 size () const ;
1444- virtual void timerEvent (QTimerEvent* arg__1 );
1446+ virtual void timerEvent (QTimerEvent* event );
14451447virtual bool waitForBytesWritten (int msecs);
14461448virtual bool waitForReadyRead (int msecs);
14471449virtual qint64 writeData (const char * data, qint64 len);
0 commit comments