Skip to content

Commit 5187654

Browse files
committed
updated wrappers to contain QSocketNotifier and recent generator changes
1 parent 624c1d7 commit 5187654

File tree

82 files changed

+19695
-19875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+19695
-19875
lines changed

generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core0.cpp

+137-132
Large diffs are not rendered by default.

generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core0.h

+46-44
Original file line numberDiff line numberDiff line change
@@ -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);
5959
virtual int duration() const;
6060
virtual 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);
6363
virtual void updateCurrentTime(int currentTime);
6464
virtual void updateDirection(QAbstractAnimation::Direction direction);
6565
virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
@@ -126,13 +126,13 @@ class PythonQtShell_QAbstractItemModel : public QAbstractItemModel
126126
virtual QModelIndex buddy(const QModelIndex& index) const;
127127
virtual bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const;
128128
virtual bool canFetchMore(const QModelIndex& parent) const;
129-
virtual void childEvent(QChildEvent* arg__1);
129+
virtual void childEvent(QChildEvent* event);
130130
virtual int columnCount(const QModelIndex& parent = QModelIndex()) const;
131-
virtual void customEvent(QEvent* arg__1);
131+
virtual void customEvent(QEvent* event);
132132
virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
133133
virtual 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);
136136
virtual void fetchMore(const QModelIndex& parent);
137137
virtual Qt::ItemFlags flags(const QModelIndex& index) const;
138138
virtual bool hasChildren(const QModelIndex& parent = QModelIndex()) const;
@@ -161,7 +161,7 @@ virtual QSize span(const QModelIndex& index) const;
161161
virtual bool submit();
162162
virtual Qt::DropActions supportedDragActions() const;
163163
virtual 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
344344
virtual QModelIndex buddy(const QModelIndex& index) const;
345345
virtual bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const;
346346
virtual 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);
349349
virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
350350
virtual 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);
353353
virtual void fetchMore(const QModelIndex& parent);
354354
virtual Qt::ItemFlags flags(const QModelIndex& index) const;
355355
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
@@ -376,7 +376,7 @@ virtual QSize span(const QModelIndex& index) const;
376376
virtual bool submit();
377377
virtual Qt::DropActions supportedDragActions() const;
378378
virtual 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);
419419
virtual bool event(QEvent* e);
420-
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
420+
virtual bool eventFilter(QObject* watched, QEvent* event);
421421
virtual void onEntry(QEvent* event);
422422
virtual 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);
469469
virtual bool event(QEvent* e);
470-
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
470+
virtual bool eventFilter(QObject* watched, QEvent* event);
471471
virtual bool eventTest(QEvent* event);
472472
virtual 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);
527527
virtual int duration() const;
528528
virtual 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);
531531
virtual void updateCurrentTime(int currentTime);
532532
virtual void updateDirection(QAbstractAnimation::Direction direction);
533533
virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
@@ -637,11 +637,11 @@ virtual bool atEnd() const;
637637
virtual qint64 bytesAvailable() const;
638638
virtual qint64 bytesToWrite() const;
639639
virtual bool canReadLine() const;
640-
virtual void childEvent(QChildEvent* arg__1);
640+
virtual void childEvent(QChildEvent* event);
641641
virtual 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);
645645
virtual bool isSequential() const;
646646
virtual bool open(QIODevice::OpenMode openMode);
647647
virtual qint64 pos() const;
@@ -650,7 +650,7 @@ virtual qint64 readLineData(char* data, qint64 maxlen);
650650
virtual bool reset();
651651
virtual bool seek(qint64 off);
652652
virtual qint64 size() const;
653-
virtual void timerEvent(QTimerEvent* arg__1);
653+
virtual void timerEvent(QTimerEvent* event);
654654
virtual bool waitForBytesWritten(int msecs);
655655
virtual bool waitForReadyRead(int msecs);
656656
virtual 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);
12931295
virtual 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);
13411343
virtual bool event(QEvent* e);
1342-
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
1344+
virtual bool eventFilter(QObject* watched, QEvent* event);
13431345
virtual bool eventTest(QEvent* event);
13441346
virtual 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;
14241426
virtual qint64 bytesAvailable() const;
14251427
virtual qint64 bytesToWrite() const;
14261428
virtual bool canReadLine() const;
1427-
virtual void childEvent(QChildEvent* arg__1);
1429+
virtual void childEvent(QChildEvent* event);
14281430
virtual 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);
14321434
virtual QString fileName() const;
14331435
virtual bool isSequential() const;
14341436
virtual bool open(QIODevice::OpenMode flags);
@@ -1441,7 +1443,7 @@ virtual bool resize(qint64 sz);
14411443
virtual bool seek(qint64 offset);
14421444
virtual bool setPermissions(QFileDevice::Permissions permissionSpec);
14431445
virtual qint64 size() const;
1444-
virtual void timerEvent(QTimerEvent* arg__1);
1446+
virtual void timerEvent(QTimerEvent* event);
14451447
virtual bool waitForBytesWritten(int msecs);
14461448
virtual bool waitForReadyRead(int msecs);
14471449
virtual qint64 writeData(const char* data, qint64 len);

0 commit comments

Comments
 (0)