Skip to content

Commit

Permalink
updated wrappers to contain QSocketNotifier and recent generator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianlink committed Feb 12, 2018
1 parent 624c1d7 commit 5187654
Show file tree
Hide file tree
Showing 82 changed files with 19,695 additions and 19,875 deletions.
269 changes: 137 additions & 132 deletions generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core0.cpp

Large diffs are not rendered by default.

90 changes: 46 additions & 44 deletions generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core0.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ class PythonQtShell_QAbstractAnimation : public QAbstractAnimation

~PythonQtShell_QAbstractAnimation();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual int duration() const;
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void timerEvent(QTimerEvent* arg__1);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void timerEvent(QTimerEvent* event);
virtual void updateCurrentTime(int currentTime);
virtual void updateDirection(QAbstractAnimation::Direction direction);
virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
Expand Down Expand Up @@ -126,13 +126,13 @@ class PythonQtShell_QAbstractItemModel : public QAbstractItemModel
virtual QModelIndex buddy(const QModelIndex& index) const;
virtual bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const;
virtual bool canFetchMore(const QModelIndex& parent) const;
virtual void childEvent(QChildEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual int columnCount(const QModelIndex& parent = QModelIndex()) const;
virtual void customEvent(QEvent* arg__1);
virtual void customEvent(QEvent* event);
virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void fetchMore(const QModelIndex& parent);
virtual Qt::ItemFlags flags(const QModelIndex& index) const;
virtual bool hasChildren(const QModelIndex& parent = QModelIndex()) const;
Expand Down Expand Up @@ -161,7 +161,7 @@ virtual QSize span(const QModelIndex& index) const;
virtual bool submit();
virtual Qt::DropActions supportedDragActions() const;
virtual Qt::DropActions supportedDropActions() const;
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -344,12 +344,12 @@ class PythonQtShell_QAbstractListModel : public QAbstractListModel
virtual QModelIndex buddy(const QModelIndex& index) const;
virtual bool canDropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) const;
virtual bool canFetchMore(const QModelIndex& parent) const;
virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const;
virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void fetchMore(const QModelIndex& parent);
virtual Qt::ItemFlags flags(const QModelIndex& index) const;
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
Expand All @@ -376,7 +376,7 @@ virtual QSize span(const QModelIndex& index) const;
virtual bool submit();
virtual Qt::DropActions supportedDragActions() const;
virtual Qt::DropActions supportedDropActions() const;
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -414,13 +414,13 @@ class PythonQtShell_QAbstractState : public QAbstractState

~PythonQtShell_QAbstractState();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* e);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void onEntry(QEvent* event);
virtual void onExit(QEvent* event);
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -464,13 +464,13 @@ class PythonQtShell_QAbstractTransition : public QAbstractTransition

~PythonQtShell_QAbstractTransition();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* e);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual bool eventTest(QEvent* event);
virtual void onTransition(QEvent* event);
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -522,12 +522,12 @@ class PythonQtShell_QAnimationGroup : public QAnimationGroup

~PythonQtShell_QAnimationGroup();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual int duration() const;
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void timerEvent(QTimerEvent* arg__1);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void timerEvent(QTimerEvent* event);
virtual void updateCurrentTime(int currentTime);
virtual void updateDirection(QAbstractAnimation::Direction direction);
virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
Expand Down Expand Up @@ -637,11 +637,11 @@ virtual bool atEnd() const;
virtual qint64 bytesAvailable() const;
virtual qint64 bytesToWrite() const;
virtual bool canReadLine() const;
virtual void childEvent(QChildEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void close();
virtual void customEvent(QEvent* arg__1);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual bool isSequential() const;
virtual bool open(QIODevice::OpenMode openMode);
virtual qint64 pos() const;
Expand All @@ -650,7 +650,7 @@ virtual qint64 readLineData(char* data, qint64 maxlen);
virtual bool reset();
virtual bool seek(qint64 off);
virtual qint64 size() const;
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);
virtual bool waitForBytesWritten(int msecs);
virtual bool waitForReadyRead(int msecs);
virtual qint64 writeData(const char* data, qint64 len);
Expand Down Expand Up @@ -889,6 +889,7 @@ void delete_QCoreApplication(QCoreApplication* obj) { delete obj; }
QString static_QCoreApplication_applicationName();
qint64 static_QCoreApplication_applicationPid();
QString static_QCoreApplication_applicationVersion();
QStringList static_QCoreApplication_arguments();
bool static_QCoreApplication_closingDown();
bool py_q_event(QCoreApplication* theWrappedObject, QEvent* arg__1){ return (((PythonQtPublicPromoter_QCoreApplication*)theWrappedObject)->py_q_event(arg__1));}
QAbstractEventDispatcher* static_QCoreApplication_eventDispatcher();
Expand Down Expand Up @@ -1238,6 +1239,7 @@ void delete_QElapsedTimer(QElapsedTimer* obj) { delete obj; }
qint64 restart(QElapsedTimer* theWrappedObject);
qint64 secsTo(QElapsedTimer* theWrappedObject, const QElapsedTimer& other) const;
void start(QElapsedTimer* theWrappedObject);
bool __nonzero__(QElapsedTimer* obj) { return obj->isValid(); }
};


Expand Down Expand Up @@ -1288,11 +1290,11 @@ class PythonQtShell_QEventLoop : public QEventLoop

~PythonQtShell_QEventLoop();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void timerEvent(QTimerEvent* arg__1);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -1336,13 +1338,13 @@ class PythonQtShell_QEventTransition : public QEventTransition

~PythonQtShell_QEventTransition();

virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* e);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual bool eventTest(QEvent* event);
virtual void onTransition(QEvent* event);
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);

const QMetaObject* metaObject() const;
int qt_metacall(QMetaObject::Call call, int id, void** args);
Expand Down Expand Up @@ -1424,11 +1426,11 @@ virtual bool atEnd() const;
virtual qint64 bytesAvailable() const;
virtual qint64 bytesToWrite() const;
virtual bool canReadLine() const;
virtual void childEvent(QChildEvent* arg__1);
virtual void childEvent(QChildEvent* event);
virtual void close();
virtual void customEvent(QEvent* arg__1);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void customEvent(QEvent* event);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* watched, QEvent* event);
virtual QString fileName() const;
virtual bool isSequential() const;
virtual bool open(QIODevice::OpenMode flags);
Expand All @@ -1441,7 +1443,7 @@ virtual bool resize(qint64 sz);
virtual bool seek(qint64 offset);
virtual bool setPermissions(QFileDevice::Permissions permissionSpec);
virtual qint64 size() const;
virtual void timerEvent(QTimerEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);
virtual bool waitForBytesWritten(int msecs);
virtual bool waitForReadyRead(int msecs);
virtual qint64 writeData(const char* data, qint64 len);
Expand Down
Loading

0 comments on commit 5187654

Please sign in to comment.