@@ -66,7 +66,7 @@ void delete_QModelIndex(QModelIndex* obj) { delete obj; }
66
66
QModelIndex sibling (QModelIndex* theWrappedObject, int row, int column) const ;
67
67
int column (QModelIndex* theWrappedObject) const ;
68
68
int row (QModelIndex* theWrappedObject) const ;
69
- QString toString (QModelIndex*);
69
+ QString py_toString (QModelIndex*);
70
70
};
71
71
72
72
@@ -134,18 +134,17 @@ void delete_QObject(QObject* obj) { delete obj; }
134
134
void killTimer (QObject* theWrappedObject, int id);
135
135
void setObjectName (QObject* theWrappedObject, const QString& name);
136
136
QThread* thread (QObject* theWrappedObject) const ;
137
- void setParent (QObject* theWrappedObject, QObject* arg__1);
138
137
bool signalsBlocked (QObject* theWrappedObject) const ;
138
+ void setParent (QObject* theWrappedObject, QObject* arg__1);
139
139
void customEvent (QObject* theWrappedObject, QEvent* arg__1);
140
140
int startTimer (QObject* theWrappedObject, int interval);
141
141
bool blockSignals (QObject* theWrappedObject, bool b);
142
142
QVariant property (QObject* theWrappedObject, const char * name) const ;
143
143
bool event (QObject* theWrappedObject, QEvent* arg__1);
144
144
bool eventFilter (QObject* theWrappedObject, QObject* arg__1, QEvent* arg__2);
145
145
QList<QByteArray > dynamicPropertyNames (QObject* theWrappedObject) const ;
146
- QString objectName (QObject* theWrappedObject) const ;
147
146
void childEvent (QObject* theWrappedObject, QChildEvent* arg__1);
148
- QString toString (QObject*) ;
147
+ QString objectName (QObject* theWrappedObject) const ;
149
148
};
150
149
151
150
@@ -162,8 +161,8 @@ virtual void updateCurrentTime(int currentTime);
162
161
virtual bool event (QEvent* event);
163
162
virtual void updateDirection (QAbstractAnimation::Direction direction);
164
163
virtual void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
165
- virtual void timerEvent (QTimerEvent* arg__1);
166
164
virtual void childEvent (QChildEvent* arg__1);
165
+ virtual void timerEvent (QTimerEvent* arg__1);
167
166
virtual void customEvent (QEvent* arg__1);
168
167
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
169
168
@@ -207,8 +206,8 @@ virtual void updateCurrentTime(int arg__1);
207
206
virtual bool event (QEvent* e);
208
207
virtual void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
209
208
virtual void updateDirection (QAbstractAnimation::Direction direction);
210
- virtual void timerEvent (QTimerEvent* arg__1);
211
209
virtual void childEvent (QChildEvent* arg__1);
210
+ virtual void timerEvent (QTimerEvent* arg__1);
212
211
virtual void customEvent (QEvent* arg__1);
213
212
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
214
213
@@ -255,16 +254,16 @@ virtual bool waitForBytesWritten(int msecs = 30000);
255
254
virtual qint64 readData (char * data, qint64 maxlen);
256
255
virtual qint64 writeData (const char * data, qint64 len);
257
256
virtual qint64 bytesToWrite () const ;
257
+ virtual qint64 pos () const ;
258
+ virtual qint64 size () const ;
258
259
virtual bool reset ();
259
260
virtual bool open (QIODevice::OpenMode mode);
260
261
virtual bool seek (qint64 pos);
261
262
virtual qint64 readLineData (char * data, qint64 maxlen);
262
- virtual qint64 size () const ;
263
- virtual qint64 pos () const ;
264
- virtual void timerEvent (QTimerEvent* arg__1);
265
263
virtual void childEvent (QChildEvent* arg__1);
266
- virtual bool event (QEvent * arg__1);
264
+ virtual void timerEvent (QTimerEvent * arg__1);
267
265
virtual void customEvent (QEvent* arg__1);
266
+ virtual bool event (QEvent* arg__1);
268
267
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
269
268
270
269
PythonQtInstanceWrapper* _wrapper;
@@ -364,8 +363,8 @@ void delete_QProcessEnvironment(QProcessEnvironment* obj) { delete obj; }
364
363
QProcessEnvironment static_QProcessEnvironment_systemEnvironment ();
365
364
void clear (QProcessEnvironment* theWrappedObject);
366
365
void insert (QProcessEnvironment* theWrappedObject, const QString& name, const QString& value);
367
- bool operator_equal (QProcessEnvironment* theWrappedObject, const QProcessEnvironment& other) const ;
368
366
bool contains (QProcessEnvironment* theWrappedObject, const QString& name) const ;
367
+ bool operator_equal (QProcessEnvironment* theWrappedObject, const QProcessEnvironment& other) const ;
369
368
QString value (QProcessEnvironment* theWrappedObject, const QString& name, const QString& defaultValue = QString()) const ;
370
369
bool isEmpty (QProcessEnvironment* theWrappedObject) const ;
371
370
};
@@ -388,8 +387,8 @@ virtual QVariant interpolated(const QVariant& from, const QVariant& to, qreal
388
387
virtual void updateCurrentTime (int arg__1);
389
388
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
390
389
virtual void updateDirection (QAbstractAnimation::Direction direction);
391
- virtual void timerEvent (QTimerEvent* arg__1);
392
390
virtual void childEvent (QChildEvent* arg__1);
391
+ virtual void timerEvent (QTimerEvent* arg__1);
393
392
virtual void customEvent (QEvent* arg__1);
394
393
395
394
PythonQtInstanceWrapper* _wrapper;
@@ -491,13 +490,13 @@ class PythonQtShell_QSequentialAnimationGroup : public QSequentialAnimationGroup
491
490
public:
492
491
PythonQtShell_QSequentialAnimationGroup (QObject* parent = 0 ):QSequentialAnimationGroup(parent),_wrapper(NULL ) {};
493
492
494
- virtual void updateCurrentTime (int arg__1);
495
493
virtual int duration () const ;
494
+ virtual void updateCurrentTime (int arg__1);
496
495
virtual void updateDirection (QAbstractAnimation::Direction direction);
497
496
virtual bool event (QEvent* event);
498
497
virtual void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
499
- virtual void timerEvent (QTimerEvent* arg__1);
500
498
virtual void childEvent (QChildEvent* arg__1);
499
+ virtual void timerEvent (QTimerEvent* arg__1);
501
500
virtual void customEvent (QEvent* arg__1);
502
501
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
503
502
@@ -506,8 +505,8 @@ virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
506
505
507
506
class PythonQtPublicPromoter_QSequentialAnimationGroup : public QSequentialAnimationGroup
508
507
{ public:
509
- inline void promoted_updateCurrentTime (int arg__1) { QSequentialAnimationGroup::updateCurrentTime (arg__1); }
510
508
inline int promoted_duration () const { return QSequentialAnimationGroup::duration (); }
509
+ inline void promoted_updateCurrentTime (int arg__1) { QSequentialAnimationGroup::updateCurrentTime (arg__1); }
511
510
inline void promoted_updateDirection (QAbstractAnimation::Direction direction) { QSequentialAnimationGroup::updateDirection (direction); }
512
511
inline bool promoted_event (QEvent* event) { return QSequentialAnimationGroup::event (event); }
513
512
inline void promoted_updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) { QSequentialAnimationGroup::updateState (newState, oldState); }
@@ -519,9 +518,9 @@ class PythonQtWrapper_QSequentialAnimationGroup : public QObject
519
518
public slots:
520
519
QSequentialAnimationGroup* new_QSequentialAnimationGroup (QObject* parent = 0 );
521
520
void delete_QSequentialAnimationGroup (QSequentialAnimationGroup* obj) { delete obj; }
522
- void updateCurrentTime (QSequentialAnimationGroup* theWrappedObject, int arg__1);
523
521
QAbstractAnimation* currentAnimation (QSequentialAnimationGroup* theWrappedObject) const ;
524
522
int duration (QSequentialAnimationGroup* theWrappedObject) const ;
523
+ void updateCurrentTime (QSequentialAnimationGroup* theWrappedObject, int arg__1);
525
524
void updateDirection (QSequentialAnimationGroup* theWrappedObject, QAbstractAnimation::Direction direction);
526
525
bool event (QSequentialAnimationGroup* theWrappedObject, QEvent* event);
527
526
QPauseAnimation* insertPause (QSequentialAnimationGroup* theWrappedObject, int index, int msecs);
@@ -543,8 +542,8 @@ class PythonQtShell_QSettings : public QSettings
543
542
PythonQtShell_QSettings (const QString& organization, const QString& application = QString(), QObject* parent = 0 ):QSettings(organization, application, parent),_wrapper(NULL ) {};
544
543
545
544
virtual bool event (QEvent* event);
546
- virtual void timerEvent (QTimerEvent* arg__1);
547
545
virtual void childEvent (QChildEvent* arg__1);
546
+ virtual void timerEvent (QTimerEvent* arg__1);
548
547
virtual void customEvent (QEvent* arg__1);
549
548
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
550
549
@@ -616,10 +615,10 @@ class PythonQtShell_QSignalMapper : public QSignalMapper
616
615
public:
617
616
PythonQtShell_QSignalMapper (QObject* parent = 0 ):QSignalMapper(parent),_wrapper(NULL ) {};
618
617
619
- virtual void timerEvent (QTimerEvent* arg__1);
620
618
virtual void childEvent (QChildEvent* arg__1);
621
- virtual bool event (QEvent * arg__1);
619
+ virtual void timerEvent (QTimerEvent * arg__1);
622
620
virtual void customEvent (QEvent* arg__1);
621
+ virtual bool event (QEvent* arg__1);
623
622
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
624
623
625
624
PythonQtInstanceWrapper* _wrapper;
@@ -653,8 +652,8 @@ class PythonQtShell_QSignalTransition : public QSignalTransition
653
652
virtual bool event (QEvent* e);
654
653
virtual void onTransition (QEvent* event);
655
654
virtual bool eventTest (QEvent* event);
656
- virtual void timerEvent (QTimerEvent* arg__1);
657
655
virtual void childEvent (QChildEvent* arg__1);
656
+ virtual void timerEvent (QTimerEvent* arg__1);
658
657
virtual void customEvent (QEvent* arg__1);
659
658
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
660
659
@@ -694,8 +693,8 @@ class PythonQtShell_QSocketNotifier : public QSocketNotifier
694
693
PythonQtShell_QSocketNotifier (int socket, QSocketNotifier::Type arg__2, QObject* parent = 0 ):QSocketNotifier(socket, arg__2, parent),_wrapper(NULL ) {};
695
694
696
695
virtual bool event (QEvent* arg__1);
697
- virtual void timerEvent (QTimerEvent* arg__1);
698
696
virtual void childEvent (QChildEvent* arg__1);
697
+ virtual void timerEvent (QTimerEvent* arg__1);
699
698
virtual void customEvent (QEvent* arg__1);
700
699
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
701
700
@@ -735,8 +734,8 @@ class PythonQtShell_QState : public QState
735
734
virtual bool event (QEvent* e);
736
735
virtual void onExit (QEvent* event);
737
736
virtual void onEntry (QEvent* event);
738
- virtual void timerEvent (QTimerEvent* arg__1);
739
737
virtual void childEvent (QChildEvent* arg__1);
738
+ virtual void timerEvent (QTimerEvent* arg__1);
740
739
virtual void customEvent (QEvent* arg__1);
741
740
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
742
741
@@ -790,9 +789,9 @@ virtual void endSelectTransitions(QEvent* event);
790
789
virtual void beginSelectTransitions (QEvent* event);
791
790
virtual bool eventFilter (QObject* watched, QEvent* event);
792
791
virtual void endMicrostep (QEvent* event);
793
- virtual void customEvent (QEvent* arg__1);
794
- virtual void timerEvent (QTimerEvent* arg__1);
795
792
virtual void childEvent (QChildEvent* arg__1);
793
+ virtual void timerEvent (QTimerEvent* arg__1);
794
+ virtual void customEvent (QEvent* arg__1);
796
795
797
796
PythonQtInstanceWrapper* _wrapper;
798
797
};
@@ -872,8 +871,8 @@ class PythonQtWrapper_QStateMachine_WrappedEvent : public QObject
872
871
public slots:
873
872
QStateMachine::WrappedEvent* new_QStateMachine_WrappedEvent (QObject* object, QEvent* event);
874
873
void delete_QStateMachine_WrappedEvent (QStateMachine::WrappedEvent* obj) { delete obj; }
875
- QEvent* event (QStateMachine::WrappedEvent* theWrappedObject) const ;
876
874
QObject* object (QStateMachine::WrappedEvent* theWrappedObject) const ;
875
+ QEvent* event (QStateMachine::WrappedEvent* theWrappedObject) const ;
877
876
};
878
877
879
878
@@ -932,25 +931,25 @@ class PythonQtShell_QTemporaryFile : public QTemporaryFile
932
931
933
932
virtual QAbstractFileEngine* fileEngine () const ;
934
933
virtual bool open (QIODevice::OpenMode flags);
934
+ virtual bool isSequential () const ;
935
+ virtual qint64 writeData (const char * data, qint64 len);
935
936
virtual qint64 size () const ;
937
+ virtual qint64 readData (char * data, qint64 maxlen);
936
938
virtual bool seek (qint64 offset);
939
+ virtual bool waitForBytesWritten (int msecs);
937
940
virtual qint64 pos () const ;
938
- virtual qint64 writeData (const char * data, qint64 len);
939
941
virtual bool atEnd () const ;
940
942
virtual void close ();
941
943
virtual qint64 readLineData (char * data, qint64 maxlen);
942
- virtual bool isSequential () const ;
943
- virtual qint64 readData ( char * data, qint64 maxlen) ;
944
+ virtual qint64 bytesToWrite () const ;
945
+ virtual qint64 bytesAvailable () const ;
944
946
virtual bool reset ();
945
947
virtual bool waitForReadyRead (int msecs);
946
948
virtual bool canReadLine () const ;
947
- virtual qint64 bytesToWrite () const ;
948
- virtual qint64 bytesAvailable () const ;
949
- virtual bool waitForBytesWritten (int msecs);
950
- virtual void timerEvent (QTimerEvent* arg__1);
951
949
virtual void childEvent (QChildEvent* arg__1);
952
- virtual bool event (QEvent * arg__1);
950
+ virtual void timerEvent (QTimerEvent * arg__1);
953
951
virtual void customEvent (QEvent* arg__1);
952
+ virtual bool event (QEvent* arg__1);
954
953
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
955
954
956
955
PythonQtInstanceWrapper* _wrapper;
@@ -1193,10 +1192,10 @@ class PythonQtShell_QThreadPool : public QThreadPool
1193
1192
public:
1194
1193
PythonQtShell_QThreadPool (QObject* parent = 0 ):QThreadPool(parent),_wrapper(NULL ) {};
1195
1194
1196
- virtual void timerEvent (QTimerEvent* arg__1);
1197
1195
virtual void childEvent (QChildEvent* arg__1);
1198
- virtual bool event (QEvent * arg__1);
1196
+ virtual void timerEvent (QTimerEvent * arg__1);
1199
1197
virtual void customEvent (QEvent* arg__1);
1198
+ virtual bool event (QEvent* arg__1);
1200
1199
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
1201
1200
1202
1201
PythonQtInstanceWrapper* _wrapper;
@@ -1233,8 +1232,8 @@ class PythonQtShell_QTimeLine : public QTimeLine
1233
1232
virtual void timerEvent (QTimerEvent* event);
1234
1233
virtual qreal valueForTime (int msec) const ;
1235
1234
virtual void childEvent (QChildEvent* arg__1);
1236
- virtual bool event (QEvent* arg__1);
1237
1235
virtual void customEvent (QEvent* arg__1);
1236
+ virtual bool event (QEvent* arg__1);
1238
1237
virtual bool eventFilter (QObject* arg__1, QEvent* arg__2);
1239
1238
1240
1239
PythonQtInstanceWrapper* _wrapper;
0 commit comments