|
@@
-1,1258
+1,1262
|
|
1
|
#include <PythonQt.h>
|
|
1
|
#include <PythonQt.h>
|
|
2
|
#include <QDate>
|
|
2
|
#include <QDate>
|
|
3
|
#include <QNoImplicitBoolCast>
|
|
3
|
#include <QNoImplicitBoolCast>
|
|
4
|
#include <QObject>
|
|
4
|
#include <QObject>
|
|
5
|
#include <QStringList>
|
|
5
|
#include <QStringList>
|
|
6
|
#include <QTextDocument>
|
|
6
|
#include <QTextDocument>
|
|
7
|
#include <QVariant>
|
|
7
|
#include <QVariant>
|
|
8
|
#include <qbitarray.h>
|
|
8
|
#include <qbitarray.h>
|
|
9
|
#include <qbytearray.h>
|
|
9
|
#include <qbytearray.h>
|
|
10
|
#include <qdatastream.h>
|
|
10
|
#include <qdatastream.h>
|
|
11
|
#include <qdatetime.h>
|
|
11
|
#include <qdatetime.h>
|
|
12
|
#include <qline.h>
|
|
12
|
#include <qline.h>
|
|
13
|
#include <qlist.h>
|
|
13
|
#include <qlist.h>
|
|
14
|
#include <qlocale.h>
|
|
14
|
#include <qlocale.h>
|
|
15
|
#include <qmatrix.h>
|
|
15
|
#include <qmatrix.h>
|
|
16
|
#include <qmatrix4x4.h>
|
|
16
|
#include <qmatrix4x4.h>
|
|
17
|
#include <qnamespace.h>
|
|
17
|
#include <qnamespace.h>
|
|
18
|
#include <qpair.h>
|
|
18
|
#include <qpair.h>
|
|
19
|
#include <qpoint.h>
|
|
19
|
#include <qpoint.h>
|
|
20
|
#include <qrect.h>
|
|
20
|
#include <qrect.h>
|
|
21
|
#include <qregexp.h>
|
|
21
|
#include <qregexp.h>
|
|
22
|
#include <qsize.h>
|
|
22
|
#include <qsize.h>
|
|
23
|
#include <qstringlist.h>
|
|
23
|
#include <qstringlist.h>
|
|
24
|
#include <qtextcodec.h>
|
|
24
|
#include <qtextcodec.h>
|
|
25
|
#include <qtransform.h>
|
|
25
|
#include <qtransform.h>
|
|
26
|
#include <qurl.h>
|
|
26
|
#include <qurl.h>
|
|
27
|
|
|
27
|
|
|
28
|
|
|
28
|
|
|
29
|
|
|
29
|
|
|
30
|
class PythonQtWrapper_QBitArray : public QObject
|
|
30
|
class PythonQtWrapper_QBitArray : public QObject
|
|
31
|
{ Q_OBJECT
|
|
31
|
{ Q_OBJECT
|
|
32
|
public:
|
|
32
|
public:
|
|
33
|
public Q_SLOTS:
|
|
33
|
public Q_SLOTS:
|
|
34
|
QBitArray* new_QBitArray();
|
|
34
|
QBitArray* new_QBitArray();
|
|
35
|
QBitArray* new_QBitArray(const QBitArray& other);
|
|
35
|
QBitArray* new_QBitArray(const QBitArray& other);
|
|
36
|
QBitArray* new_QBitArray(int size, bool val = false);
|
|
36
|
QBitArray* new_QBitArray(int size, bool val = false);
|
|
37
|
void delete_QBitArray(QBitArray* obj) { delete obj; }
|
|
37
|
void delete_QBitArray(QBitArray* obj) { delete obj; }
|
|
38
|
bool at(QBitArray* theWrappedObject, int i) const;
|
|
38
|
bool at(QBitArray* theWrappedObject, int i) const;
|
|
39
|
void clear(QBitArray* theWrappedObject);
|
|
39
|
void clear(QBitArray* theWrappedObject);
|
|
40
|
void clearBit(QBitArray* theWrappedObject, int i);
|
|
40
|
void clearBit(QBitArray* theWrappedObject, int i);
|
|
41
|
int count(QBitArray* theWrappedObject) const;
|
|
41
|
int count(QBitArray* theWrappedObject) const;
|
|
42
|
int count(QBitArray* theWrappedObject, bool on) const;
|
|
42
|
int count(QBitArray* theWrappedObject, bool on) const;
|
|
43
|
void fill(QBitArray* theWrappedObject, bool val, int first, int last);
|
|
43
|
void fill(QBitArray* theWrappedObject, bool val, int first, int last);
|
|
44
|
bool fill(QBitArray* theWrappedObject, bool val, int size = -1);
|
|
44
|
bool fill(QBitArray* theWrappedObject, bool val, int size = -1);
|
|
45
|
bool isEmpty(QBitArray* theWrappedObject) const;
|
|
45
|
bool isEmpty(QBitArray* theWrappedObject) const;
|
|
46
|
bool isNull(QBitArray* theWrappedObject) const;
|
|
46
|
bool isNull(QBitArray* theWrappedObject) const;
|
|
47
|
bool __ne__(QBitArray* theWrappedObject, const QBitArray& a) const;
|
|
47
|
bool __ne__(QBitArray* theWrappedObject, const QBitArray& a) const;
|
|
48
|
QBitArray __and__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
48
|
QBitArray __and__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
49
|
QBitArray* __iand__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
49
|
QBitArray* __iand__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
50
|
void writeTo(QBitArray* theWrappedObject, QDataStream& arg__1);
|
|
50
|
void writeTo(QBitArray* theWrappedObject, QDataStream& arg__1);
|
|
51
|
QBitArray* operator_assign(QBitArray* theWrappedObject, const QBitArray& other);
|
|
51
|
QBitArray* operator_assign(QBitArray* theWrappedObject, const QBitArray& other);
|
|
52
|
bool __eq__(QBitArray* theWrappedObject, const QBitArray& a) const;
|
|
52
|
bool __eq__(QBitArray* theWrappedObject, const QBitArray& a) const;
|
|
53
|
void readFrom(QBitArray* theWrappedObject, QDataStream& arg__1);
|
|
53
|
void readFrom(QBitArray* theWrappedObject, QDataStream& arg__1);
|
|
54
|
QBitArray __xor__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
54
|
QBitArray __xor__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
55
|
QBitArray* __ixor__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
55
|
QBitArray* __ixor__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
56
|
QBitArray __or__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
56
|
QBitArray __or__(QBitArray* theWrappedObject, const QBitArray& arg__2);
|
|
57
|
QBitArray* __ior__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
57
|
QBitArray* __ior__(QBitArray* theWrappedObject, const QBitArray& arg__1);
|
|
58
|
QBitArray __invert__(QBitArray* theWrappedObject) const;
|
|
58
|
QBitArray __invert__(QBitArray* theWrappedObject) const;
|
|
59
|
void resize(QBitArray* theWrappedObject, int size);
|
|
59
|
void resize(QBitArray* theWrappedObject, int size);
|
|
60
|
void setBit(QBitArray* theWrappedObject, int i);
|
|
60
|
void setBit(QBitArray* theWrappedObject, int i);
|
|
61
|
void setBit(QBitArray* theWrappedObject, int i, bool val);
|
|
61
|
void setBit(QBitArray* theWrappedObject, int i, bool val);
|
|
62
|
int size(QBitArray* theWrappedObject) const;
|
|
62
|
int size(QBitArray* theWrappedObject) const;
|
|
63
|
void swap(QBitArray* theWrappedObject, QBitArray& other);
|
|
63
|
void swap(QBitArray* theWrappedObject, QBitArray& other);
|
|
64
|
bool testBit(QBitArray* theWrappedObject, int i) const;
|
|
64
|
bool testBit(QBitArray* theWrappedObject, int i) const;
|
|
65
|
bool toggleBit(QBitArray* theWrappedObject, int i);
|
|
65
|
bool toggleBit(QBitArray* theWrappedObject, int i);
|
|
66
|
void truncate(QBitArray* theWrappedObject, int pos);
|
|
66
|
void truncate(QBitArray* theWrappedObject, int pos);
|
|
67
|
bool __nonzero__(QBitArray* obj) { return !obj->isNull(); }
|
|
67
|
bool __nonzero__(QBitArray* obj) { return !obj->isNull(); }
|
|
68
|
};
|
|
68
|
};
|
|
69
|
|
|
69
|
|
|
70
|
|
|
70
|
|
|
71
|
|
|
71
|
|
|
72
|
|
|
72
|
|
|
73
|
|
|
73
|
|
|
74
|
class PythonQtWrapper_QByteArray : public QObject
|
|
74
|
class PythonQtWrapper_QByteArray : public QObject
|
|
75
|
{ Q_OBJECT
|
|
75
|
{ Q_OBJECT
|
|
76
|
public:
|
|
76
|
public:
|
|
77
|
public Q_SLOTS:
|
|
77
|
public Q_SLOTS:
|
|
78
|
QByteArray* new_QByteArray();
|
|
78
|
QByteArray* new_QByteArray();
|
|
79
|
QByteArray* new_QByteArray(const QByteArray& arg__1);
|
|
79
|
QByteArray* new_QByteArray(const QByteArray& arg__1);
|
|
80
|
QByteArray* new_QByteArray(int size, char c);
|
|
80
|
QByteArray* new_QByteArray(int size, char c);
|
|
81
|
void delete_QByteArray(QByteArray* obj) { delete obj; }
|
|
81
|
void delete_QByteArray(QByteArray* obj) { delete obj; }
|
|
82
|
QByteArray* append(QByteArray* theWrappedObject, char c);
|
|
82
|
QByteArray* append(QByteArray* theWrappedObject, char c);
|
|
83
|
QByteArray* append(QByteArray* theWrappedObject, const QByteArray& a);
|
|
83
|
QByteArray* append(QByteArray* theWrappedObject, const QByteArray& a);
|
|
84
|
QByteArray* append(QByteArray* theWrappedObject, const QString& s);
|
|
84
|
QByteArray* append(QByteArray* theWrappedObject, const QString& s);
|
|
85
|
QByteArray* append(QByteArray* theWrappedObject, const char* s, int len);
|
|
85
|
QByteArray* append(QByteArray* theWrappedObject, const char* s, int len);
|
|
86
|
char at(QByteArray* theWrappedObject, int i) const;
|
|
86
|
char at(QByteArray* theWrappedObject, int i) const;
|
|
87
|
int capacity(QByteArray* theWrappedObject) const;
|
|
87
|
int capacity(QByteArray* theWrappedObject) const;
|
|
88
|
void chop(QByteArray* theWrappedObject, int n);
|
|
88
|
void chop(QByteArray* theWrappedObject, int n);
|
|
89
|
void clear(QByteArray* theWrappedObject);
|
|
89
|
void clear(QByteArray* theWrappedObject);
|
|
90
|
QBool contains(QByteArray* theWrappedObject, char c) const;
|
|
90
|
QBool contains(QByteArray* theWrappedObject, char c) const;
|
|
91
|
QBool contains(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
91
|
QBool contains(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
92
|
QBool contains(QByteArray* theWrappedObject, const char* a) const;
|
|
92
|
QBool contains(QByteArray* theWrappedObject, const char* a) const;
|
|
93
|
int count(QByteArray* theWrappedObject, char c) const;
|
|
93
|
int count(QByteArray* theWrappedObject, char c) const;
|
|
94
|
int count(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
94
|
int count(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
95
|
bool endsWith(QByteArray* theWrappedObject, char c) const;
|
|
95
|
bool endsWith(QByteArray* theWrappedObject, char c) const;
|
|
96
|
bool endsWith(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
96
|
bool endsWith(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
97
|
QByteArray* fill(QByteArray* theWrappedObject, char c, int size = -1);
|
|
97
|
QByteArray* fill(QByteArray* theWrappedObject, char c, int size = -1);
|
|
98
|
QByteArray static_QByteArray_fromBase64(const QByteArray& base64);
|
|
98
|
QByteArray static_QByteArray_fromBase64(const QByteArray& base64);
|
|
99
|
QByteArray static_QByteArray_fromHex(const QByteArray& hexEncoded);
|
|
99
|
QByteArray static_QByteArray_fromHex(const QByteArray& hexEncoded);
|
|
100
|
QByteArray static_QByteArray_fromPercentEncoding(const QByteArray& pctEncoded, char percent = '%');
|
|
100
|
QByteArray static_QByteArray_fromPercentEncoding(const QByteArray& pctEncoded, char percent = '%');
|
|
101
|
int indexOf(QByteArray* theWrappedObject, char c, int from = 0) const;
|
|
101
|
int indexOf(QByteArray* theWrappedObject, char c, int from = 0) const;
|
|
102
|
int indexOf(QByteArray* theWrappedObject, const QByteArray& a, int from = 0) const;
|
|
102
|
int indexOf(QByteArray* theWrappedObject, const QByteArray& a, int from = 0) const;
|
|
103
|
int indexOf(QByteArray* theWrappedObject, const QString& s, int from = 0) const;
|
|
103
|
int indexOf(QByteArray* theWrappedObject, const QString& s, int from = 0) const;
|
|
104
|
QByteArray* insert(QByteArray* theWrappedObject, int i, char c);
|
|
104
|
QByteArray* insert(QByteArray* theWrappedObject, int i, char c);
|
|
105
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const QByteArray& a);
|
|
105
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const QByteArray& a);
|
|
106
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const QString& s);
|
|
106
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const QString& s);
|
|
107
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const char* s, int len);
|
|
107
|
QByteArray* insert(QByteArray* theWrappedObject, int i, const char* s, int len);
|
|
108
|
bool isEmpty(QByteArray* theWrappedObject) const;
|
|
108
|
bool isEmpty(QByteArray* theWrappedObject) const;
|
|
109
|
bool isNull(QByteArray* theWrappedObject) const;
|
|
109
|
bool isNull(QByteArray* theWrappedObject) const;
|
|
110
|
bool isSharedWith(QByteArray* theWrappedObject, const QByteArray& other) const;
|
|
110
|
bool isSharedWith(QByteArray* theWrappedObject, const QByteArray& other) const;
|
|
111
|
int lastIndexOf(QByteArray* theWrappedObject, char c, int from = -1) const;
|
|
111
|
int lastIndexOf(QByteArray* theWrappedObject, char c, int from = -1) const;
|
|
112
|
int lastIndexOf(QByteArray* theWrappedObject, const QByteArray& a, int from = -1) const;
|
|
112
|
int lastIndexOf(QByteArray* theWrappedObject, const QByteArray& a, int from = -1) const;
|
|
113
|
int lastIndexOf(QByteArray* theWrappedObject, const QString& s, int from = -1) const;
|
|
113
|
int lastIndexOf(QByteArray* theWrappedObject, const QString& s, int from = -1) const;
|
|
114
|
QByteArray left(QByteArray* theWrappedObject, int len) const;
|
|
114
|
QByteArray left(QByteArray* theWrappedObject, int len) const;
|
|
115
|
QByteArray leftJustified(QByteArray* theWrappedObject, int width, char fill = ' ', bool truncate = false) const;
|
|
115
|
QByteArray leftJustified(QByteArray* theWrappedObject, int width, char fill = ' ', bool truncate = false) const;
|
|
116
|
int length(QByteArray* theWrappedObject) const;
|
|
116
|
int length(QByteArray* theWrappedObject) const;
|
|
117
|
QByteArray mid(QByteArray* theWrappedObject, int index, int len = -1) const;
|
|
117
|
QByteArray mid(QByteArray* theWrappedObject, int index, int len = -1) const;
|
|
118
|
QByteArray static_QByteArray_number(double arg__1, char f = 'g', int prec = 6);
|
|
118
|
QByteArray static_QByteArray_number(double arg__1, char f = 'g', int prec = 6);
|
|
119
|
QByteArray static_QByteArray_number(int arg__1, int base = 10);
|
|
119
|
QByteArray static_QByteArray_number(int arg__1, int base = 10);
|
|
120
|
QByteArray static_QByteArray_number(qlonglong arg__1, int base = 10);
|
|
120
|
QByteArray static_QByteArray_number(qlonglong arg__1, int base = 10);
|
|
121
|
QByteArray static_QByteArray_number(qulonglong arg__1, int base = 10);
|
|
121
|
QByteArray static_QByteArray_number(qulonglong arg__1, int base = 10);
|
|
122
|
const QByteArray __add__(QByteArray* theWrappedObject, char a2);
|
|
122
|
const QByteArray __add__(QByteArray* theWrappedObject, char a2);
|
|
123
|
const QByteArray __add__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
123
|
const QByteArray __add__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
124
|
const QString __add__(QByteArray* theWrappedObject, const QString& s);
|
|
124
|
const QString __add__(QByteArray* theWrappedObject, const QString& s);
|
|
125
|
const QByteArray __add__(QByteArray* theWrappedObject, const char* a2);
|
|
125
|
const QByteArray __add__(QByteArray* theWrappedObject, const char* a2);
|
|
126
|
QByteArray* __iadd__(QByteArray* theWrappedObject, const QByteArray& a);
|
|
126
|
QByteArray* __iadd__(QByteArray* theWrappedObject, const QByteArray& a);
|
|
127
|
bool __lt__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
127
|
bool __lt__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
128
|
bool __lt__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
128
|
bool __lt__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
129
|
void writeTo(QByteArray* theWrappedObject, QDataStream& arg__1);
|
|
129
|
void writeTo(QByteArray* theWrappedObject, QDataStream& arg__1);
|
|
130
|
bool __le__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
130
|
bool __le__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
131
|
bool __le__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
131
|
bool __le__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
132
|
QByteArray* operator_assign(QByteArray* theWrappedObject, const QByteArray& arg__1);
|
|
132
|
QByteArray* operator_assign(QByteArray* theWrappedObject, const QByteArray& arg__1);
|
|
133
|
bool __eq__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
133
|
bool __eq__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
134
|
bool __eq__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
134
|
bool __eq__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
135
|
bool __gt__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
135
|
bool __gt__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
136
|
bool __gt__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
136
|
bool __gt__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
137
|
bool __ge__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
137
|
bool __ge__(QByteArray* theWrappedObject, const QByteArray& a2);
|
|
138
|
bool __ge__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
138
|
bool __ge__(QByteArray* theWrappedObject, const QString& s2) const;
|
|
139
|
void readFrom(QByteArray* theWrappedObject, QDataStream& arg__1);
|
|
139
|
void readFrom(QByteArray* theWrappedObject, QDataStream& arg__1);
|
|
140
|
QByteArray* prepend(QByteArray* theWrappedObject, char c);
|
|
140
|
QByteArray* prepend(QByteArray* theWrappedObject, char c);
|
|
141
|
QByteArray* prepend(QByteArray* theWrappedObject, const QByteArray& a);
|
|
141
|
QByteArray* prepend(QByteArray* theWrappedObject, const QByteArray& a);
|
|
142
|
QByteArray* prepend(QByteArray* theWrappedObject, const char* s, int len);
|
|
142
|
QByteArray* prepend(QByteArray* theWrappedObject, const char* s, int len);
|
|
143
|
void push_back(QByteArray* theWrappedObject, const QByteArray& a);
|
|
143
|
void push_back(QByteArray* theWrappedObject, const QByteArray& a);
|
|
144
|
void push_front(QByteArray* theWrappedObject, const QByteArray& a);
|
|
144
|
void push_front(QByteArray* theWrappedObject, const QByteArray& a);
|
|
145
|
QByteArray* remove(QByteArray* theWrappedObject, int index, int len);
|
|
145
|
QByteArray* remove(QByteArray* theWrappedObject, int index, int len);
|
|
146
|
QByteArray repeated(QByteArray* theWrappedObject, int times) const;
|
|
146
|
QByteArray repeated(QByteArray* theWrappedObject, int times) const;
|
|
147
|
QByteArray* replace(QByteArray* theWrappedObject, char before, char after);
|
|
147
|
QByteArray* replace(QByteArray* theWrappedObject, char before, char after);
|
|
148
|
QByteArray* replace(QByteArray* theWrappedObject, char before, const QByteArray& after);
|
|
148
|
QByteArray* replace(QByteArray* theWrappedObject, char before, const QByteArray& after);
|
|
149
|
QByteArray* replace(QByteArray* theWrappedObject, char c, const QString& after);
|
|
149
|
QByteArray* replace(QByteArray* theWrappedObject, char c, const QString& after);
|
|
150
|
QByteArray* replace(QByteArray* theWrappedObject, const QByteArray& before, const QByteArray& after);
|
|
150
|
QByteArray* replace(QByteArray* theWrappedObject, const QByteArray& before, const QByteArray& after);
|
|
151
|
QByteArray* replace(QByteArray* theWrappedObject, const QString& before, const QByteArray& after);
|
|
151
|
QByteArray* replace(QByteArray* theWrappedObject, const QString& before, const QByteArray& after);
|
|
152
|
QByteArray* replace(QByteArray* theWrappedObject, const char* before, int bsize, const char* after, int asize);
|
|
152
|
QByteArray* replace(QByteArray* theWrappedObject, const char* before, int bsize, const char* after, int asize);
|
|
153
|
QByteArray* replace(QByteArray* theWrappedObject, int index, int len, const QByteArray& s);
|
|
153
|
QByteArray* replace(QByteArray* theWrappedObject, int index, int len, const QByteArray& s);
|
|
154
|
QByteArray* replace(QByteArray* theWrappedObject, int index, int len, const char* s, int alen);
|
|
154
|
QByteArray* replace(QByteArray* theWrappedObject, int index, int len, const char* s, int alen);
|
|
155
|
void reserve(QByteArray* theWrappedObject, int size);
|
|
155
|
void reserve(QByteArray* theWrappedObject, int size);
|
|
156
|
void resize(QByteArray* theWrappedObject, int size);
|
|
156
|
void resize(QByteArray* theWrappedObject, int size);
|
|
157
|
QByteArray right(QByteArray* theWrappedObject, int len) const;
|
|
157
|
QByteArray right(QByteArray* theWrappedObject, int len) const;
|
|
158
|
QByteArray rightJustified(QByteArray* theWrappedObject, int width, char fill = ' ', bool truncate = false) const;
|
|
158
|
QByteArray rightJustified(QByteArray* theWrappedObject, int width, char fill = ' ', bool truncate = false) const;
|
|
159
|
QByteArray* setNum(QByteArray* theWrappedObject, double arg__1, char f = 'g', int prec = 6);
|
|
159
|
QByteArray* setNum(QByteArray* theWrappedObject, double arg__1, char f = 'g', int prec = 6);
|
|
160
|
QByteArray* setNum(QByteArray* theWrappedObject, float arg__1, char f = 'g', int prec = 6);
|
|
160
|
QByteArray* setNum(QByteArray* theWrappedObject, float arg__1, char f = 'g', int prec = 6);
|
|
161
|
QByteArray* setNum(QByteArray* theWrappedObject, int arg__1, int base = 10);
|
|
161
|
QByteArray* setNum(QByteArray* theWrappedObject, int arg__1, int base = 10);
|
|
162
|
QByteArray* setNum(QByteArray* theWrappedObject, qlonglong arg__1, int base = 10);
|
|
162
|
QByteArray* setNum(QByteArray* theWrappedObject, qlonglong arg__1, int base = 10);
|
|
163
|
QByteArray* setNum(QByteArray* theWrappedObject, qulonglong arg__1, int base = 10);
|
|
163
|
QByteArray* setNum(QByteArray* theWrappedObject, qulonglong arg__1, int base = 10);
|
|
164
|
QByteArray* setNum(QByteArray* theWrappedObject, short arg__1, int base = 10);
|
|
164
|
QByteArray* setNum(QByteArray* theWrappedObject, short arg__1, int base = 10);
|
|
165
|
QByteArray* setNum(QByteArray* theWrappedObject, ushort arg__1, int base = 10);
|
|
165
|
QByteArray* setNum(QByteArray* theWrappedObject, ushort arg__1, int base = 10);
|
|
166
|
QByteArray* setRawData(QByteArray* theWrappedObject, const char* a, uint n);
|
|
166
|
QByteArray* setRawData(QByteArray* theWrappedObject, const char* a, uint n);
|
|
167
|
QByteArray simplified(QByteArray* theWrappedObject) const;
|
|
167
|
QByteArray simplified(QByteArray* theWrappedObject) const;
|
|
168
|
int size(QByteArray* theWrappedObject) const;
|
|
168
|
int size(QByteArray* theWrappedObject) const;
|
|
169
|
QList<QByteArray > split(QByteArray* theWrappedObject, char sep) const;
|
|
169
|
QList<QByteArray > split(QByteArray* theWrappedObject, char sep) const;
|
|
170
|
void squeeze(QByteArray* theWrappedObject);
|
|
170
|
void squeeze(QByteArray* theWrappedObject);
|
|
171
|
bool startsWith(QByteArray* theWrappedObject, char c) const;
|
|
171
|
bool startsWith(QByteArray* theWrappedObject, char c) const;
|
|
172
|
bool startsWith(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
172
|
bool startsWith(QByteArray* theWrappedObject, const QByteArray& a) const;
|
|
173
|
void swap(QByteArray* theWrappedObject, QByteArray& other);
|
|
173
|
void swap(QByteArray* theWrappedObject, QByteArray& other);
|
|
174
|
QByteArray toBase64(QByteArray* theWrappedObject) const;
|
|
174
|
QByteArray toBase64(QByteArray* theWrappedObject) const;
|
|
175
|
double toDouble(QByteArray* theWrappedObject, bool* ok = 0) const;
|
|
175
|
double toDouble(QByteArray* theWrappedObject, bool* ok = 0) const;
|
|
176
|
float toFloat(QByteArray* theWrappedObject, bool* ok = 0) const;
|
|
176
|
float toFloat(QByteArray* theWrappedObject, bool* ok = 0) const;
|
|
177
|
QByteArray toHex(QByteArray* theWrappedObject) const;
|
|
177
|
QByteArray toHex(QByteArray* theWrappedObject) const;
|
|
178
|
int toInt(QByteArray* theWrappedObject, bool* ok = 0, int base = 10) const;
|
|
178
|
int toInt(QByteArray* theWrappedObject, bool* ok = 0, int base = 10) const;
|
|
179
|
QByteArray toLower(QByteArray* theWrappedObject) const;
|
|
179
|
QByteArray toLower(QByteArray* theWrappedObject) const;
|
|
180
|
QByteArray toPercentEncoding(QByteArray* theWrappedObject, const QByteArray& exclude = QByteArray(), const QByteArray& include = QByteArray(), char percent = '%') const;
|
|
180
|
QByteArray toPercentEncoding(QByteArray* theWrappedObject, const QByteArray& exclude = QByteArray(), const QByteArray& include = QByteArray(), char percent = '%') const;
|
|
181
|
ushort toUShort(QByteArray* theWrappedObject, bool* ok = 0, int base = 10) const;
|
|
181
|
ushort toUShort(QByteArray* theWrappedObject, bool* ok = 0, int base = 10) const;
|
|
182
|
QByteArray toUpper(QByteArray* theWrappedObject) const;
|
|
182
|
QByteArray toUpper(QByteArray* theWrappedObject) const;
|
|
183
|
QByteArray trimmed(QByteArray* theWrappedObject) const;
|
|
183
|
QByteArray trimmed(QByteArray* theWrappedObject) const;
|
|
184
|
void truncate(QByteArray* theWrappedObject, int pos);
|
|
184
|
void truncate(QByteArray* theWrappedObject, int pos);
|
|
185
|
bool __nonzero__(QByteArray* obj) { return !obj->isNull(); }
|
|
185
|
bool __nonzero__(QByteArray* obj) { return !obj->isNull(); }
|
|
186
|
|
|
186
|
|
|
187
|
PyObject* data(QByteArray* b) {
|
|
187
|
PyObject* data(QByteArray* b) {
|
|
188
|
if (b->data()) {
|
|
188
|
if (b->data()) {
|
|
|
|
|
189
|
#ifdef PY3K
|
|
|
|
|
190
|
return PyUnicode_FromStringAndSize(b->data(), b->size());
|
|
|
|
|
191
|
#else
|
|
189
|
return PyString_FromStringAndSize(b->data(), b->size());
|
|
192
|
return PyString_FromStringAndSize(b->data(), b->size());
|
|
|
|
|
193
|
#endif
|
|
190
|
} else {
|
|
194
|
} else {
|
|
191
|
Py_INCREF(Py_None);
|
|
195
|
Py_INCREF(Py_None);
|
|
192
|
return Py_None;
|
|
196
|
return Py_None;
|
|
193
|
}
|
|
197
|
}
|
|
194
|
}
|
|
198
|
}
|
|
195
|
|
|
199
|
|
|
196
|
};
|
|
200
|
};
|
|
197
|
|
|
201
|
|
|
198
|
|
|
202
|
|
|
199
|
|
|
203
|
|
|
200
|
|
|
204
|
|
|
201
|
|
|
205
|
|
|
202
|
class PythonQtWrapper_QDate : public QObject
|
|
206
|
class PythonQtWrapper_QDate : public QObject
|
|
203
|
{ Q_OBJECT
|
|
207
|
{ Q_OBJECT
|
|
204
|
public:
|
|
208
|
public:
|
|
205
|
Q_ENUMS(MonthNameType )
|
|
209
|
Q_ENUMS(MonthNameType )
|
|
206
|
enum MonthNameType{
|
|
210
|
enum MonthNameType{
|
|
207
|
DateFormat = QDate::DateFormat, StandaloneFormat = QDate::StandaloneFormat};
|
|
211
|
DateFormat = QDate::DateFormat, StandaloneFormat = QDate::StandaloneFormat};
|
|
208
|
public Q_SLOTS:
|
|
212
|
public Q_SLOTS:
|
|
209
|
QDate* new_QDate();
|
|
213
|
QDate* new_QDate();
|
|
210
|
QDate* new_QDate(int y, int m, int d);
|
|
214
|
QDate* new_QDate(int y, int m, int d);
|
|
211
|
QDate* new_QDate(const QDate& other) {
|
|
215
|
QDate* new_QDate(const QDate& other) {
|
|
212
|
QDate* a = new QDate();
|
|
216
|
QDate* a = new QDate();
|
|
213
|
*((QDate*)a) = other;
|
|
217
|
*((QDate*)a) = other;
|
|
214
|
return a; }
|
|
218
|
return a; }
|
|
215
|
void delete_QDate(QDate* obj) { delete obj; }
|
|
219
|
void delete_QDate(QDate* obj) { delete obj; }
|
|
216
|
QDate addDays(QDate* theWrappedObject, int days) const;
|
|
220
|
QDate addDays(QDate* theWrappedObject, int days) const;
|
|
217
|
QDate addMonths(QDate* theWrappedObject, int months) const;
|
|
221
|
QDate addMonths(QDate* theWrappedObject, int months) const;
|
|
218
|
QDate addYears(QDate* theWrappedObject, int years) const;
|
|
222
|
QDate addYears(QDate* theWrappedObject, int years) const;
|
|
219
|
QDate static_QDate_currentDate();
|
|
223
|
QDate static_QDate_currentDate();
|
|
220
|
int day(QDate* theWrappedObject) const;
|
|
224
|
int day(QDate* theWrappedObject) const;
|
|
221
|
int dayOfWeek(QDate* theWrappedObject) const;
|
|
225
|
int dayOfWeek(QDate* theWrappedObject) const;
|
|
222
|
int dayOfYear(QDate* theWrappedObject) const;
|
|
226
|
int dayOfYear(QDate* theWrappedObject) const;
|
|
223
|
int daysInMonth(QDate* theWrappedObject) const;
|
|
227
|
int daysInMonth(QDate* theWrappedObject) const;
|
|
224
|
int daysInYear(QDate* theWrappedObject) const;
|
|
228
|
int daysInYear(QDate* theWrappedObject) const;
|
|
225
|
int daysTo(QDate* theWrappedObject, const QDate& arg__1) const;
|
|
229
|
int daysTo(QDate* theWrappedObject, const QDate& arg__1) const;
|
|
226
|
QDate static_QDate_fromJulianDay(int jd);
|
|
230
|
QDate static_QDate_fromJulianDay(int jd);
|
|
227
|
QDate static_QDate_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
231
|
QDate static_QDate_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
228
|
QDate static_QDate_fromString(const QString& s, const QString& format);
|
|
232
|
QDate static_QDate_fromString(const QString& s, const QString& format);
|
|
229
|
void getDate(QDate* theWrappedObject, int* year, int* month, int* day);
|
|
233
|
void getDate(QDate* theWrappedObject, int* year, int* month, int* day);
|
|
230
|
uint static_QDate_gregorianToJulian(int y, int m, int d);
|
|
234
|
uint static_QDate_gregorianToJulian(int y, int m, int d);
|
|
231
|
bool static_QDate_isLeapYear(int year);
|
|
235
|
bool static_QDate_isLeapYear(int year);
|
|
232
|
bool isNull(QDate* theWrappedObject) const;
|
|
236
|
bool isNull(QDate* theWrappedObject) const;
|
|
233
|
bool isValid(QDate* theWrappedObject) const;
|
|
237
|
bool isValid(QDate* theWrappedObject) const;
|
|
234
|
bool static_QDate_isValid(int y, int m, int d);
|
|
238
|
bool static_QDate_isValid(int y, int m, int d);
|
|
235
|
QString static_QDate_longDayName(int weekday);
|
|
239
|
QString static_QDate_longDayName(int weekday);
|
|
236
|
QString static_QDate_longDayName(int weekday, QDate::MonthNameType type);
|
|
240
|
QString static_QDate_longDayName(int weekday, QDate::MonthNameType type);
|
|
237
|
QString static_QDate_longMonthName(int month);
|
|
241
|
QString static_QDate_longMonthName(int month);
|
|
238
|
QString static_QDate_longMonthName(int month, QDate::MonthNameType type);
|
|
242
|
QString static_QDate_longMonthName(int month, QDate::MonthNameType type);
|
|
239
|
int month(QDate* theWrappedObject) const;
|
|
243
|
int month(QDate* theWrappedObject) const;
|
|
240
|
bool __ne__(QDate* theWrappedObject, const QDate& other) const;
|
|
244
|
bool __ne__(QDate* theWrappedObject, const QDate& other) const;
|
|
241
|
bool __lt__(QDate* theWrappedObject, const QDate& other) const;
|
|
245
|
bool __lt__(QDate* theWrappedObject, const QDate& other) const;
|
|
242
|
void writeTo(QDate* theWrappedObject, QDataStream& arg__1);
|
|
246
|
void writeTo(QDate* theWrappedObject, QDataStream& arg__1);
|
|
243
|
bool __le__(QDate* theWrappedObject, const QDate& other) const;
|
|
247
|
bool __le__(QDate* theWrappedObject, const QDate& other) const;
|
|
244
|
bool __eq__(QDate* theWrappedObject, const QDate& other) const;
|
|
248
|
bool __eq__(QDate* theWrappedObject, const QDate& other) const;
|
|
245
|
bool __gt__(QDate* theWrappedObject, const QDate& other) const;
|
|
249
|
bool __gt__(QDate* theWrappedObject, const QDate& other) const;
|
|
246
|
bool __ge__(QDate* theWrappedObject, const QDate& other) const;
|
|
250
|
bool __ge__(QDate* theWrappedObject, const QDate& other) const;
|
|
247
|
void readFrom(QDate* theWrappedObject, QDataStream& arg__1);
|
|
251
|
void readFrom(QDate* theWrappedObject, QDataStream& arg__1);
|
|
248
|
bool setDate(QDate* theWrappedObject, int year, int month, int day);
|
|
252
|
bool setDate(QDate* theWrappedObject, int year, int month, int day);
|
|
249
|
QString static_QDate_shortDayName(int weekday);
|
|
253
|
QString static_QDate_shortDayName(int weekday);
|
|
250
|
QString static_QDate_shortDayName(int weekday, QDate::MonthNameType type);
|
|
254
|
QString static_QDate_shortDayName(int weekday, QDate::MonthNameType type);
|
|
251
|
QString static_QDate_shortMonthName(int month);
|
|
255
|
QString static_QDate_shortMonthName(int month);
|
|
252
|
QString static_QDate_shortMonthName(int month, QDate::MonthNameType type);
|
|
256
|
QString static_QDate_shortMonthName(int month, QDate::MonthNameType type);
|
|
253
|
int toJulianDay(QDate* theWrappedObject) const;
|
|
257
|
int toJulianDay(QDate* theWrappedObject) const;
|
|
254
|
QString toString(QDate* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
258
|
QString toString(QDate* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
255
|
QString toString(QDate* theWrappedObject, const QString& format) const;
|
|
259
|
QString toString(QDate* theWrappedObject, const QString& format) const;
|
|
256
|
int weekNumber(QDate* theWrappedObject, int* yearNum = 0) const;
|
|
260
|
int weekNumber(QDate* theWrappedObject, int* yearNum = 0) const;
|
|
257
|
int year(QDate* theWrappedObject) const;
|
|
261
|
int year(QDate* theWrappedObject) const;
|
|
258
|
QString py_toString(QDate*);
|
|
262
|
QString py_toString(QDate*);
|
|
259
|
bool __nonzero__(QDate* obj) { return !obj->isNull(); }
|
|
263
|
bool __nonzero__(QDate* obj) { return !obj->isNull(); }
|
|
260
|
};
|
|
264
|
};
|
|
261
|
|
|
265
|
|
|
262
|
|
|
266
|
|
|
263
|
|
|
267
|
|
|
264
|
|
|
268
|
|
|
265
|
|
|
269
|
|
|
266
|
class PythonQtWrapper_QDateTime : public QObject
|
|
270
|
class PythonQtWrapper_QDateTime : public QObject
|
|
267
|
{ Q_OBJECT
|
|
271
|
{ Q_OBJECT
|
|
268
|
public:
|
|
272
|
public:
|
|
269
|
public Q_SLOTS:
|
|
273
|
public Q_SLOTS:
|
|
270
|
QDateTime* new_QDateTime();
|
|
274
|
QDateTime* new_QDateTime();
|
|
271
|
QDateTime* new_QDateTime(const QDate& arg__1);
|
|
275
|
QDateTime* new_QDateTime(const QDate& arg__1);
|
|
272
|
QDateTime* new_QDateTime(const QDate& arg__1, const QTime& arg__2, Qt::TimeSpec spec = Qt::LocalTime);
|
|
276
|
QDateTime* new_QDateTime(const QDate& arg__1, const QTime& arg__2, Qt::TimeSpec spec = Qt::LocalTime);
|
|
273
|
QDateTime* new_QDateTime(const QDateTime& other);
|
|
277
|
QDateTime* new_QDateTime(const QDateTime& other);
|
|
274
|
void delete_QDateTime(QDateTime* obj) { delete obj; }
|
|
278
|
void delete_QDateTime(QDateTime* obj) { delete obj; }
|
|
275
|
QDateTime addDays(QDateTime* theWrappedObject, int days) const;
|
|
279
|
QDateTime addDays(QDateTime* theWrappedObject, int days) const;
|
|
276
|
QDateTime addMSecs(QDateTime* theWrappedObject, qint64 msecs) const;
|
|
280
|
QDateTime addMSecs(QDateTime* theWrappedObject, qint64 msecs) const;
|
|
277
|
QDateTime addMonths(QDateTime* theWrappedObject, int months) const;
|
|
281
|
QDateTime addMonths(QDateTime* theWrappedObject, int months) const;
|
|
278
|
QDateTime addSecs(QDateTime* theWrappedObject, int secs) const;
|
|
282
|
QDateTime addSecs(QDateTime* theWrappedObject, int secs) const;
|
|
279
|
QDateTime addYears(QDateTime* theWrappedObject, int years) const;
|
|
283
|
QDateTime addYears(QDateTime* theWrappedObject, int years) const;
|
|
280
|
QDateTime static_QDateTime_currentDateTime();
|
|
284
|
QDateTime static_QDateTime_currentDateTime();
|
|
281
|
QDateTime static_QDateTime_currentDateTimeUtc();
|
|
285
|
QDateTime static_QDateTime_currentDateTimeUtc();
|
|
282
|
qint64 static_QDateTime_currentMSecsSinceEpoch();
|
|
286
|
qint64 static_QDateTime_currentMSecsSinceEpoch();
|
|
283
|
QDate date(QDateTime* theWrappedObject) const;
|
|
287
|
QDate date(QDateTime* theWrappedObject) const;
|
|
284
|
int daysTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
288
|
int daysTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
285
|
QDateTime static_QDateTime_fromMSecsSinceEpoch(qint64 msecs);
|
|
289
|
QDateTime static_QDateTime_fromMSecsSinceEpoch(qint64 msecs);
|
|
286
|
QDateTime static_QDateTime_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
290
|
QDateTime static_QDateTime_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
287
|
QDateTime static_QDateTime_fromString(const QString& s, const QString& format);
|
|
291
|
QDateTime static_QDateTime_fromString(const QString& s, const QString& format);
|
|
288
|
QDateTime static_QDateTime_fromTime_t(uint secsSince1Jan1970UTC);
|
|
292
|
QDateTime static_QDateTime_fromTime_t(uint secsSince1Jan1970UTC);
|
|
289
|
bool isNull(QDateTime* theWrappedObject) const;
|
|
293
|
bool isNull(QDateTime* theWrappedObject) const;
|
|
290
|
bool isValid(QDateTime* theWrappedObject) const;
|
|
294
|
bool isValid(QDateTime* theWrappedObject) const;
|
|
291
|
qint64 msecsTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
295
|
qint64 msecsTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
292
|
bool __ne__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
296
|
bool __ne__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
293
|
bool __lt__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
297
|
bool __lt__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
294
|
void writeTo(QDateTime* theWrappedObject, QDataStream& arg__1);
|
|
298
|
void writeTo(QDateTime* theWrappedObject, QDataStream& arg__1);
|
|
295
|
bool __le__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
299
|
bool __le__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
296
|
bool __eq__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
300
|
bool __eq__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
297
|
bool __gt__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
301
|
bool __gt__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
298
|
bool __ge__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
302
|
bool __ge__(QDateTime* theWrappedObject, const QDateTime& other) const;
|
|
299
|
void readFrom(QDateTime* theWrappedObject, QDataStream& arg__1);
|
|
303
|
void readFrom(QDateTime* theWrappedObject, QDataStream& arg__1);
|
|
300
|
int secsTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
304
|
int secsTo(QDateTime* theWrappedObject, const QDateTime& arg__1) const;
|
|
301
|
void setDate(QDateTime* theWrappedObject, const QDate& date);
|
|
305
|
void setDate(QDateTime* theWrappedObject, const QDate& date);
|
|
302
|
void setMSecsSinceEpoch(QDateTime* theWrappedObject, qint64 msecs);
|
|
306
|
void setMSecsSinceEpoch(QDateTime* theWrappedObject, qint64 msecs);
|
|
303
|
void setTime(QDateTime* theWrappedObject, const QTime& time);
|
|
307
|
void setTime(QDateTime* theWrappedObject, const QTime& time);
|
|
304
|
void setTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec);
|
|
308
|
void setTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec);
|
|
305
|
void setTime_t(QDateTime* theWrappedObject, uint secsSince1Jan1970UTC);
|
|
309
|
void setTime_t(QDateTime* theWrappedObject, uint secsSince1Jan1970UTC);
|
|
306
|
void setUtcOffset(QDateTime* theWrappedObject, int seconds);
|
|
310
|
void setUtcOffset(QDateTime* theWrappedObject, int seconds);
|
|
307
|
QTime time(QDateTime* theWrappedObject) const;
|
|
311
|
QTime time(QDateTime* theWrappedObject) const;
|
|
308
|
Qt::TimeSpec timeSpec(QDateTime* theWrappedObject) const;
|
|
312
|
Qt::TimeSpec timeSpec(QDateTime* theWrappedObject) const;
|
|
309
|
QDateTime toLocalTime(QDateTime* theWrappedObject) const;
|
|
313
|
QDateTime toLocalTime(QDateTime* theWrappedObject) const;
|
|
310
|
qint64 toMSecsSinceEpoch(QDateTime* theWrappedObject) const;
|
|
314
|
qint64 toMSecsSinceEpoch(QDateTime* theWrappedObject) const;
|
|
311
|
QString toString(QDateTime* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
315
|
QString toString(QDateTime* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
312
|
QString toString(QDateTime* theWrappedObject, const QString& format) const;
|
|
316
|
QString toString(QDateTime* theWrappedObject, const QString& format) const;
|
|
313
|
QDateTime toTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec) const;
|
|
317
|
QDateTime toTimeSpec(QDateTime* theWrappedObject, Qt::TimeSpec spec) const;
|
|
314
|
uint toTime_t(QDateTime* theWrappedObject) const;
|
|
318
|
uint toTime_t(QDateTime* theWrappedObject) const;
|
|
315
|
QDateTime toUTC(QDateTime* theWrappedObject) const;
|
|
319
|
QDateTime toUTC(QDateTime* theWrappedObject) const;
|
|
316
|
int utcOffset(QDateTime* theWrappedObject) const;
|
|
320
|
int utcOffset(QDateTime* theWrappedObject) const;
|
|
317
|
QString py_toString(QDateTime*);
|
|
321
|
QString py_toString(QDateTime*);
|
|
318
|
bool __nonzero__(QDateTime* obj) { return !obj->isNull(); }
|
|
322
|
bool __nonzero__(QDateTime* obj) { return !obj->isNull(); }
|
|
319
|
};
|
|
323
|
};
|
|
320
|
|
|
324
|
|
|
321
|
|
|
325
|
|
|
322
|
|
|
326
|
|
|
323
|
|
|
327
|
|
|
324
|
|
|
328
|
|
|
325
|
class PythonQtWrapper_QLine : public QObject
|
|
329
|
class PythonQtWrapper_QLine : public QObject
|
|
326
|
{ Q_OBJECT
|
|
330
|
{ Q_OBJECT
|
|
327
|
public:
|
|
331
|
public:
|
|
328
|
public Q_SLOTS:
|
|
332
|
public Q_SLOTS:
|
|
329
|
QLine* new_QLine();
|
|
333
|
QLine* new_QLine();
|
|
330
|
QLine* new_QLine(const QPoint& pt1, const QPoint& pt2);
|
|
334
|
QLine* new_QLine(const QPoint& pt1, const QPoint& pt2);
|
|
331
|
QLine* new_QLine(int x1, int y1, int x2, int y2);
|
|
335
|
QLine* new_QLine(int x1, int y1, int x2, int y2);
|
|
332
|
QLine* new_QLine(const QLine& other) {
|
|
336
|
QLine* new_QLine(const QLine& other) {
|
|
333
|
QLine* a = new QLine();
|
|
337
|
QLine* a = new QLine();
|
|
334
|
*((QLine*)a) = other;
|
|
338
|
*((QLine*)a) = other;
|
|
335
|
return a; }
|
|
339
|
return a; }
|
|
336
|
void delete_QLine(QLine* obj) { delete obj; }
|
|
340
|
void delete_QLine(QLine* obj) { delete obj; }
|
|
337
|
int dx(QLine* theWrappedObject) const;
|
|
341
|
int dx(QLine* theWrappedObject) const;
|
|
338
|
int dy(QLine* theWrappedObject) const;
|
|
342
|
int dy(QLine* theWrappedObject) const;
|
|
339
|
bool isNull(QLine* theWrappedObject) const;
|
|
343
|
bool isNull(QLine* theWrappedObject) const;
|
|
340
|
bool __ne__(QLine* theWrappedObject, const QLine& d) const;
|
|
344
|
bool __ne__(QLine* theWrappedObject, const QLine& d) const;
|
|
341
|
QLine __mul__(QLine* theWrappedObject, const QMatrix& m);
|
|
345
|
QLine __mul__(QLine* theWrappedObject, const QMatrix& m);
|
|
342
|
QLine __mul__(QLine* theWrappedObject, const QTransform& m);
|
|
346
|
QLine __mul__(QLine* theWrappedObject, const QTransform& m);
|
|
343
|
void writeTo(QLine* theWrappedObject, QDataStream& arg__1);
|
|
347
|
void writeTo(QLine* theWrappedObject, QDataStream& arg__1);
|
|
344
|
bool __eq__(QLine* theWrappedObject, const QLine& d) const;
|
|
348
|
bool __eq__(QLine* theWrappedObject, const QLine& d) const;
|
|
345
|
void readFrom(QLine* theWrappedObject, QDataStream& arg__1);
|
|
349
|
void readFrom(QLine* theWrappedObject, QDataStream& arg__1);
|
|
346
|
QPoint p1(QLine* theWrappedObject) const;
|
|
350
|
QPoint p1(QLine* theWrappedObject) const;
|
|
347
|
QPoint p2(QLine* theWrappedObject) const;
|
|
351
|
QPoint p2(QLine* theWrappedObject) const;
|
|
348
|
void setLine(QLine* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
352
|
void setLine(QLine* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
349
|
void setP1(QLine* theWrappedObject, const QPoint& p1);
|
|
353
|
void setP1(QLine* theWrappedObject, const QPoint& p1);
|
|
350
|
void setP2(QLine* theWrappedObject, const QPoint& p2);
|
|
354
|
void setP2(QLine* theWrappedObject, const QPoint& p2);
|
|
351
|
void setPoints(QLine* theWrappedObject, const QPoint& p1, const QPoint& p2);
|
|
355
|
void setPoints(QLine* theWrappedObject, const QPoint& p1, const QPoint& p2);
|
|
352
|
void translate(QLine* theWrappedObject, const QPoint& p);
|
|
356
|
void translate(QLine* theWrappedObject, const QPoint& p);
|
|
353
|
void translate(QLine* theWrappedObject, int dx, int dy);
|
|
357
|
void translate(QLine* theWrappedObject, int dx, int dy);
|
|
354
|
QLine translated(QLine* theWrappedObject, const QPoint& p) const;
|
|
358
|
QLine translated(QLine* theWrappedObject, const QPoint& p) const;
|
|
355
|
QLine translated(QLine* theWrappedObject, int dx, int dy) const;
|
|
359
|
QLine translated(QLine* theWrappedObject, int dx, int dy) const;
|
|
356
|
int x1(QLine* theWrappedObject) const;
|
|
360
|
int x1(QLine* theWrappedObject) const;
|
|
357
|
int x2(QLine* theWrappedObject) const;
|
|
361
|
int x2(QLine* theWrappedObject) const;
|
|
358
|
int y1(QLine* theWrappedObject) const;
|
|
362
|
int y1(QLine* theWrappedObject) const;
|
|
359
|
int y2(QLine* theWrappedObject) const;
|
|
363
|
int y2(QLine* theWrappedObject) const;
|
|
360
|
QString py_toString(QLine*);
|
|
364
|
QString py_toString(QLine*);
|
|
361
|
bool __nonzero__(QLine* obj) { return !obj->isNull(); }
|
|
365
|
bool __nonzero__(QLine* obj) { return !obj->isNull(); }
|
|
362
|
};
|
|
366
|
};
|
|
363
|
|
|
367
|
|
|
364
|
|
|
368
|
|
|
365
|
|
|
369
|
|
|
366
|
|
|
370
|
|
|
367
|
|
|
371
|
|
|
368
|
class PythonQtWrapper_QLineF : public QObject
|
|
372
|
class PythonQtWrapper_QLineF : public QObject
|
|
369
|
{ Q_OBJECT
|
|
373
|
{ Q_OBJECT
|
|
370
|
public:
|
|
374
|
public:
|
|
371
|
Q_ENUMS(IntersectType )
|
|
375
|
Q_ENUMS(IntersectType )
|
|
372
|
enum IntersectType{
|
|
376
|
enum IntersectType{
|
|
373
|
NoIntersection = QLineF::NoIntersection, BoundedIntersection = QLineF::BoundedIntersection, UnboundedIntersection = QLineF::UnboundedIntersection};
|
|
377
|
NoIntersection = QLineF::NoIntersection, BoundedIntersection = QLineF::BoundedIntersection, UnboundedIntersection = QLineF::UnboundedIntersection};
|
|
374
|
public Q_SLOTS:
|
|
378
|
public Q_SLOTS:
|
|
375
|
QLineF* new_QLineF();
|
|
379
|
QLineF* new_QLineF();
|
|
376
|
QLineF* new_QLineF(const QLine& line);
|
|
380
|
QLineF* new_QLineF(const QLine& line);
|
|
377
|
QLineF* new_QLineF(const QPointF& pt1, const QPointF& pt2);
|
|
381
|
QLineF* new_QLineF(const QPointF& pt1, const QPointF& pt2);
|
|
378
|
QLineF* new_QLineF(qreal x1, qreal y1, qreal x2, qreal y2);
|
|
382
|
QLineF* new_QLineF(qreal x1, qreal y1, qreal x2, qreal y2);
|
|
379
|
QLineF* new_QLineF(const QLineF& other) {
|
|
383
|
QLineF* new_QLineF(const QLineF& other) {
|
|
380
|
QLineF* a = new QLineF();
|
|
384
|
QLineF* a = new QLineF();
|
|
381
|
*((QLineF*)a) = other;
|
|
385
|
*((QLineF*)a) = other;
|
|
382
|
return a; }
|
|
386
|
return a; }
|
|
383
|
void delete_QLineF(QLineF* obj) { delete obj; }
|
|
387
|
void delete_QLineF(QLineF* obj) { delete obj; }
|
|
384
|
qreal angle(QLineF* theWrappedObject) const;
|
|
388
|
qreal angle(QLineF* theWrappedObject) const;
|
|
385
|
qreal angle(QLineF* theWrappedObject, const QLineF& l) const;
|
|
389
|
qreal angle(QLineF* theWrappedObject, const QLineF& l) const;
|
|
386
|
qreal angleTo(QLineF* theWrappedObject, const QLineF& l) const;
|
|
390
|
qreal angleTo(QLineF* theWrappedObject, const QLineF& l) const;
|
|
387
|
qreal dx(QLineF* theWrappedObject) const;
|
|
391
|
qreal dx(QLineF* theWrappedObject) const;
|
|
388
|
qreal dy(QLineF* theWrappedObject) const;
|
|
392
|
qreal dy(QLineF* theWrappedObject) const;
|
|
389
|
QLineF static_QLineF_fromPolar(qreal length, qreal angle);
|
|
393
|
QLineF static_QLineF_fromPolar(qreal length, qreal angle);
|
|
390
|
QLineF::IntersectType intersect(QLineF* theWrappedObject, const QLineF& l, QPointF* intersectionPoint) const;
|
|
394
|
QLineF::IntersectType intersect(QLineF* theWrappedObject, const QLineF& l, QPointF* intersectionPoint) const;
|
|
391
|
bool isNull(QLineF* theWrappedObject) const;
|
|
395
|
bool isNull(QLineF* theWrappedObject) const;
|
|
392
|
qreal length(QLineF* theWrappedObject) const;
|
|
396
|
qreal length(QLineF* theWrappedObject) const;
|
|
393
|
QLineF normalVector(QLineF* theWrappedObject) const;
|
|
397
|
QLineF normalVector(QLineF* theWrappedObject) const;
|
|
394
|
bool __ne__(QLineF* theWrappedObject, const QLineF& d) const;
|
|
398
|
bool __ne__(QLineF* theWrappedObject, const QLineF& d) const;
|
|
395
|
QLineF __mul__(QLineF* theWrappedObject, const QMatrix& m);
|
|
399
|
QLineF __mul__(QLineF* theWrappedObject, const QMatrix& m);
|
|
396
|
QLineF __mul__(QLineF* theWrappedObject, const QTransform& m);
|
|
400
|
QLineF __mul__(QLineF* theWrappedObject, const QTransform& m);
|
|
397
|
void writeTo(QLineF* theWrappedObject, QDataStream& arg__1);
|
|
401
|
void writeTo(QLineF* theWrappedObject, QDataStream& arg__1);
|
|
398
|
bool __eq__(QLineF* theWrappedObject, const QLineF& d) const;
|
|
402
|
bool __eq__(QLineF* theWrappedObject, const QLineF& d) const;
|
|
399
|
void readFrom(QLineF* theWrappedObject, QDataStream& arg__1);
|
|
403
|
void readFrom(QLineF* theWrappedObject, QDataStream& arg__1);
|
|
400
|
QPointF p1(QLineF* theWrappedObject) const;
|
|
404
|
QPointF p1(QLineF* theWrappedObject) const;
|
|
401
|
QPointF p2(QLineF* theWrappedObject) const;
|
|
405
|
QPointF p2(QLineF* theWrappedObject) const;
|
|
402
|
QPointF pointAt(QLineF* theWrappedObject, qreal t) const;
|
|
406
|
QPointF pointAt(QLineF* theWrappedObject, qreal t) const;
|
|
403
|
void setAngle(QLineF* theWrappedObject, qreal angle);
|
|
407
|
void setAngle(QLineF* theWrappedObject, qreal angle);
|
|
404
|
void setLength(QLineF* theWrappedObject, qreal len);
|
|
408
|
void setLength(QLineF* theWrappedObject, qreal len);
|
|
405
|
void setLine(QLineF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
409
|
void setLine(QLineF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
406
|
void setP1(QLineF* theWrappedObject, const QPointF& p1);
|
|
410
|
void setP1(QLineF* theWrappedObject, const QPointF& p1);
|
|
407
|
void setP2(QLineF* theWrappedObject, const QPointF& p2);
|
|
411
|
void setP2(QLineF* theWrappedObject, const QPointF& p2);
|
|
408
|
void setPoints(QLineF* theWrappedObject, const QPointF& p1, const QPointF& p2);
|
|
412
|
void setPoints(QLineF* theWrappedObject, const QPointF& p1, const QPointF& p2);
|
|
409
|
QLine toLine(QLineF* theWrappedObject) const;
|
|
413
|
QLine toLine(QLineF* theWrappedObject) const;
|
|
410
|
void translate(QLineF* theWrappedObject, const QPointF& p);
|
|
414
|
void translate(QLineF* theWrappedObject, const QPointF& p);
|
|
411
|
void translate(QLineF* theWrappedObject, qreal dx, qreal dy);
|
|
415
|
void translate(QLineF* theWrappedObject, qreal dx, qreal dy);
|
|
412
|
QLineF translated(QLineF* theWrappedObject, const QPointF& p) const;
|
|
416
|
QLineF translated(QLineF* theWrappedObject, const QPointF& p) const;
|
|
413
|
QLineF translated(QLineF* theWrappedObject, qreal dx, qreal dy) const;
|
|
417
|
QLineF translated(QLineF* theWrappedObject, qreal dx, qreal dy) const;
|
|
414
|
QLineF unitVector(QLineF* theWrappedObject) const;
|
|
418
|
QLineF unitVector(QLineF* theWrappedObject) const;
|
|
415
|
qreal x1(QLineF* theWrappedObject) const;
|
|
419
|
qreal x1(QLineF* theWrappedObject) const;
|
|
416
|
qreal x2(QLineF* theWrappedObject) const;
|
|
420
|
qreal x2(QLineF* theWrappedObject) const;
|
|
417
|
qreal y1(QLineF* theWrappedObject) const;
|
|
421
|
qreal y1(QLineF* theWrappedObject) const;
|
|
418
|
qreal y2(QLineF* theWrappedObject) const;
|
|
422
|
qreal y2(QLineF* theWrappedObject) const;
|
|
419
|
QString py_toString(QLineF*);
|
|
423
|
QString py_toString(QLineF*);
|
|
420
|
bool __nonzero__(QLineF* obj) { return !obj->isNull(); }
|
|
424
|
bool __nonzero__(QLineF* obj) { return !obj->isNull(); }
|
|
421
|
};
|
|
425
|
};
|
|
422
|
|
|
426
|
|
|
423
|
|
|
427
|
|
|
424
|
|
|
428
|
|
|
425
|
|
|
429
|
|
|
426
|
|
|
430
|
|
|
427
|
class PythonQtWrapper_QLocale : public QObject
|
|
431
|
class PythonQtWrapper_QLocale : public QObject
|
|
428
|
{ Q_OBJECT
|
|
432
|
{ Q_OBJECT
|
|
429
|
public:
|
|
433
|
public:
|
|
430
|
Q_ENUMS(MeasurementSystem NumberOption QuotationStyle FormatType CurrencySymbolFormat Script Country Language )
|
|
434
|
Q_ENUMS(MeasurementSystem NumberOption QuotationStyle FormatType CurrencySymbolFormat Script Country Language )
|
|
431
|
Q_FLAGS(NumberOptions )
|
|
435
|
Q_FLAGS(NumberOptions )
|
|
432
|
enum MeasurementSystem{
|
|
436
|
enum MeasurementSystem{
|
|
433
|
MetricSystem = QLocale::MetricSystem, ImperialSystem = QLocale::ImperialSystem};
|
|
437
|
MetricSystem = QLocale::MetricSystem, ImperialSystem = QLocale::ImperialSystem};
|
|
434
|
enum NumberOption{
|
|
438
|
enum NumberOption{
|
|
435
|
OmitGroupSeparator = QLocale::OmitGroupSeparator, RejectGroupSeparator = QLocale::RejectGroupSeparator};
|
|
439
|
OmitGroupSeparator = QLocale::OmitGroupSeparator, RejectGroupSeparator = QLocale::RejectGroupSeparator};
|
|
436
|
enum QuotationStyle{
|
|
440
|
enum QuotationStyle{
|
|
437
|
StandardQuotation = QLocale::StandardQuotation, AlternateQuotation = QLocale::AlternateQuotation};
|
|
441
|
StandardQuotation = QLocale::StandardQuotation, AlternateQuotation = QLocale::AlternateQuotation};
|
|
438
|
enum FormatType{
|
|
442
|
enum FormatType{
|
|
439
|
LongFormat = QLocale::LongFormat, ShortFormat = QLocale::ShortFormat, NarrowFormat = QLocale::NarrowFormat};
|
|
443
|
LongFormat = QLocale::LongFormat, ShortFormat = QLocale::ShortFormat, NarrowFormat = QLocale::NarrowFormat};
|
|
440
|
enum CurrencySymbolFormat{
|
|
444
|
enum CurrencySymbolFormat{
|
|
441
|
CurrencyIsoCode = QLocale::CurrencyIsoCode, CurrencySymbol = QLocale::CurrencySymbol, CurrencyDisplayName = QLocale::CurrencyDisplayName};
|
|
445
|
CurrencyIsoCode = QLocale::CurrencyIsoCode, CurrencySymbol = QLocale::CurrencySymbol, CurrencyDisplayName = QLocale::CurrencyDisplayName};
|
|
442
|
enum Script{
|
|
446
|
enum Script{
|
|
443
|
AnyScript = QLocale::AnyScript, ArabicScript = QLocale::ArabicScript, CyrillicScript = QLocale::CyrillicScript, DeseretScript = QLocale::DeseretScript, GurmukhiScript = QLocale::GurmukhiScript, SimplifiedHanScript = QLocale::SimplifiedHanScript, TraditionalHanScript = QLocale::TraditionalHanScript, LatinScript = QLocale::LatinScript, MongolianScript = QLocale::MongolianScript, TifinaghScript = QLocale::TifinaghScript, SimplifiedChineseScript = QLocale::SimplifiedChineseScript, TraditionalChineseScript = QLocale::TraditionalChineseScript, LastScript = QLocale::LastScript};
|
|
447
|
AnyScript = QLocale::AnyScript, ArabicScript = QLocale::ArabicScript, CyrillicScript = QLocale::CyrillicScript, DeseretScript = QLocale::DeseretScript, GurmukhiScript = QLocale::GurmukhiScript, SimplifiedHanScript = QLocale::SimplifiedHanScript, TraditionalHanScript = QLocale::TraditionalHanScript, LatinScript = QLocale::LatinScript, MongolianScript = QLocale::MongolianScript, TifinaghScript = QLocale::TifinaghScript, SimplifiedChineseScript = QLocale::SimplifiedChineseScript, TraditionalChineseScript = QLocale::TraditionalChineseScript, LastScript = QLocale::LastScript};
|
|
444
|
enum Country{
|
|
448
|
enum Country{
|
|
445
|
AnyCountry = QLocale::AnyCountry, Afghanistan = QLocale::Afghanistan, Albania = QLocale::Albania, Algeria = QLocale::Algeria, AmericanSamoa = QLocale::AmericanSamoa, Andorra = QLocale::Andorra, Angola = QLocale::Angola, Anguilla = QLocale::Anguilla, Antarctica = QLocale::Antarctica, AntiguaAndBarbuda = QLocale::AntiguaAndBarbuda, Argentina = QLocale::Argentina, Armenia = QLocale::Armenia, Aruba = QLocale::Aruba, Australia = QLocale::Australia, Austria = QLocale::Austria, Azerbaijan = QLocale::Azerbaijan, Bahamas = QLocale::Bahamas, Bahrain = QLocale::Bahrain, Bangladesh = QLocale::Bangladesh, Barbados = QLocale::Barbados, Belarus = QLocale::Belarus, Belgium = QLocale::Belgium, Belize = QLocale::Belize, Benin = QLocale::Benin, Bermuda = QLocale::Bermuda, Bhutan = QLocale::Bhutan, Bolivia = QLocale::Bolivia, BosniaAndHerzegowina = QLocale::BosniaAndHerzegowina, Botswana = QLocale::Botswana, BouvetIsland = QLocale::BouvetIsland, Brazil = QLocale::Brazil, BritishIndianOceanTerritory = QLocale::BritishIndianOceanTerritory, BruneiDarussalam = QLocale::BruneiDarussalam, Bulgaria = QLocale::Bulgaria, BurkinaFaso = QLocale::BurkinaFaso, Burundi = QLocale::Burundi, Cambodia = QLocale::Cambodia, Cameroon = QLocale::Cameroon, Canada = QLocale::Canada, CapeVerde = QLocale::CapeVerde, CaymanIslands = QLocale::CaymanIslands, CentralAfricanRepublic = QLocale::CentralAfricanRepublic, Chad = QLocale::Chad, Chile = QLocale::Chile, China = QLocale::China, ChristmasIsland = QLocale::ChristmasIsland, CocosIslands = QLocale::CocosIslands, Colombia = QLocale::Colombia, Comoros = QLocale::Comoros, DemocraticRepublicOfCongo = QLocale::DemocraticRepublicOfCongo, PeoplesRepublicOfCongo = QLocale::PeoplesRepublicOfCongo, CookIslands = QLocale::CookIslands, CostaRica = QLocale::CostaRica, IvoryCoast = QLocale::IvoryCoast, Croatia = QLocale::Croatia, Cuba = QLocale::Cuba, Cyprus = QLocale::Cyprus, CzechRepublic = QLocale::CzechRepublic, Denmark = QLocale::Denmark, Djibouti = QLocale::Djibouti, Dominica = QLocale::Dominica, DominicanRepublic = QLocale::DominicanRepublic, EastTimor = QLocale::EastTimor, Ecuador = QLocale::Ecuador, Egypt = QLocale::Egypt, ElSalvador = QLocale::ElSalvador, EquatorialGuinea = QLocale::EquatorialGuinea, Eritrea = QLocale::Eritrea, Estonia = QLocale::Estonia, Ethiopia = QLocale::Ethiopia, FalklandIslands = QLocale::FalklandIslands, FaroeIslands = QLocale::FaroeIslands, FijiCountry = QLocale::FijiCountry, Finland = QLocale::Finland, France = QLocale::France, MetropolitanFrance = QLocale::MetropolitanFrance, FrenchGuiana = QLocale::FrenchGuiana, FrenchPolynesia = QLocale::FrenchPolynesia, FrenchSouthernTerritories = QLocale::FrenchSouthernTerritories, Gabon = QLocale::Gabon, Gambia = QLocale::Gambia, Georgia = QLocale::Georgia, Germany = QLocale::Germany, Ghana = QLocale::Ghana, Gibraltar = QLocale::Gibraltar, Greece = QLocale::Greece, Greenland = QLocale::Greenland, Grenada = QLocale::Grenada, Guadeloupe = QLocale::Guadeloupe, Guam = QLocale::Guam, Guatemala = QLocale::Guatemala, Guinea = QLocale::Guinea, GuineaBissau = QLocale::GuineaBissau, Guyana = QLocale::Guyana, Haiti = QLocale::Haiti, HeardAndMcDonaldIslands = QLocale::HeardAndMcDonaldIslands, Honduras = QLocale::Honduras, HongKong = QLocale::HongKong, Hungary = QLocale::Hungary, Iceland = QLocale::Iceland, India = QLocale::India, Indonesia = QLocale::Indonesia, Iran = QLocale::Iran, Iraq = QLocale::Iraq, Ireland = QLocale::Ireland, Israel = QLocale::Israel, Italy = QLocale::Italy, Jamaica = QLocale::Jamaica, Japan = QLocale::Japan, Jordan = QLocale::Jordan, Kazakhstan = QLocale::Kazakhstan, Kenya = QLocale::Kenya, Kiribati = QLocale::Kiribati, DemocraticRepublicOfKorea = QLocale::DemocraticRepublicOfKorea, RepublicOfKorea = QLocale::RepublicOfKorea, Kuwait = QLocale::Kuwait, Kyrgyzstan = QLocale::Kyrgyzstan, Lao = QLocale::Lao, Latvia = QLocale::Latvia, Lebanon = QLocale::Lebanon, Lesotho = QLocale::Lesotho, Liberia = QLocale::Liberia, LibyanArabJamahiriya = QLocale::LibyanArabJamahiriya, Liechtenstein = QLocale::Liechtenstein, Lithuania = QLocale::Lithuania, Luxembourg = QLocale::Luxembourg, Macau = QLocale::Macau, Macedonia = QLocale::Macedonia, Madagascar = QLocale::Madagascar, Malawi = QLocale::Malawi, Malaysia = QLocale::Malaysia, Maldives = QLocale::Maldives, Mali = QLocale::Mali, Malta = QLocale::Malta, MarshallIslands = QLocale::MarshallIslands, Martinique = QLocale::Martinique, Mauritania = QLocale::Mauritania, Mauritius = QLocale::Mauritius, Mayotte = QLocale::Mayotte, Mexico = QLocale::Mexico, Micronesia = QLocale::Micronesia, Moldova = QLocale::Moldova, Monaco = QLocale::Monaco, Mongolia = QLocale::Mongolia, Montserrat = QLocale::Montserrat, Morocco = QLocale::Morocco, Mozambique = QLocale::Mozambique, Myanmar = QLocale::Myanmar, Namibia = QLocale::Namibia, NauruCountry = QLocale::NauruCountry, Nepal = QLocale::Nepal, Netherlands = QLocale::Netherlands, NetherlandsAntilles = QLocale::NetherlandsAntilles, NewCaledonia = QLocale::NewCaledonia, NewZealand = QLocale::NewZealand, Nicaragua = QLocale::Nicaragua, Niger = QLocale::Niger, Nigeria = QLocale::Nigeria, Niue = QLocale::Niue, NorfolkIsland = QLocale::NorfolkIsland, NorthernMarianaIslands = QLocale::NorthernMarianaIslands, Norway = QLocale::Norway, Oman = QLocale::Oman, Pakistan = QLocale::Pakistan, Palau = QLocale::Palau, PalestinianTerritory = QLocale::PalestinianTerritory, Panama = QLocale::Panama, PapuaNewGuinea = QLocale::PapuaNewGuinea, Paraguay = QLocale::Paraguay, Peru = QLocale::Peru, Philippines = QLocale::Philippines, Pitcairn = QLocale::Pitcairn, Poland = QLocale::Poland, Portugal = QLocale::Portugal, PuertoRico = QLocale::PuertoRico, Qatar = QLocale::Qatar, Reunion = QLocale::Reunion, Romania = QLocale::Romania, RussianFederation = QLocale::RussianFederation, Rwanda = QLocale::Rwanda, SaintKittsAndNevis = QLocale::SaintKittsAndNevis, StLucia = QLocale::StLucia, StVincentAndTheGrenadines = QLocale::StVincentAndTheGrenadines, Samoa = QLocale::Samoa, SanMarino = QLocale::SanMarino, SaoTomeAndPrincipe = QLocale::SaoTomeAndPrincipe, SaudiArabia = QLocale::SaudiArabia, Senegal = QLocale::Senegal, Seychelles = QLocale::Seychelles, SierraLeone = QLocale::SierraLeone, Singapore = QLocale::Singapore, Slovakia = QLocale::Slovakia, Slovenia = QLocale::Slovenia, SolomonIslands = QLocale::SolomonIslands, Somalia = QLocale::Somalia, SouthAfrica = QLocale::SouthAfrica, SouthGeorgiaAndTheSouthSandwichIslands = QLocale::SouthGeorgiaAndTheSouthSandwichIslands, Spain = QLocale::Spain, SriLanka = QLocale::SriLanka, StHelena = QLocale::StHelena, StPierreAndMiquelon = QLocale::StPierreAndMiquelon, Sudan = QLocale::Sudan, Suriname = QLocale::Suriname, SvalbardAndJanMayenIslands = QLocale::SvalbardAndJanMayenIslands, Swaziland = QLocale::Swaziland, Sweden = QLocale::Sweden, Switzerland = QLocale::Switzerland, SyrianArabRepublic = QLocale::SyrianArabRepublic, Taiwan = QLocale::Taiwan, Tajikistan = QLocale::Tajikistan, Tanzania = QLocale::Tanzania, Thailand = QLocale::Thailand, Togo = QLocale::Togo, Tokelau = QLocale::Tokelau, TongaCountry = QLocale::TongaCountry, TrinidadAndTobago = QLocale::TrinidadAndTobago, Tunisia = QLocale::Tunisia, Turkey = QLocale::Turkey, Turkmenistan = QLocale::Turkmenistan, TurksAndCaicosIslands = QLocale::TurksAndCaicosIslands, Tuvalu = QLocale::Tuvalu, Uganda = QLocale::Uganda, Ukraine = QLocale::Ukraine, UnitedArabEmirates = QLocale::UnitedArabEmirates, UnitedKingdom = QLocale::UnitedKingdom, UnitedStates = QLocale::UnitedStates, UnitedStatesMinorOutlyingIslands = QLocale::UnitedStatesMinorOutlyingIslands, Uruguay = QLocale::Uruguay, Uzbekistan = QLocale::Uzbekistan, Vanuatu = QLocale::Vanuatu, VaticanCityState = QLocale::VaticanCityState, Venezuela = QLocale::Venezuela, VietNam = QLocale::VietNam, BritishVirginIslands = QLocale::BritishVirginIslands, USVirginIslands = QLocale::USVirginIslands, WallisAndFutunaIslands = QLocale::WallisAndFutunaIslands, WesternSahara = QLocale::WesternSahara, Yemen = QLocale::Yemen, Yugoslavia = QLocale::Yugoslavia, Zambia = QLocale::Zambia, Zimbabwe = QLocale::Zimbabwe, SerbiaAndMontenegro = QLocale::SerbiaAndMontenegro, Montenegro = QLocale::Montenegro, Serbia = QLocale::Serbia, SaintBarthelemy = QLocale::SaintBarthelemy, SaintMartin = QLocale::SaintMartin, LatinAmericaAndTheCaribbean = QLocale::LatinAmericaAndTheCaribbean, LastCountry = QLocale::LastCountry};
|
|
449
|
AnyCountry = QLocale::AnyCountry, Afghanistan = QLocale::Afghanistan, Albania = QLocale::Albania, Algeria = QLocale::Algeria, AmericanSamoa = QLocale::AmericanSamoa, Andorra = QLocale::Andorra, Angola = QLocale::Angola, Anguilla = QLocale::Anguilla, Antarctica = QLocale::Antarctica, AntiguaAndBarbuda = QLocale::AntiguaAndBarbuda, Argentina = QLocale::Argentina, Armenia = QLocale::Armenia, Aruba = QLocale::Aruba, Australia = QLocale::Australia, Austria = QLocale::Austria, Azerbaijan = QLocale::Azerbaijan, Bahamas = QLocale::Bahamas, Bahrain = QLocale::Bahrain, Bangladesh = QLocale::Bangladesh, Barbados = QLocale::Barbados, Belarus = QLocale::Belarus, Belgium = QLocale::Belgium, Belize = QLocale::Belize, Benin = QLocale::Benin, Bermuda = QLocale::Bermuda, Bhutan = QLocale::Bhutan, Bolivia = QLocale::Bolivia, BosniaAndHerzegowina = QLocale::BosniaAndHerzegowina, Botswana = QLocale::Botswana, BouvetIsland = QLocale::BouvetIsland, Brazil = QLocale::Brazil, BritishIndianOceanTerritory = QLocale::BritishIndianOceanTerritory, BruneiDarussalam = QLocale::BruneiDarussalam, Bulgaria = QLocale::Bulgaria, BurkinaFaso = QLocale::BurkinaFaso, Burundi = QLocale::Burundi, Cambodia = QLocale::Cambodia, Cameroon = QLocale::Cameroon, Canada = QLocale::Canada, CapeVerde = QLocale::CapeVerde, CaymanIslands = QLocale::CaymanIslands, CentralAfricanRepublic = QLocale::CentralAfricanRepublic, Chad = QLocale::Chad, Chile = QLocale::Chile, China = QLocale::China, ChristmasIsland = QLocale::ChristmasIsland, CocosIslands = QLocale::CocosIslands, Colombia = QLocale::Colombia, Comoros = QLocale::Comoros, DemocraticRepublicOfCongo = QLocale::DemocraticRepublicOfCongo, PeoplesRepublicOfCongo = QLocale::PeoplesRepublicOfCongo, CookIslands = QLocale::CookIslands, CostaRica = QLocale::CostaRica, IvoryCoast = QLocale::IvoryCoast, Croatia = QLocale::Croatia, Cuba = QLocale::Cuba, Cyprus = QLocale::Cyprus, CzechRepublic = QLocale::CzechRepublic, Denmark = QLocale::Denmark, Djibouti = QLocale::Djibouti, Dominica = QLocale::Dominica, DominicanRepublic = QLocale::DominicanRepublic, EastTimor = QLocale::EastTimor, Ecuador = QLocale::Ecuador, Egypt = QLocale::Egypt, ElSalvador = QLocale::ElSalvador, EquatorialGuinea = QLocale::EquatorialGuinea, Eritrea = QLocale::Eritrea, Estonia = QLocale::Estonia, Ethiopia = QLocale::Ethiopia, FalklandIslands = QLocale::FalklandIslands, FaroeIslands = QLocale::FaroeIslands, FijiCountry = QLocale::FijiCountry, Finland = QLocale::Finland, France = QLocale::France, MetropolitanFrance = QLocale::MetropolitanFrance, FrenchGuiana = QLocale::FrenchGuiana, FrenchPolynesia = QLocale::FrenchPolynesia, FrenchSouthernTerritories = QLocale::FrenchSouthernTerritories, Gabon = QLocale::Gabon, Gambia = QLocale::Gambia, Georgia = QLocale::Georgia, Germany = QLocale::Germany, Ghana = QLocale::Ghana, Gibraltar = QLocale::Gibraltar, Greece = QLocale::Greece, Greenland = QLocale::Greenland, Grenada = QLocale::Grenada, Guadeloupe = QLocale::Guadeloupe, Guam = QLocale::Guam, Guatemala = QLocale::Guatemala, Guinea = QLocale::Guinea, GuineaBissau = QLocale::GuineaBissau, Guyana = QLocale::Guyana, Haiti = QLocale::Haiti, HeardAndMcDonaldIslands = QLocale::HeardAndMcDonaldIslands, Honduras = QLocale::Honduras, HongKong = QLocale::HongKong, Hungary = QLocale::Hungary, Iceland = QLocale::Iceland, India = QLocale::India, Indonesia = QLocale::Indonesia, Iran = QLocale::Iran, Iraq = QLocale::Iraq, Ireland = QLocale::Ireland, Israel = QLocale::Israel, Italy = QLocale::Italy, Jamaica = QLocale::Jamaica, Japan = QLocale::Japan, Jordan = QLocale::Jordan, Kazakhstan = QLocale::Kazakhstan, Kenya = QLocale::Kenya, Kiribati = QLocale::Kiribati, DemocraticRepublicOfKorea = QLocale::DemocraticRepublicOfKorea, RepublicOfKorea = QLocale::RepublicOfKorea, Kuwait = QLocale::Kuwait, Kyrgyzstan = QLocale::Kyrgyzstan, Lao = QLocale::Lao, Latvia = QLocale::Latvia, Lebanon = QLocale::Lebanon, Lesotho = QLocale::Lesotho, Liberia = QLocale::Liberia, LibyanArabJamahiriya = QLocale::LibyanArabJamahiriya, Liechtenstein = QLocale::Liechtenstein, Lithuania = QLocale::Lithuania, Luxembourg = QLocale::Luxembourg, Macau = QLocale::Macau, Macedonia = QLocale::Macedonia, Madagascar = QLocale::Madagascar, Malawi = QLocale::Malawi, Malaysia = QLocale::Malaysia, Maldives = QLocale::Maldives, Mali = QLocale::Mali, Malta = QLocale::Malta, MarshallIslands = QLocale::MarshallIslands, Martinique = QLocale::Martinique, Mauritania = QLocale::Mauritania, Mauritius = QLocale::Mauritius, Mayotte = QLocale::Mayotte, Mexico = QLocale::Mexico, Micronesia = QLocale::Micronesia, Moldova = QLocale::Moldova, Monaco = QLocale::Monaco, Mongolia = QLocale::Mongolia, Montserrat = QLocale::Montserrat, Morocco = QLocale::Morocco, Mozambique = QLocale::Mozambique, Myanmar = QLocale::Myanmar, Namibia = QLocale::Namibia, NauruCountry = QLocale::NauruCountry, Nepal = QLocale::Nepal, Netherlands = QLocale::Netherlands, NetherlandsAntilles = QLocale::NetherlandsAntilles, NewCaledonia = QLocale::NewCaledonia, NewZealand = QLocale::NewZealand, Nicaragua = QLocale::Nicaragua, Niger = QLocale::Niger, Nigeria = QLocale::Nigeria, Niue = QLocale::Niue, NorfolkIsland = QLocale::NorfolkIsland, NorthernMarianaIslands = QLocale::NorthernMarianaIslands, Norway = QLocale::Norway, Oman = QLocale::Oman, Pakistan = QLocale::Pakistan, Palau = QLocale::Palau, PalestinianTerritory = QLocale::PalestinianTerritory, Panama = QLocale::Panama, PapuaNewGuinea = QLocale::PapuaNewGuinea, Paraguay = QLocale::Paraguay, Peru = QLocale::Peru, Philippines = QLocale::Philippines, Pitcairn = QLocale::Pitcairn, Poland = QLocale::Poland, Portugal = QLocale::Portugal, PuertoRico = QLocale::PuertoRico, Qatar = QLocale::Qatar, Reunion = QLocale::Reunion, Romania = QLocale::Romania, RussianFederation = QLocale::RussianFederation, Rwanda = QLocale::Rwanda, SaintKittsAndNevis = QLocale::SaintKittsAndNevis, StLucia = QLocale::StLucia, StVincentAndTheGrenadines = QLocale::StVincentAndTheGrenadines, Samoa = QLocale::Samoa, SanMarino = QLocale::SanMarino, SaoTomeAndPrincipe = QLocale::SaoTomeAndPrincipe, SaudiArabia = QLocale::SaudiArabia, Senegal = QLocale::Senegal, Seychelles = QLocale::Seychelles, SierraLeone = QLocale::SierraLeone, Singapore = QLocale::Singapore, Slovakia = QLocale::Slovakia, Slovenia = QLocale::Slovenia, SolomonIslands = QLocale::SolomonIslands, Somalia = QLocale::Somalia, SouthAfrica = QLocale::SouthAfrica, SouthGeorgiaAndTheSouthSandwichIslands = QLocale::SouthGeorgiaAndTheSouthSandwichIslands, Spain = QLocale::Spain, SriLanka = QLocale::SriLanka, StHelena = QLocale::StHelena, StPierreAndMiquelon = QLocale::StPierreAndMiquelon, Sudan = QLocale::Sudan, Suriname = QLocale::Suriname, SvalbardAndJanMayenIslands = QLocale::SvalbardAndJanMayenIslands, Swaziland = QLocale::Swaziland, Sweden = QLocale::Sweden, Switzerland = QLocale::Switzerland, SyrianArabRepublic = QLocale::SyrianArabRepublic, Taiwan = QLocale::Taiwan, Tajikistan = QLocale::Tajikistan, Tanzania = QLocale::Tanzania, Thailand = QLocale::Thailand, Togo = QLocale::Togo, Tokelau = QLocale::Tokelau, TongaCountry = QLocale::TongaCountry, TrinidadAndTobago = QLocale::TrinidadAndTobago, Tunisia = QLocale::Tunisia, Turkey = QLocale::Turkey, Turkmenistan = QLocale::Turkmenistan, TurksAndCaicosIslands = QLocale::TurksAndCaicosIslands, Tuvalu = QLocale::Tuvalu, Uganda = QLocale::Uganda, Ukraine = QLocale::Ukraine, UnitedArabEmirates = QLocale::UnitedArabEmirates, UnitedKingdom = QLocale::UnitedKingdom, UnitedStates = QLocale::UnitedStates, UnitedStatesMinorOutlyingIslands = QLocale::UnitedStatesMinorOutlyingIslands, Uruguay = QLocale::Uruguay, Uzbekistan = QLocale::Uzbekistan, Vanuatu = QLocale::Vanuatu, VaticanCityState = QLocale::VaticanCityState, Venezuela = QLocale::Venezuela, VietNam = QLocale::VietNam, BritishVirginIslands = QLocale::BritishVirginIslands, USVirginIslands = QLocale::USVirginIslands, WallisAndFutunaIslands = QLocale::WallisAndFutunaIslands, WesternSahara = QLocale::WesternSahara, Yemen = QLocale::Yemen, Yugoslavia = QLocale::Yugoslavia, Zambia = QLocale::Zambia, Zimbabwe = QLocale::Zimbabwe, SerbiaAndMontenegro = QLocale::SerbiaAndMontenegro, Montenegro = QLocale::Montenegro, Serbia = QLocale::Serbia, SaintBarthelemy = QLocale::SaintBarthelemy, SaintMartin = QLocale::SaintMartin, LatinAmericaAndTheCaribbean = QLocale::LatinAmericaAndTheCaribbean, LastCountry = QLocale::LastCountry};
|
|
446
|
enum Language{
|
|
450
|
enum Language{
|
|
447
|
AnyLanguage = QLocale::AnyLanguage, C = QLocale::C, Abkhazian = QLocale::Abkhazian, Afan = QLocale::Afan, Afar = QLocale::Afar, Afrikaans = QLocale::Afrikaans, Albanian = QLocale::Albanian, Amharic = QLocale::Amharic, Arabic = QLocale::Arabic, Armenian = QLocale::Armenian, Assamese = QLocale::Assamese, Aymara = QLocale::Aymara, Azerbaijani = QLocale::Azerbaijani, Bashkir = QLocale::Bashkir, Basque = QLocale::Basque, Bengali = QLocale::Bengali, Bhutani = QLocale::Bhutani, Bihari = QLocale::Bihari, Bislama = QLocale::Bislama, Breton = QLocale::Breton, Bulgarian = QLocale::Bulgarian, Burmese = QLocale::Burmese, Byelorussian = QLocale::Byelorussian, Cambodian = QLocale::Cambodian, Catalan = QLocale::Catalan, Chinese = QLocale::Chinese, Corsican = QLocale::Corsican, Croatian = QLocale::Croatian, Czech = QLocale::Czech, Danish = QLocale::Danish, Dutch = QLocale::Dutch, English = QLocale::English, Esperanto = QLocale::Esperanto, Estonian = QLocale::Estonian, Faroese = QLocale::Faroese, FijiLanguage = QLocale::FijiLanguage, Finnish = QLocale::Finnish, French = QLocale::French, Frisian = QLocale::Frisian, Gaelic = QLocale::Gaelic, Galician = QLocale::Galician, Georgian = QLocale::Georgian, German = QLocale::German, Greek = QLocale::Greek, Greenlandic = QLocale::Greenlandic, Guarani = QLocale::Guarani, Gujarati = QLocale::Gujarati, Hausa = QLocale::Hausa, Hebrew = QLocale::Hebrew, Hindi = QLocale::Hindi, Hungarian = QLocale::Hungarian, Icelandic = QLocale::Icelandic, Indonesian = QLocale::Indonesian, Interlingua = QLocale::Interlingua, Interlingue = QLocale::Interlingue, Inuktitut = QLocale::Inuktitut, Inupiak = QLocale::Inupiak, Irish = QLocale::Irish, Italian = QLocale::Italian, Japanese = QLocale::Japanese, Javanese = QLocale::Javanese, Kannada = QLocale::Kannada, Kashmiri = QLocale::Kashmiri, Kazakh = QLocale::Kazakh, Kinyarwanda = QLocale::Kinyarwanda, Kirghiz = QLocale::Kirghiz, Korean = QLocale::Korean, Kurdish = QLocale::Kurdish, Kurundi = QLocale::Kurundi, Laothian = QLocale::Laothian, Latin = QLocale::Latin, Latvian = QLocale::Latvian, Lingala = QLocale::Lingala, Lithuanian = QLocale::Lithuanian, Macedonian = QLocale::Macedonian, Malagasy = QLocale::Malagasy, Malay = QLocale::Malay, Malayalam = QLocale::Malayalam, Maltese = QLocale::Maltese, Maori = QLocale::Maori, Marathi = QLocale::Marathi, Moldavian = QLocale::Moldavian, Mongolian = QLocale::Mongolian, NauruLanguage = QLocale::NauruLanguage, Nepali = QLocale::Nepali, Norwegian = QLocale::Norwegian, Occitan = QLocale::Occitan, Oriya = QLocale::Oriya, Pashto = QLocale::Pashto, Persian = QLocale::Persian, Polish = QLocale::Polish, Portuguese = QLocale::Portuguese, Punjabi = QLocale::Punjabi, Quechua = QLocale::Quechua, RhaetoRomance = QLocale::RhaetoRomance, Romanian = QLocale::Romanian, Russian = QLocale::Russian, Samoan = QLocale::Samoan, Sangho = QLocale::Sangho, Sanskrit = QLocale::Sanskrit, Serbian = QLocale::Serbian, SerboCroatian = QLocale::SerboCroatian, Sesotho = QLocale::Sesotho, Setswana = QLocale::Setswana, Shona = QLocale::Shona, Sindhi = QLocale::Sindhi, Singhalese = QLocale::Singhalese, Siswati = QLocale::Siswati, Slovak = QLocale::Slovak, Slovenian = QLocale::Slovenian, Somali = QLocale::Somali, Spanish = QLocale::Spanish, Sundanese = QLocale::Sundanese, Swahili = QLocale::Swahili, Swedish = QLocale::Swedish, Tagalog = QLocale::Tagalog, Tajik = QLocale::Tajik, Tamil = QLocale::Tamil, Tatar = QLocale::Tatar, Telugu = QLocale::Telugu, Thai = QLocale::Thai, Tibetan = QLocale::Tibetan, Tigrinya = QLocale::Tigrinya, TongaLanguage = QLocale::TongaLanguage, Tsonga = QLocale::Tsonga, Turkish = QLocale::Turkish, Turkmen = QLocale::Turkmen, Twi = QLocale::Twi, Uigur = QLocale::Uigur, Ukrainian = QLocale::Ukrainian, Urdu = QLocale::Urdu, Uzbek = QLocale::Uzbek, Vietnamese = QLocale::Vietnamese, Volapuk = QLocale::Volapuk, Welsh = QLocale::Welsh, Wolof = QLocale::Wolof, Xhosa = QLocale::Xhosa, Yiddish = QLocale::Yiddish, Yoruba = QLocale::Yoruba, Zhuang = QLocale::Zhuang, Zulu = QLocale::Zulu, Nynorsk = QLocale::Nynorsk, Bosnian = QLocale::Bosnian, Divehi = QLocale::Divehi, Manx = QLocale::Manx, Cornish = QLocale::Cornish, Akan = QLocale::Akan, Konkani = QLocale::Konkani, Ga = QLocale::Ga, Igbo = QLocale::Igbo, Kamba = QLocale::Kamba, Syriac = QLocale::Syriac, Blin = QLocale::Blin, Geez = QLocale::Geez, Koro = QLocale::Koro, Sidamo = QLocale::Sidamo, Atsam = QLocale::Atsam, Tigre = QLocale::Tigre, Jju = QLocale::Jju, Friulian = QLocale::Friulian, Venda = QLocale::Venda, Ewe = QLocale::Ewe, Walamo = QLocale::Walamo, Hawaiian = QLocale::Hawaiian, Tyap = QLocale::Tyap, Chewa = QLocale::Chewa, Filipino = QLocale::Filipino, SwissGerman = QLocale::SwissGerman, SichuanYi = QLocale::SichuanYi, Kpelle = QLocale::Kpelle, LowGerman = QLocale::LowGerman, SouthNdebele = QLocale::SouthNdebele, NorthernSotho = QLocale::NorthernSotho, NorthernSami = QLocale::NorthernSami, Taroko = QLocale::Taroko, Gusii = QLocale::Gusii, Taita = QLocale::Taita, Fulah = QLocale::Fulah, Kikuyu = QLocale::Kikuyu, Samburu = QLocale::Samburu, Sena = QLocale::Sena, NorthNdebele = QLocale::NorthNdebele, Rombo = QLocale::Rombo, Tachelhit = QLocale::Tachelhit, Kabyle = QLocale::Kabyle, Nyankole = QLocale::Nyankole, Bena = QLocale::Bena, Vunjo = QLocale::Vunjo, Bambara = QLocale::Bambara, Embu = QLocale::Embu, Cherokee = QLocale::Cherokee, Morisyen = QLocale::Morisyen, Makonde = QLocale::Makonde, Langi = QLocale::Langi, Ganda = QLocale::Ganda, Bemba = QLocale::Bemba, Kabuverdianu = QLocale::Kabuverdianu, Meru = QLocale::Meru, Kalenjin = QLocale::Kalenjin, Nama = QLocale::Nama, Machame = QLocale::Machame, Colognian = QLocale::Colognian, Masai = QLocale::Masai, Soga = QLocale::Soga, Luyia = QLocale::Luyia, Asu = QLocale::Asu, Teso = QLocale::Teso, Saho = QLocale::Saho, KoyraChiini = QLocale::KoyraChiini, Rwa = QLocale::Rwa, Luo = QLocale::Luo, Chiga = QLocale::Chiga, CentralMoroccoTamazight = QLocale::CentralMoroccoTamazight, KoyraboroSenni = QLocale::KoyraboroSenni, Shambala = QLocale::Shambala, NorwegianBokmal = QLocale::NorwegianBokmal, NorwegianNynorsk = QLocale::NorwegianNynorsk, LastLanguage = QLocale::LastLanguage};
|
|
451
|
AnyLanguage = QLocale::AnyLanguage, C = QLocale::C, Abkhazian = QLocale::Abkhazian, Afan = QLocale::Afan, Afar = QLocale::Afar, Afrikaans = QLocale::Afrikaans, Albanian = QLocale::Albanian, Amharic = QLocale::Amharic, Arabic = QLocale::Arabic, Armenian = QLocale::Armenian, Assamese = QLocale::Assamese, Aymara = QLocale::Aymara, Azerbaijani = QLocale::Azerbaijani, Bashkir = QLocale::Bashkir, Basque = QLocale::Basque, Bengali = QLocale::Bengali, Bhutani = QLocale::Bhutani, Bihari = QLocale::Bihari, Bislama = QLocale::Bislama, Breton = QLocale::Breton, Bulgarian = QLocale::Bulgarian, Burmese = QLocale::Burmese, Byelorussian = QLocale::Byelorussian, Cambodian = QLocale::Cambodian, Catalan = QLocale::Catalan, Chinese = QLocale::Chinese, Corsican = QLocale::Corsican, Croatian = QLocale::Croatian, Czech = QLocale::Czech, Danish = QLocale::Danish, Dutch = QLocale::Dutch, English = QLocale::English, Esperanto = QLocale::Esperanto, Estonian = QLocale::Estonian, Faroese = QLocale::Faroese, FijiLanguage = QLocale::FijiLanguage, Finnish = QLocale::Finnish, French = QLocale::French, Frisian = QLocale::Frisian, Gaelic = QLocale::Gaelic, Galician = QLocale::Galician, Georgian = QLocale::Georgian, German = QLocale::German, Greek = QLocale::Greek, Greenlandic = QLocale::Greenlandic, Guarani = QLocale::Guarani, Gujarati = QLocale::Gujarati, Hausa = QLocale::Hausa, Hebrew = QLocale::Hebrew, Hindi = QLocale::Hindi, Hungarian = QLocale::Hungarian, Icelandic = QLocale::Icelandic, Indonesian = QLocale::Indonesian, Interlingua = QLocale::Interlingua, Interlingue = QLocale::Interlingue, Inuktitut = QLocale::Inuktitut, Inupiak = QLocale::Inupiak, Irish = QLocale::Irish, Italian = QLocale::Italian, Japanese = QLocale::Japanese, Javanese = QLocale::Javanese, Kannada = QLocale::Kannada, Kashmiri = QLocale::Kashmiri, Kazakh = QLocale::Kazakh, Kinyarwanda = QLocale::Kinyarwanda, Kirghiz = QLocale::Kirghiz, Korean = QLocale::Korean, Kurdish = QLocale::Kurdish, Kurundi = QLocale::Kurundi, Laothian = QLocale::Laothian, Latin = QLocale::Latin, Latvian = QLocale::Latvian, Lingala = QLocale::Lingala, Lithuanian = QLocale::Lithuanian, Macedonian = QLocale::Macedonian, Malagasy = QLocale::Malagasy, Malay = QLocale::Malay, Malayalam = QLocale::Malayalam, Maltese = QLocale::Maltese, Maori = QLocale::Maori, Marathi = QLocale::Marathi, Moldavian = QLocale::Moldavian, Mongolian = QLocale::Mongolian, NauruLanguage = QLocale::NauruLanguage, Nepali = QLocale::Nepali, Norwegian = QLocale::Norwegian, Occitan = QLocale::Occitan, Oriya = QLocale::Oriya, Pashto = QLocale::Pashto, Persian = QLocale::Persian, Polish = QLocale::Polish, Portuguese = QLocale::Portuguese, Punjabi = QLocale::Punjabi, Quechua = QLocale::Quechua, RhaetoRomance = QLocale::RhaetoRomance, Romanian = QLocale::Romanian, Russian = QLocale::Russian, Samoan = QLocale::Samoan, Sangho = QLocale::Sangho, Sanskrit = QLocale::Sanskrit, Serbian = QLocale::Serbian, SerboCroatian = QLocale::SerboCroatian, Sesotho = QLocale::Sesotho, Setswana = QLocale::Setswana, Shona = QLocale::Shona, Sindhi = QLocale::Sindhi, Singhalese = QLocale::Singhalese, Siswati = QLocale::Siswati, Slovak = QLocale::Slovak, Slovenian = QLocale::Slovenian, Somali = QLocale::Somali, Spanish = QLocale::Spanish, Sundanese = QLocale::Sundanese, Swahili = QLocale::Swahili, Swedish = QLocale::Swedish, Tagalog = QLocale::Tagalog, Tajik = QLocale::Tajik, Tamil = QLocale::Tamil, Tatar = QLocale::Tatar, Telugu = QLocale::Telugu, Thai = QLocale::Thai, Tibetan = QLocale::Tibetan, Tigrinya = QLocale::Tigrinya, TongaLanguage = QLocale::TongaLanguage, Tsonga = QLocale::Tsonga, Turkish = QLocale::Turkish, Turkmen = QLocale::Turkmen, Twi = QLocale::Twi, Uigur = QLocale::Uigur, Ukrainian = QLocale::Ukrainian, Urdu = QLocale::Urdu, Uzbek = QLocale::Uzbek, Vietnamese = QLocale::Vietnamese, Volapuk = QLocale::Volapuk, Welsh = QLocale::Welsh, Wolof = QLocale::Wolof, Xhosa = QLocale::Xhosa, Yiddish = QLocale::Yiddish, Yoruba = QLocale::Yoruba, Zhuang = QLocale::Zhuang, Zulu = QLocale::Zulu, Nynorsk = QLocale::Nynorsk, Bosnian = QLocale::Bosnian, Divehi = QLocale::Divehi, Manx = QLocale::Manx, Cornish = QLocale::Cornish, Akan = QLocale::Akan, Konkani = QLocale::Konkani, Ga = QLocale::Ga, Igbo = QLocale::Igbo, Kamba = QLocale::Kamba, Syriac = QLocale::Syriac, Blin = QLocale::Blin, Geez = QLocale::Geez, Koro = QLocale::Koro, Sidamo = QLocale::Sidamo, Atsam = QLocale::Atsam, Tigre = QLocale::Tigre, Jju = QLocale::Jju, Friulian = QLocale::Friulian, Venda = QLocale::Venda, Ewe = QLocale::Ewe, Walamo = QLocale::Walamo, Hawaiian = QLocale::Hawaiian, Tyap = QLocale::Tyap, Chewa = QLocale::Chewa, Filipino = QLocale::Filipino, SwissGerman = QLocale::SwissGerman, SichuanYi = QLocale::SichuanYi, Kpelle = QLocale::Kpelle, LowGerman = QLocale::LowGerman, SouthNdebele = QLocale::SouthNdebele, NorthernSotho = QLocale::NorthernSotho, NorthernSami = QLocale::NorthernSami, Taroko = QLocale::Taroko, Gusii = QLocale::Gusii, Taita = QLocale::Taita, Fulah = QLocale::Fulah, Kikuyu = QLocale::Kikuyu, Samburu = QLocale::Samburu, Sena = QLocale::Sena, NorthNdebele = QLocale::NorthNdebele, Rombo = QLocale::Rombo, Tachelhit = QLocale::Tachelhit, Kabyle = QLocale::Kabyle, Nyankole = QLocale::Nyankole, Bena = QLocale::Bena, Vunjo = QLocale::Vunjo, Bambara = QLocale::Bambara, Embu = QLocale::Embu, Cherokee = QLocale::Cherokee, Morisyen = QLocale::Morisyen, Makonde = QLocale::Makonde, Langi = QLocale::Langi, Ganda = QLocale::Ganda, Bemba = QLocale::Bemba, Kabuverdianu = QLocale::Kabuverdianu, Meru = QLocale::Meru, Kalenjin = QLocale::Kalenjin, Nama = QLocale::Nama, Machame = QLocale::Machame, Colognian = QLocale::Colognian, Masai = QLocale::Masai, Soga = QLocale::Soga, Luyia = QLocale::Luyia, Asu = QLocale::Asu, Teso = QLocale::Teso, Saho = QLocale::Saho, KoyraChiini = QLocale::KoyraChiini, Rwa = QLocale::Rwa, Luo = QLocale::Luo, Chiga = QLocale::Chiga, CentralMoroccoTamazight = QLocale::CentralMoroccoTamazight, KoyraboroSenni = QLocale::KoyraboroSenni, Shambala = QLocale::Shambala, NorwegianBokmal = QLocale::NorwegianBokmal, NorwegianNynorsk = QLocale::NorwegianNynorsk, LastLanguage = QLocale::LastLanguage};
|
|
448
|
Q_DECLARE_FLAGS(NumberOptions, NumberOption)
|
|
452
|
Q_DECLARE_FLAGS(NumberOptions, NumberOption)
|
|
449
|
public Q_SLOTS:
|
|
453
|
public Q_SLOTS:
|
|
450
|
QLocale* new_QLocale();
|
|
454
|
QLocale* new_QLocale();
|
|
451
|
QLocale* new_QLocale(QLocale::Language language, QLocale::Country country = QLocale::AnyCountry);
|
|
455
|
QLocale* new_QLocale(QLocale::Language language, QLocale::Country country = QLocale::AnyCountry);
|
|
452
|
QLocale* new_QLocale(QLocale::Language language, QLocale::Script script, QLocale::Country country);
|
|
456
|
QLocale* new_QLocale(QLocale::Language language, QLocale::Script script, QLocale::Country country);
|
|
453
|
QLocale* new_QLocale(const QLocale& other);
|
|
457
|
QLocale* new_QLocale(const QLocale& other);
|
|
454
|
QLocale* new_QLocale(const QString& name);
|
|
458
|
QLocale* new_QLocale(const QString& name);
|
|
455
|
void delete_QLocale(QLocale* obj) { delete obj; }
|
|
459
|
void delete_QLocale(QLocale* obj) { delete obj; }
|
|
456
|
QString amText(QLocale* theWrappedObject) const;
|
|
460
|
QString amText(QLocale* theWrappedObject) const;
|
|
457
|
QString bcp47Name(QLocale* theWrappedObject) const;
|
|
461
|
QString bcp47Name(QLocale* theWrappedObject) const;
|
|
458
|
QLocale static_QLocale_c();
|
|
462
|
QLocale static_QLocale_c();
|
|
459
|
QList<QLocale::Country > static_QLocale_countriesForLanguage(QLocale::Language lang);
|
|
463
|
QList<QLocale::Country > static_QLocale_countriesForLanguage(QLocale::Language lang);
|
|
460
|
QLocale::Country country(QLocale* theWrappedObject) const;
|
|
464
|
QLocale::Country country(QLocale* theWrappedObject) const;
|
|
461
|
QString static_QLocale_countryToString(QLocale::Country country);
|
|
465
|
QString static_QLocale_countryToString(QLocale::Country country);
|
|
462
|
QString createSeparatedList(QLocale* theWrappedObject, const QStringList& strl) const;
|
|
466
|
QString createSeparatedList(QLocale* theWrappedObject, const QStringList& strl) const;
|
|
463
|
QString currencySymbol(QLocale* theWrappedObject, QLocale::CurrencySymbolFormat arg__1 = QLocale::CurrencySymbol) const;
|
|
467
|
QString currencySymbol(QLocale* theWrappedObject, QLocale::CurrencySymbolFormat arg__1 = QLocale::CurrencySymbol) const;
|
|
464
|
QString dateFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
468
|
QString dateFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
465
|
QString dateTimeFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
469
|
QString dateTimeFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
466
|
QString dayName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
470
|
QString dayName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
467
|
QChar decimalPoint(QLocale* theWrappedObject) const;
|
|
471
|
QChar decimalPoint(QLocale* theWrappedObject) const;
|
|
468
|
QChar exponential(QLocale* theWrappedObject) const;
|
|
472
|
QChar exponential(QLocale* theWrappedObject) const;
|
|
469
|
Qt::DayOfWeek firstDayOfWeek(QLocale* theWrappedObject) const;
|
|
473
|
Qt::DayOfWeek firstDayOfWeek(QLocale* theWrappedObject) const;
|
|
470
|
QChar groupSeparator(QLocale* theWrappedObject) const;
|
|
474
|
QChar groupSeparator(QLocale* theWrappedObject) const;
|
|
471
|
QLocale::Language language(QLocale* theWrappedObject) const;
|
|
475
|
QLocale::Language language(QLocale* theWrappedObject) const;
|
|
472
|
QString static_QLocale_languageToString(QLocale::Language language);
|
|
476
|
QString static_QLocale_languageToString(QLocale::Language language);
|
|
473
|
QList<QLocale > static_QLocale_matchingLocales(QLocale::Language language, QLocale::Script script, QLocale::Country country);
|
|
477
|
QList<QLocale > static_QLocale_matchingLocales(QLocale::Language language, QLocale::Script script, QLocale::Country country);
|
|
474
|
QLocale::MeasurementSystem measurementSystem(QLocale* theWrappedObject) const;
|
|
478
|
QLocale::MeasurementSystem measurementSystem(QLocale* theWrappedObject) const;
|
|
475
|
QString monthName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
479
|
QString monthName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
476
|
QString name(QLocale* theWrappedObject) const;
|
|
480
|
QString name(QLocale* theWrappedObject) const;
|
|
477
|
QString nativeCountryName(QLocale* theWrappedObject) const;
|
|
481
|
QString nativeCountryName(QLocale* theWrappedObject) const;
|
|
478
|
QString nativeLanguageName(QLocale* theWrappedObject) const;
|
|
482
|
QString nativeLanguageName(QLocale* theWrappedObject) const;
|
|
479
|
QChar negativeSign(QLocale* theWrappedObject) const;
|
|
483
|
QChar negativeSign(QLocale* theWrappedObject) const;
|
|
480
|
QLocale::NumberOptions numberOptions(QLocale* theWrappedObject) const;
|
|
484
|
QLocale::NumberOptions numberOptions(QLocale* theWrappedObject) const;
|
|
481
|
bool __ne__(QLocale* theWrappedObject, const QLocale& other) const;
|
|
485
|
bool __ne__(QLocale* theWrappedObject, const QLocale& other) const;
|
|
482
|
void writeTo(QLocale* theWrappedObject, QDataStream& arg__1);
|
|
486
|
void writeTo(QLocale* theWrappedObject, QDataStream& arg__1);
|
|
483
|
bool __eq__(QLocale* theWrappedObject, const QLocale& other) const;
|
|
487
|
bool __eq__(QLocale* theWrappedObject, const QLocale& other) const;
|
|
484
|
void readFrom(QLocale* theWrappedObject, QDataStream& arg__1);
|
|
488
|
void readFrom(QLocale* theWrappedObject, QDataStream& arg__1);
|
|
485
|
QChar percent(QLocale* theWrappedObject) const;
|
|
489
|
QChar percent(QLocale* theWrappedObject) const;
|
|
486
|
QString pmText(QLocale* theWrappedObject) const;
|
|
490
|
QString pmText(QLocale* theWrappedObject) const;
|
|
487
|
QChar positiveSign(QLocale* theWrappedObject) const;
|
|
491
|
QChar positiveSign(QLocale* theWrappedObject) const;
|
|
488
|
QString quoteString(QLocale* theWrappedObject, const QString& str, QLocale::QuotationStyle style = QLocale::StandardQuotation) const;
|
|
492
|
QString quoteString(QLocale* theWrappedObject, const QString& str, QLocale::QuotationStyle style = QLocale::StandardQuotation) const;
|
|
489
|
QString quoteString(QLocale* theWrappedObject, const QStringRef& str, QLocale::QuotationStyle style = QLocale::StandardQuotation) const;
|
|
493
|
QString quoteString(QLocale* theWrappedObject, const QStringRef& str, QLocale::QuotationStyle style = QLocale::StandardQuotation) const;
|
|
490
|
QLocale::Script script(QLocale* theWrappedObject) const;
|
|
494
|
QLocale::Script script(QLocale* theWrappedObject) const;
|
|
491
|
QString static_QLocale_scriptToString(QLocale::Script script);
|
|
495
|
QString static_QLocale_scriptToString(QLocale::Script script);
|
|
492
|
void static_QLocale_setDefault(const QLocale& locale);
|
|
496
|
void static_QLocale_setDefault(const QLocale& locale);
|
|
493
|
void setNumberOptions(QLocale* theWrappedObject, QLocale::NumberOptions options);
|
|
497
|
void setNumberOptions(QLocale* theWrappedObject, QLocale::NumberOptions options);
|
|
494
|
QString standaloneDayName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
498
|
QString standaloneDayName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
495
|
QString standaloneMonthName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
499
|
QString standaloneMonthName(QLocale* theWrappedObject, int arg__1, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
496
|
QLocale static_QLocale_system();
|
|
500
|
QLocale static_QLocale_system();
|
|
497
|
Qt::LayoutDirection textDirection(QLocale* theWrappedObject) const;
|
|
501
|
Qt::LayoutDirection textDirection(QLocale* theWrappedObject) const;
|
|
498
|
QString timeFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
502
|
QString timeFormat(QLocale* theWrappedObject, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
499
|
QString toCurrencyString(QLocale* theWrappedObject, double arg__1, const QString& symbol = QString()) const;
|
|
503
|
QString toCurrencyString(QLocale* theWrappedObject, double arg__1, const QString& symbol = QString()) const;
|
|
500
|
QString toCurrencyString(QLocale* theWrappedObject, float arg__1, const QString& symbol = QString()) const;
|
|
504
|
QString toCurrencyString(QLocale* theWrappedObject, float arg__1, const QString& symbol = QString()) const;
|
|
501
|
QString toCurrencyString(QLocale* theWrappedObject, int arg__1, const QString& symbol = QString()) const;
|
|
505
|
QString toCurrencyString(QLocale* theWrappedObject, int arg__1, const QString& symbol = QString()) const;
|
|
502
|
QString toCurrencyString(QLocale* theWrappedObject, qlonglong arg__1, const QString& symbol = QString()) const;
|
|
506
|
QString toCurrencyString(QLocale* theWrappedObject, qlonglong arg__1, const QString& symbol = QString()) const;
|
|
503
|
QString toCurrencyString(QLocale* theWrappedObject, qulonglong arg__1, const QString& symbol = QString()) const;
|
|
507
|
QString toCurrencyString(QLocale* theWrappedObject, qulonglong arg__1, const QString& symbol = QString()) const;
|
|
504
|
QString toCurrencyString(QLocale* theWrappedObject, short arg__1, const QString& symbol = QString()) const;
|
|
508
|
QString toCurrencyString(QLocale* theWrappedObject, short arg__1, const QString& symbol = QString()) const;
|
|
505
|
QString toCurrencyString(QLocale* theWrappedObject, uint arg__1, const QString& symbol = QString()) const;
|
|
509
|
QString toCurrencyString(QLocale* theWrappedObject, uint arg__1, const QString& symbol = QString()) const;
|
|
506
|
QString toCurrencyString(QLocale* theWrappedObject, ushort arg__1, const QString& symbol = QString()) const;
|
|
510
|
QString toCurrencyString(QLocale* theWrappedObject, ushort arg__1, const QString& symbol = QString()) const;
|
|
507
|
QDate toDate(QLocale* theWrappedObject, const QString& string, QLocale::FormatType arg__2 = QLocale::LongFormat) const;
|
|
511
|
QDate toDate(QLocale* theWrappedObject, const QString& string, QLocale::FormatType arg__2 = QLocale::LongFormat) const;
|
|
508
|
QDate toDate(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
512
|
QDate toDate(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
509
|
QDateTime toDateTime(QLocale* theWrappedObject, const QString& string, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
513
|
QDateTime toDateTime(QLocale* theWrappedObject, const QString& string, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
510
|
QDateTime toDateTime(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
514
|
QDateTime toDateTime(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
511
|
double toDouble(QLocale* theWrappedObject, const QString& s, bool* ok = 0) const;
|
|
515
|
double toDouble(QLocale* theWrappedObject, const QString& s, bool* ok = 0) const;
|
|
512
|
float toFloat(QLocale* theWrappedObject, const QString& s, bool* ok = 0) const;
|
|
516
|
float toFloat(QLocale* theWrappedObject, const QString& s, bool* ok = 0) const;
|
|
513
|
int toInt(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
517
|
int toInt(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
514
|
qlonglong toLongLong(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
518
|
qlonglong toLongLong(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
515
|
QString toLower(QLocale* theWrappedObject, const QString& str) const;
|
|
519
|
QString toLower(QLocale* theWrappedObject, const QString& str) const;
|
|
516
|
short toShort(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
520
|
short toShort(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
517
|
QString toString(QLocale* theWrappedObject, const QDate& date, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
521
|
QString toString(QLocale* theWrappedObject, const QDate& date, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
518
|
QString toString(QLocale* theWrappedObject, const QDate& date, const QString& formatStr) const;
|
|
522
|
QString toString(QLocale* theWrappedObject, const QDate& date, const QString& formatStr) const;
|
|
519
|
QString toString(QLocale* theWrappedObject, const QDateTime& dateTime, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
523
|
QString toString(QLocale* theWrappedObject, const QDateTime& dateTime, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
520
|
QString toString(QLocale* theWrappedObject, const QDateTime& dateTime, const QString& format) const;
|
|
524
|
QString toString(QLocale* theWrappedObject, const QDateTime& dateTime, const QString& format) const;
|
|
521
|
QString toString(QLocale* theWrappedObject, const QTime& time, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
525
|
QString toString(QLocale* theWrappedObject, const QTime& time, QLocale::FormatType format = QLocale::LongFormat) const;
|
|
522
|
QString toString(QLocale* theWrappedObject, const QTime& time, const QString& formatStr) const;
|
|
526
|
QString toString(QLocale* theWrappedObject, const QTime& time, const QString& formatStr) const;
|
|
523
|
QString toString(QLocale* theWrappedObject, double i, char f = 'g', int prec = 6) const;
|
|
527
|
QString toString(QLocale* theWrappedObject, double i, char f = 'g', int prec = 6) const;
|
|
524
|
QString toString(QLocale* theWrappedObject, float i, char f = 'g', int prec = 6) const;
|
|
528
|
QString toString(QLocale* theWrappedObject, float i, char f = 'g', int prec = 6) const;
|
|
525
|
QString toString(QLocale* theWrappedObject, int i) const;
|
|
529
|
QString toString(QLocale* theWrappedObject, int i) const;
|
|
526
|
QString toString(QLocale* theWrappedObject, qlonglong i) const;
|
|
530
|
QString toString(QLocale* theWrappedObject, qlonglong i) const;
|
|
527
|
QString toString(QLocale* theWrappedObject, qulonglong i) const;
|
|
531
|
QString toString(QLocale* theWrappedObject, qulonglong i) const;
|
|
528
|
QString toString(QLocale* theWrappedObject, short i) const;
|
|
532
|
QString toString(QLocale* theWrappedObject, short i) const;
|
|
529
|
QString toString(QLocale* theWrappedObject, ushort i) const;
|
|
533
|
QString toString(QLocale* theWrappedObject, ushort i) const;
|
|
530
|
QTime toTime(QLocale* theWrappedObject, const QString& string, QLocale::FormatType arg__2 = QLocale::LongFormat) const;
|
|
534
|
QTime toTime(QLocale* theWrappedObject, const QString& string, QLocale::FormatType arg__2 = QLocale::LongFormat) const;
|
|
531
|
QTime toTime(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
535
|
QTime toTime(QLocale* theWrappedObject, const QString& string, const QString& format) const;
|
|
532
|
ushort toUShort(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
536
|
ushort toUShort(QLocale* theWrappedObject, const QString& s, bool* ok = 0, int base = 0) const;
|
|
533
|
QString toUpper(QLocale* theWrappedObject, const QString& str) const;
|
|
537
|
QString toUpper(QLocale* theWrappedObject, const QString& str) const;
|
|
534
|
QStringList uiLanguages(QLocale* theWrappedObject) const;
|
|
538
|
QStringList uiLanguages(QLocale* theWrappedObject) const;
|
|
535
|
QList<Qt::DayOfWeek > weekdays(QLocale* theWrappedObject) const;
|
|
539
|
QList<Qt::DayOfWeek > weekdays(QLocale* theWrappedObject) const;
|
|
536
|
QChar zeroDigit(QLocale* theWrappedObject) const;
|
|
540
|
QChar zeroDigit(QLocale* theWrappedObject) const;
|
|
537
|
};
|
|
541
|
};
|
|
538
|
|
|
542
|
|
|
539
|
|
|
543
|
|
|
540
|
|
|
544
|
|
|
541
|
|
|
545
|
|
|
542
|
|
|
546
|
|
|
543
|
class PythonQtWrapper_QPoint : public QObject
|
|
547
|
class PythonQtWrapper_QPoint : public QObject
|
|
544
|
{ Q_OBJECT
|
|
548
|
{ Q_OBJECT
|
|
545
|
public:
|
|
549
|
public:
|
|
546
|
public Q_SLOTS:
|
|
550
|
public Q_SLOTS:
|
|
547
|
QPoint* new_QPoint();
|
|
551
|
QPoint* new_QPoint();
|
|
548
|
QPoint* new_QPoint(int xpos, int ypos);
|
|
552
|
QPoint* new_QPoint(int xpos, int ypos);
|
|
549
|
QPoint* new_QPoint(const QPoint& other) {
|
|
553
|
QPoint* new_QPoint(const QPoint& other) {
|
|
550
|
QPoint* a = new QPoint();
|
|
554
|
QPoint* a = new QPoint();
|
|
551
|
*((QPoint*)a) = other;
|
|
555
|
*((QPoint*)a) = other;
|
|
552
|
return a; }
|
|
556
|
return a; }
|
|
553
|
void delete_QPoint(QPoint* obj) { delete obj; }
|
|
557
|
void delete_QPoint(QPoint* obj) { delete obj; }
|
|
554
|
bool isNull(QPoint* theWrappedObject) const;
|
|
558
|
bool isNull(QPoint* theWrappedObject) const;
|
|
555
|
int manhattanLength(QPoint* theWrappedObject) const;
|
|
559
|
int manhattanLength(QPoint* theWrappedObject) const;
|
|
556
|
QPoint __mul__(QPoint* theWrappedObject, const QMatrix& m);
|
|
560
|
QPoint __mul__(QPoint* theWrappedObject, const QMatrix& m);
|
|
557
|
QPoint __mul__(QPoint* theWrappedObject, const QMatrix4x4& matrix);
|
|
561
|
QPoint __mul__(QPoint* theWrappedObject, const QMatrix4x4& matrix);
|
|
558
|
QPoint __mul__(QPoint* theWrappedObject, const QTransform& m);
|
|
562
|
QPoint __mul__(QPoint* theWrappedObject, const QTransform& m);
|
|
559
|
const QPoint __mul__(QPoint* theWrappedObject, double c);
|
|
563
|
const QPoint __mul__(QPoint* theWrappedObject, double c);
|
|
560
|
const QPoint __mul__(QPoint* theWrappedObject, float c);
|
|
564
|
const QPoint __mul__(QPoint* theWrappedObject, float c);
|
|
561
|
const QPoint __mul__(QPoint* theWrappedObject, int c);
|
|
565
|
const QPoint __mul__(QPoint* theWrappedObject, int c);
|
|
562
|
QPoint* __imul__(QPoint* theWrappedObject, double c);
|
|
566
|
QPoint* __imul__(QPoint* theWrappedObject, double c);
|
|
563
|
QPoint* __imul__(QPoint* theWrappedObject, float c);
|
|
567
|
QPoint* __imul__(QPoint* theWrappedObject, float c);
|
|
564
|
QPoint* __imul__(QPoint* theWrappedObject, int c);
|
|
568
|
QPoint* __imul__(QPoint* theWrappedObject, int c);
|
|
565
|
const QPoint __add__(QPoint* theWrappedObject, const QPoint& p2);
|
|
569
|
const QPoint __add__(QPoint* theWrappedObject, const QPoint& p2);
|
|
566
|
QPoint* __iadd__(QPoint* theWrappedObject, const QPoint& p);
|
|
570
|
QPoint* __iadd__(QPoint* theWrappedObject, const QPoint& p);
|
|
567
|
const QPoint __sub__(QPoint* theWrappedObject, const QPoint& p2);
|
|
571
|
const QPoint __sub__(QPoint* theWrappedObject, const QPoint& p2);
|
|
568
|
QPoint* __isub__(QPoint* theWrappedObject, const QPoint& p);
|
|
572
|
QPoint* __isub__(QPoint* theWrappedObject, const QPoint& p);
|
|
569
|
const QPoint __div__(QPoint* theWrappedObject, qreal c);
|
|
573
|
const QPoint __div__(QPoint* theWrappedObject, qreal c);
|
|
570
|
QPoint* __idiv__(QPoint* theWrappedObject, qreal c);
|
|
574
|
QPoint* __idiv__(QPoint* theWrappedObject, qreal c);
|
|
571
|
void writeTo(QPoint* theWrappedObject, QDataStream& arg__1);
|
|
575
|
void writeTo(QPoint* theWrappedObject, QDataStream& arg__1);
|
|
572
|
bool __eq__(QPoint* theWrappedObject, const QPoint& p2);
|
|
576
|
bool __eq__(QPoint* theWrappedObject, const QPoint& p2);
|
|
573
|
void readFrom(QPoint* theWrappedObject, QDataStream& arg__1);
|
|
577
|
void readFrom(QPoint* theWrappedObject, QDataStream& arg__1);
|
|
574
|
void setX(QPoint* theWrappedObject, int x);
|
|
578
|
void setX(QPoint* theWrappedObject, int x);
|
|
575
|
void setY(QPoint* theWrappedObject, int y);
|
|
579
|
void setY(QPoint* theWrappedObject, int y);
|
|
576
|
int x(QPoint* theWrappedObject) const;
|
|
580
|
int x(QPoint* theWrappedObject) const;
|
|
577
|
int y(QPoint* theWrappedObject) const;
|
|
581
|
int y(QPoint* theWrappedObject) const;
|
|
578
|
QString py_toString(QPoint*);
|
|
582
|
QString py_toString(QPoint*);
|
|
579
|
bool __nonzero__(QPoint* obj) { return !obj->isNull(); }
|
|
583
|
bool __nonzero__(QPoint* obj) { return !obj->isNull(); }
|
|
580
|
};
|
|
584
|
};
|
|
581
|
|
|
585
|
|
|
582
|
|
|
586
|
|
|
583
|
|
|
587
|
|
|
584
|
|
|
588
|
|
|
585
|
|
|
589
|
|
|
586
|
class PythonQtWrapper_QPointF : public QObject
|
|
590
|
class PythonQtWrapper_QPointF : public QObject
|
|
587
|
{ Q_OBJECT
|
|
591
|
{ Q_OBJECT
|
|
588
|
public:
|
|
592
|
public:
|
|
589
|
public Q_SLOTS:
|
|
593
|
public Q_SLOTS:
|
|
590
|
QPointF* new_QPointF();
|
|
594
|
QPointF* new_QPointF();
|
|
591
|
QPointF* new_QPointF(const QPoint& p);
|
|
595
|
QPointF* new_QPointF(const QPoint& p);
|
|
592
|
QPointF* new_QPointF(qreal xpos, qreal ypos);
|
|
596
|
QPointF* new_QPointF(qreal xpos, qreal ypos);
|
|
593
|
QPointF* new_QPointF(const QPointF& other) {
|
|
597
|
QPointF* new_QPointF(const QPointF& other) {
|
|
594
|
QPointF* a = new QPointF();
|
|
598
|
QPointF* a = new QPointF();
|
|
595
|
*((QPointF*)a) = other;
|
|
599
|
*((QPointF*)a) = other;
|
|
596
|
return a; }
|
|
600
|
return a; }
|
|
597
|
void delete_QPointF(QPointF* obj) { delete obj; }
|
|
601
|
void delete_QPointF(QPointF* obj) { delete obj; }
|
|
598
|
bool isNull(QPointF* theWrappedObject) const;
|
|
602
|
bool isNull(QPointF* theWrappedObject) const;
|
|
599
|
qreal manhattanLength(QPointF* theWrappedObject) const;
|
|
603
|
qreal manhattanLength(QPointF* theWrappedObject) const;
|
|
600
|
QPointF __mul__(QPointF* theWrappedObject, const QMatrix& m);
|
|
604
|
QPointF __mul__(QPointF* theWrappedObject, const QMatrix& m);
|
|
601
|
QPointF __mul__(QPointF* theWrappedObject, const QMatrix4x4& matrix);
|
|
605
|
QPointF __mul__(QPointF* theWrappedObject, const QMatrix4x4& matrix);
|
|
602
|
QPointF __mul__(QPointF* theWrappedObject, const QTransform& m);
|
|
606
|
QPointF __mul__(QPointF* theWrappedObject, const QTransform& m);
|
|
603
|
const QPointF __mul__(QPointF* theWrappedObject, qreal c);
|
|
607
|
const QPointF __mul__(QPointF* theWrappedObject, qreal c);
|
|
604
|
QPointF* __imul__(QPointF* theWrappedObject, qreal c);
|
|
608
|
QPointF* __imul__(QPointF* theWrappedObject, qreal c);
|
|
605
|
const QPointF __add__(QPointF* theWrappedObject, const QPointF& p2);
|
|
609
|
const QPointF __add__(QPointF* theWrappedObject, const QPointF& p2);
|
|
606
|
QPointF* __iadd__(QPointF* theWrappedObject, const QPointF& p);
|
|
610
|
QPointF* __iadd__(QPointF* theWrappedObject, const QPointF& p);
|
|
607
|
const QPointF __sub__(QPointF* theWrappedObject, const QPointF& p2);
|
|
611
|
const QPointF __sub__(QPointF* theWrappedObject, const QPointF& p2);
|
|
608
|
QPointF* __isub__(QPointF* theWrappedObject, const QPointF& p);
|
|
612
|
QPointF* __isub__(QPointF* theWrappedObject, const QPointF& p);
|
|
609
|
const QPointF __div__(QPointF* theWrappedObject, qreal c);
|
|
613
|
const QPointF __div__(QPointF* theWrappedObject, qreal c);
|
|
610
|
QPointF* __idiv__(QPointF* theWrappedObject, qreal c);
|
|
614
|
QPointF* __idiv__(QPointF* theWrappedObject, qreal c);
|
|
611
|
void writeTo(QPointF* theWrappedObject, QDataStream& arg__1);
|
|
615
|
void writeTo(QPointF* theWrappedObject, QDataStream& arg__1);
|
|
612
|
bool __eq__(QPointF* theWrappedObject, const QPointF& p2);
|
|
616
|
bool __eq__(QPointF* theWrappedObject, const QPointF& p2);
|
|
613
|
void readFrom(QPointF* theWrappedObject, QDataStream& arg__1);
|
|
617
|
void readFrom(QPointF* theWrappedObject, QDataStream& arg__1);
|
|
614
|
void setX(QPointF* theWrappedObject, qreal x);
|
|
618
|
void setX(QPointF* theWrappedObject, qreal x);
|
|
615
|
void setY(QPointF* theWrappedObject, qreal y);
|
|
619
|
void setY(QPointF* theWrappedObject, qreal y);
|
|
616
|
QPoint toPoint(QPointF* theWrappedObject) const;
|
|
620
|
QPoint toPoint(QPointF* theWrappedObject) const;
|
|
617
|
qreal x(QPointF* theWrappedObject) const;
|
|
621
|
qreal x(QPointF* theWrappedObject) const;
|
|
618
|
qreal y(QPointF* theWrappedObject) const;
|
|
622
|
qreal y(QPointF* theWrappedObject) const;
|
|
619
|
QString py_toString(QPointF*);
|
|
623
|
QString py_toString(QPointF*);
|
|
620
|
bool __nonzero__(QPointF* obj) { return !obj->isNull(); }
|
|
624
|
bool __nonzero__(QPointF* obj) { return !obj->isNull(); }
|
|
621
|
};
|
|
625
|
};
|
|
622
|
|
|
626
|
|
|
623
|
|
|
627
|
|
|
624
|
|
|
628
|
|
|
625
|
|
|
629
|
|
|
626
|
|
|
630
|
|
|
627
|
class PythonQtWrapper_QRect : public QObject
|
|
631
|
class PythonQtWrapper_QRect : public QObject
|
|
628
|
{ Q_OBJECT
|
|
632
|
{ Q_OBJECT
|
|
629
|
public:
|
|
633
|
public:
|
|
630
|
public Q_SLOTS:
|
|
634
|
public Q_SLOTS:
|
|
631
|
QRect* new_QRect();
|
|
635
|
QRect* new_QRect();
|
|
632
|
QRect* new_QRect(const QPoint& topleft, const QPoint& bottomright);
|
|
636
|
QRect* new_QRect(const QPoint& topleft, const QPoint& bottomright);
|
|
633
|
QRect* new_QRect(const QPoint& topleft, const QSize& size);
|
|
637
|
QRect* new_QRect(const QPoint& topleft, const QSize& size);
|
|
634
|
QRect* new_QRect(int left, int top, int width, int height);
|
|
638
|
QRect* new_QRect(int left, int top, int width, int height);
|
|
635
|
QRect* new_QRect(const QRect& other) {
|
|
639
|
QRect* new_QRect(const QRect& other) {
|
|
636
|
QRect* a = new QRect();
|
|
640
|
QRect* a = new QRect();
|
|
637
|
*((QRect*)a) = other;
|
|
641
|
*((QRect*)a) = other;
|
|
638
|
return a; }
|
|
642
|
return a; }
|
|
639
|
void delete_QRect(QRect* obj) { delete obj; }
|
|
643
|
void delete_QRect(QRect* obj) { delete obj; }
|
|
640
|
void adjust(QRect* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
644
|
void adjust(QRect* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
641
|
QRect adjusted(QRect* theWrappedObject, int x1, int y1, int x2, int y2) const;
|
|
645
|
QRect adjusted(QRect* theWrappedObject, int x1, int y1, int x2, int y2) const;
|
|
642
|
int bottom(QRect* theWrappedObject) const;
|
|
646
|
int bottom(QRect* theWrappedObject) const;
|
|
643
|
QPoint bottomLeft(QRect* theWrappedObject) const;
|
|
647
|
QPoint bottomLeft(QRect* theWrappedObject) const;
|
|
644
|
QPoint bottomRight(QRect* theWrappedObject) const;
|
|
648
|
QPoint bottomRight(QRect* theWrappedObject) const;
|
|
645
|
QPoint center(QRect* theWrappedObject) const;
|
|
649
|
QPoint center(QRect* theWrappedObject) const;
|
|
646
|
bool contains(QRect* theWrappedObject, const QPoint& p, bool proper = false) const;
|
|
650
|
bool contains(QRect* theWrappedObject, const QPoint& p, bool proper = false) const;
|
|
647
|
bool contains(QRect* theWrappedObject, const QRect& r, bool proper = false) const;
|
|
651
|
bool contains(QRect* theWrappedObject, const QRect& r, bool proper = false) const;
|
|
648
|
bool contains(QRect* theWrappedObject, int x, int y) const;
|
|
652
|
bool contains(QRect* theWrappedObject, int x, int y) const;
|
|
649
|
bool contains(QRect* theWrappedObject, int x, int y, bool proper) const;
|
|
653
|
bool contains(QRect* theWrappedObject, int x, int y, bool proper) const;
|
|
650
|
int height(QRect* theWrappedObject) const;
|
|
654
|
int height(QRect* theWrappedObject) const;
|
|
651
|
QRect intersected(QRect* theWrappedObject, const QRect& other) const;
|
|
655
|
QRect intersected(QRect* theWrappedObject, const QRect& other) const;
|
|
652
|
bool intersects(QRect* theWrappedObject, const QRect& r) const;
|
|
656
|
bool intersects(QRect* theWrappedObject, const QRect& r) const;
|
|
653
|
bool isEmpty(QRect* theWrappedObject) const;
|
|
657
|
bool isEmpty(QRect* theWrappedObject) const;
|
|
654
|
bool isNull(QRect* theWrappedObject) const;
|
|
658
|
bool isNull(QRect* theWrappedObject) const;
|
|
655
|
bool isValid(QRect* theWrappedObject) const;
|
|
659
|
bool isValid(QRect* theWrappedObject) const;
|
|
656
|
int left(QRect* theWrappedObject) const;
|
|
660
|
int left(QRect* theWrappedObject) const;
|
|
657
|
void moveBottom(QRect* theWrappedObject, int pos);
|
|
661
|
void moveBottom(QRect* theWrappedObject, int pos);
|
|
658
|
void moveBottomLeft(QRect* theWrappedObject, const QPoint& p);
|
|
662
|
void moveBottomLeft(QRect* theWrappedObject, const QPoint& p);
|
|
659
|
void moveBottomRight(QRect* theWrappedObject, const QPoint& p);
|
|
663
|
void moveBottomRight(QRect* theWrappedObject, const QPoint& p);
|
|
660
|
void moveCenter(QRect* theWrappedObject, const QPoint& p);
|
|
664
|
void moveCenter(QRect* theWrappedObject, const QPoint& p);
|
|
661
|
void moveLeft(QRect* theWrappedObject, int pos);
|
|
665
|
void moveLeft(QRect* theWrappedObject, int pos);
|
|
662
|
void moveRight(QRect* theWrappedObject, int pos);
|
|
666
|
void moveRight(QRect* theWrappedObject, int pos);
|
|
663
|
void moveTo(QRect* theWrappedObject, const QPoint& p);
|
|
667
|
void moveTo(QRect* theWrappedObject, const QPoint& p);
|
|
664
|
void moveTo(QRect* theWrappedObject, int x, int t);
|
|
668
|
void moveTo(QRect* theWrappedObject, int x, int t);
|
|
665
|
void moveTop(QRect* theWrappedObject, int pos);
|
|
669
|
void moveTop(QRect* theWrappedObject, int pos);
|
|
666
|
void moveTopLeft(QRect* theWrappedObject, const QPoint& p);
|
|
670
|
void moveTopLeft(QRect* theWrappedObject, const QPoint& p);
|
|
667
|
void moveTopRight(QRect* theWrappedObject, const QPoint& p);
|
|
671
|
void moveTopRight(QRect* theWrappedObject, const QPoint& p);
|
|
668
|
QRect normalized(QRect* theWrappedObject) const;
|
|
672
|
QRect normalized(QRect* theWrappedObject) const;
|
|
669
|
QRect __and__(QRect* theWrappedObject, const QRect& r) const;
|
|
673
|
QRect __and__(QRect* theWrappedObject, const QRect& r) const;
|
|
670
|
QRect* __iand__(QRect* theWrappedObject, const QRect& r);
|
|
674
|
QRect* __iand__(QRect* theWrappedObject, const QRect& r);
|
|
671
|
void writeTo(QRect* theWrappedObject, QDataStream& arg__1);
|
|
675
|
void writeTo(QRect* theWrappedObject, QDataStream& arg__1);
|
|
672
|
bool __eq__(QRect* theWrappedObject, const QRect& arg__2);
|
|
676
|
bool __eq__(QRect* theWrappedObject, const QRect& arg__2);
|
|
673
|
void readFrom(QRect* theWrappedObject, QDataStream& arg__1);
|
|
677
|
void readFrom(QRect* theWrappedObject, QDataStream& arg__1);
|
|
674
|
QRect __or__(QRect* theWrappedObject, const QRect& r) const;
|
|
678
|
QRect __or__(QRect* theWrappedObject, const QRect& r) const;
|
|
675
|
QRect* __ior__(QRect* theWrappedObject, const QRect& r);
|
|
679
|
QRect* __ior__(QRect* theWrappedObject, const QRect& r);
|
|
676
|
int right(QRect* theWrappedObject) const;
|
|
680
|
int right(QRect* theWrappedObject) const;
|
|
677
|
void setBottom(QRect* theWrappedObject, int pos);
|
|
681
|
void setBottom(QRect* theWrappedObject, int pos);
|
|
678
|
void setBottomLeft(QRect* theWrappedObject, const QPoint& p);
|
|
682
|
void setBottomLeft(QRect* theWrappedObject, const QPoint& p);
|
|
679
|
void setBottomRight(QRect* theWrappedObject, const QPoint& p);
|
|
683
|
void setBottomRight(QRect* theWrappedObject, const QPoint& p);
|
|
680
|
void setCoords(QRect* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
684
|
void setCoords(QRect* theWrappedObject, int x1, int y1, int x2, int y2);
|
|
681
|
void setHeight(QRect* theWrappedObject, int h);
|
|
685
|
void setHeight(QRect* theWrappedObject, int h);
|
|
682
|
void setLeft(QRect* theWrappedObject, int pos);
|
|
686
|
void setLeft(QRect* theWrappedObject, int pos);
|
|
683
|
void setRect(QRect* theWrappedObject, int x, int y, int w, int h);
|
|
687
|
void setRect(QRect* theWrappedObject, int x, int y, int w, int h);
|
|
684
|
void setRight(QRect* theWrappedObject, int pos);
|
|
688
|
void setRight(QRect* theWrappedObject, int pos);
|
|
685
|
void setSize(QRect* theWrappedObject, const QSize& s);
|
|
689
|
void setSize(QRect* theWrappedObject, const QSize& s);
|
|
686
|
void setTop(QRect* theWrappedObject, int pos);
|
|
690
|
void setTop(QRect* theWrappedObject, int pos);
|
|
687
|
void setTopLeft(QRect* theWrappedObject, const QPoint& p);
|
|
691
|
void setTopLeft(QRect* theWrappedObject, const QPoint& p);
|
|
688
|
void setTopRight(QRect* theWrappedObject, const QPoint& p);
|
|
692
|
void setTopRight(QRect* theWrappedObject, const QPoint& p);
|
|
689
|
void setWidth(QRect* theWrappedObject, int w);
|
|
693
|
void setWidth(QRect* theWrappedObject, int w);
|
|
690
|
void setX(QRect* theWrappedObject, int x);
|
|
694
|
void setX(QRect* theWrappedObject, int x);
|
|
691
|
void setY(QRect* theWrappedObject, int y);
|
|
695
|
void setY(QRect* theWrappedObject, int y);
|
|
692
|
QSize size(QRect* theWrappedObject) const;
|
|
696
|
QSize size(QRect* theWrappedObject) const;
|
|
693
|
int top(QRect* theWrappedObject) const;
|
|
697
|
int top(QRect* theWrappedObject) const;
|
|
694
|
QPoint topLeft(QRect* theWrappedObject) const;
|
|
698
|
QPoint topLeft(QRect* theWrappedObject) const;
|
|
695
|
QPoint topRight(QRect* theWrappedObject) const;
|
|
699
|
QPoint topRight(QRect* theWrappedObject) const;
|
|
696
|
void translate(QRect* theWrappedObject, const QPoint& p);
|
|
700
|
void translate(QRect* theWrappedObject, const QPoint& p);
|
|
697
|
void translate(QRect* theWrappedObject, int dx, int dy);
|
|
701
|
void translate(QRect* theWrappedObject, int dx, int dy);
|
|
698
|
QRect translated(QRect* theWrappedObject, const QPoint& p) const;
|
|
702
|
QRect translated(QRect* theWrappedObject, const QPoint& p) const;
|
|
699
|
QRect translated(QRect* theWrappedObject, int dx, int dy) const;
|
|
703
|
QRect translated(QRect* theWrappedObject, int dx, int dy) const;
|
|
700
|
QRect united(QRect* theWrappedObject, const QRect& other) const;
|
|
704
|
QRect united(QRect* theWrappedObject, const QRect& other) const;
|
|
701
|
int width(QRect* theWrappedObject) const;
|
|
705
|
int width(QRect* theWrappedObject) const;
|
|
702
|
int x(QRect* theWrappedObject) const;
|
|
706
|
int x(QRect* theWrappedObject) const;
|
|
703
|
int y(QRect* theWrappedObject) const;
|
|
707
|
int y(QRect* theWrappedObject) const;
|
|
704
|
QString py_toString(QRect*);
|
|
708
|
QString py_toString(QRect*);
|
|
705
|
bool __nonzero__(QRect* obj) { return !obj->isNull(); }
|
|
709
|
bool __nonzero__(QRect* obj) { return !obj->isNull(); }
|
|
706
|
};
|
|
710
|
};
|
|
707
|
|
|
711
|
|
|
708
|
|
|
712
|
|
|
709
|
|
|
713
|
|
|
710
|
|
|
714
|
|
|
711
|
|
|
715
|
|
|
712
|
class PythonQtWrapper_QRectF : public QObject
|
|
716
|
class PythonQtWrapper_QRectF : public QObject
|
|
713
|
{ Q_OBJECT
|
|
717
|
{ Q_OBJECT
|
|
714
|
public:
|
|
718
|
public:
|
|
715
|
public Q_SLOTS:
|
|
719
|
public Q_SLOTS:
|
|
716
|
QRectF* new_QRectF();
|
|
720
|
QRectF* new_QRectF();
|
|
717
|
QRectF* new_QRectF(const QPointF& topleft, const QPointF& bottomRight);
|
|
721
|
QRectF* new_QRectF(const QPointF& topleft, const QPointF& bottomRight);
|
|
718
|
QRectF* new_QRectF(const QPointF& topleft, const QSizeF& size);
|
|
722
|
QRectF* new_QRectF(const QPointF& topleft, const QSizeF& size);
|
|
719
|
QRectF* new_QRectF(const QRect& rect);
|
|
723
|
QRectF* new_QRectF(const QRect& rect);
|
|
720
|
QRectF* new_QRectF(qreal left, qreal top, qreal width, qreal height);
|
|
724
|
QRectF* new_QRectF(qreal left, qreal top, qreal width, qreal height);
|
|
721
|
QRectF* new_QRectF(const QRectF& other) {
|
|
725
|
QRectF* new_QRectF(const QRectF& other) {
|
|
722
|
QRectF* a = new QRectF();
|
|
726
|
QRectF* a = new QRectF();
|
|
723
|
*((QRectF*)a) = other;
|
|
727
|
*((QRectF*)a) = other;
|
|
724
|
return a; }
|
|
728
|
return a; }
|
|
725
|
void delete_QRectF(QRectF* obj) { delete obj; }
|
|
729
|
void delete_QRectF(QRectF* obj) { delete obj; }
|
|
726
|
void adjust(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
730
|
void adjust(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
727
|
QRectF adjusted(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2) const;
|
|
731
|
QRectF adjusted(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2) const;
|
|
728
|
qreal bottom(QRectF* theWrappedObject) const;
|
|
732
|
qreal bottom(QRectF* theWrappedObject) const;
|
|
729
|
QPointF bottomLeft(QRectF* theWrappedObject) const;
|
|
733
|
QPointF bottomLeft(QRectF* theWrappedObject) const;
|
|
730
|
QPointF bottomRight(QRectF* theWrappedObject) const;
|
|
734
|
QPointF bottomRight(QRectF* theWrappedObject) const;
|
|
731
|
QPointF center(QRectF* theWrappedObject) const;
|
|
735
|
QPointF center(QRectF* theWrappedObject) const;
|
|
732
|
bool contains(QRectF* theWrappedObject, const QPointF& p) const;
|
|
736
|
bool contains(QRectF* theWrappedObject, const QPointF& p) const;
|
|
733
|
bool contains(QRectF* theWrappedObject, const QRectF& r) const;
|
|
737
|
bool contains(QRectF* theWrappedObject, const QRectF& r) const;
|
|
734
|
bool contains(QRectF* theWrappedObject, qreal x, qreal y) const;
|
|
738
|
bool contains(QRectF* theWrappedObject, qreal x, qreal y) const;
|
|
735
|
void getCoords(QRectF* theWrappedObject, qreal* x1, qreal* y1, qreal* x2, qreal* y2) const;
|
|
739
|
void getCoords(QRectF* theWrappedObject, qreal* x1, qreal* y1, qreal* x2, qreal* y2) const;
|
|
736
|
void getRect(QRectF* theWrappedObject, qreal* x, qreal* y, qreal* w, qreal* h) const;
|
|
740
|
void getRect(QRectF* theWrappedObject, qreal* x, qreal* y, qreal* w, qreal* h) const;
|
|
737
|
qreal height(QRectF* theWrappedObject) const;
|
|
741
|
qreal height(QRectF* theWrappedObject) const;
|
|
738
|
QRectF intersected(QRectF* theWrappedObject, const QRectF& other) const;
|
|
742
|
QRectF intersected(QRectF* theWrappedObject, const QRectF& other) const;
|
|
739
|
bool intersects(QRectF* theWrappedObject, const QRectF& r) const;
|
|
743
|
bool intersects(QRectF* theWrappedObject, const QRectF& r) const;
|
|
740
|
bool isEmpty(QRectF* theWrappedObject) const;
|
|
744
|
bool isEmpty(QRectF* theWrappedObject) const;
|
|
741
|
bool isNull(QRectF* theWrappedObject) const;
|
|
745
|
bool isNull(QRectF* theWrappedObject) const;
|
|
742
|
bool isValid(QRectF* theWrappedObject) const;
|
|
746
|
bool isValid(QRectF* theWrappedObject) const;
|
|
743
|
qreal left(QRectF* theWrappedObject) const;
|
|
747
|
qreal left(QRectF* theWrappedObject) const;
|
|
744
|
void moveBottom(QRectF* theWrappedObject, qreal pos);
|
|
748
|
void moveBottom(QRectF* theWrappedObject, qreal pos);
|
|
745
|
void moveBottomLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
749
|
void moveBottomLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
746
|
void moveBottomRight(QRectF* theWrappedObject, const QPointF& p);
|
|
750
|
void moveBottomRight(QRectF* theWrappedObject, const QPointF& p);
|
|
747
|
void moveCenter(QRectF* theWrappedObject, const QPointF& p);
|
|
751
|
void moveCenter(QRectF* theWrappedObject, const QPointF& p);
|
|
748
|
void moveLeft(QRectF* theWrappedObject, qreal pos);
|
|
752
|
void moveLeft(QRectF* theWrappedObject, qreal pos);
|
|
749
|
void moveRight(QRectF* theWrappedObject, qreal pos);
|
|
753
|
void moveRight(QRectF* theWrappedObject, qreal pos);
|
|
750
|
void moveTo(QRectF* theWrappedObject, const QPointF& p);
|
|
754
|
void moveTo(QRectF* theWrappedObject, const QPointF& p);
|
|
751
|
void moveTo(QRectF* theWrappedObject, qreal x, qreal t);
|
|
755
|
void moveTo(QRectF* theWrappedObject, qreal x, qreal t);
|
|
752
|
void moveTop(QRectF* theWrappedObject, qreal pos);
|
|
756
|
void moveTop(QRectF* theWrappedObject, qreal pos);
|
|
753
|
void moveTopLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
757
|
void moveTopLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
754
|
void moveTopRight(QRectF* theWrappedObject, const QPointF& p);
|
|
758
|
void moveTopRight(QRectF* theWrappedObject, const QPointF& p);
|
|
755
|
QRectF normalized(QRectF* theWrappedObject) const;
|
|
759
|
QRectF normalized(QRectF* theWrappedObject) const;
|
|
756
|
QRectF __and__(QRectF* theWrappedObject, const QRectF& r) const;
|
|
760
|
QRectF __and__(QRectF* theWrappedObject, const QRectF& r) const;
|
|
757
|
QRectF* __iand__(QRectF* theWrappedObject, const QRectF& r);
|
|
761
|
QRectF* __iand__(QRectF* theWrappedObject, const QRectF& r);
|
|
758
|
void writeTo(QRectF* theWrappedObject, QDataStream& arg__1);
|
|
762
|
void writeTo(QRectF* theWrappedObject, QDataStream& arg__1);
|
|
759
|
bool __eq__(QRectF* theWrappedObject, const QRectF& arg__2);
|
|
763
|
bool __eq__(QRectF* theWrappedObject, const QRectF& arg__2);
|
|
760
|
void readFrom(QRectF* theWrappedObject, QDataStream& arg__1);
|
|
764
|
void readFrom(QRectF* theWrappedObject, QDataStream& arg__1);
|
|
761
|
QRectF __or__(QRectF* theWrappedObject, const QRectF& r) const;
|
|
765
|
QRectF __or__(QRectF* theWrappedObject, const QRectF& r) const;
|
|
762
|
QRectF* __ior__(QRectF* theWrappedObject, const QRectF& r);
|
|
766
|
QRectF* __ior__(QRectF* theWrappedObject, const QRectF& r);
|
|
763
|
qreal right(QRectF* theWrappedObject) const;
|
|
767
|
qreal right(QRectF* theWrappedObject) const;
|
|
764
|
void setBottom(QRectF* theWrappedObject, qreal pos);
|
|
768
|
void setBottom(QRectF* theWrappedObject, qreal pos);
|
|
765
|
void setBottomLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
769
|
void setBottomLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
766
|
void setBottomRight(QRectF* theWrappedObject, const QPointF& p);
|
|
770
|
void setBottomRight(QRectF* theWrappedObject, const QPointF& p);
|
|
767
|
void setCoords(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
771
|
void setCoords(QRectF* theWrappedObject, qreal x1, qreal y1, qreal x2, qreal y2);
|
|
768
|
void setHeight(QRectF* theWrappedObject, qreal h);
|
|
772
|
void setHeight(QRectF* theWrappedObject, qreal h);
|
|
769
|
void setLeft(QRectF* theWrappedObject, qreal pos);
|
|
773
|
void setLeft(QRectF* theWrappedObject, qreal pos);
|
|
770
|
void setRect(QRectF* theWrappedObject, qreal x, qreal y, qreal w, qreal h);
|
|
774
|
void setRect(QRectF* theWrappedObject, qreal x, qreal y, qreal w, qreal h);
|
|
771
|
void setRight(QRectF* theWrappedObject, qreal pos);
|
|
775
|
void setRight(QRectF* theWrappedObject, qreal pos);
|
|
772
|
void setSize(QRectF* theWrappedObject, const QSizeF& s);
|
|
776
|
void setSize(QRectF* theWrappedObject, const QSizeF& s);
|
|
773
|
void setTop(QRectF* theWrappedObject, qreal pos);
|
|
777
|
void setTop(QRectF* theWrappedObject, qreal pos);
|
|
774
|
void setTopLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
778
|
void setTopLeft(QRectF* theWrappedObject, const QPointF& p);
|
|
775
|
void setTopRight(QRectF* theWrappedObject, const QPointF& p);
|
|
779
|
void setTopRight(QRectF* theWrappedObject, const QPointF& p);
|
|
776
|
void setWidth(QRectF* theWrappedObject, qreal w);
|
|
780
|
void setWidth(QRectF* theWrappedObject, qreal w);
|
|
777
|
void setX(QRectF* theWrappedObject, qreal pos);
|
|
781
|
void setX(QRectF* theWrappedObject, qreal pos);
|
|
778
|
void setY(QRectF* theWrappedObject, qreal pos);
|
|
782
|
void setY(QRectF* theWrappedObject, qreal pos);
|
|
779
|
QSizeF size(QRectF* theWrappedObject) const;
|
|
783
|
QSizeF size(QRectF* theWrappedObject) const;
|
|
780
|
QRect toAlignedRect(QRectF* theWrappedObject) const;
|
|
784
|
QRect toAlignedRect(QRectF* theWrappedObject) const;
|
|
781
|
QRect toRect(QRectF* theWrappedObject) const;
|
|
785
|
QRect toRect(QRectF* theWrappedObject) const;
|
|
782
|
qreal top(QRectF* theWrappedObject) const;
|
|
786
|
qreal top(QRectF* theWrappedObject) const;
|
|
783
|
QPointF topLeft(QRectF* theWrappedObject) const;
|
|
787
|
QPointF topLeft(QRectF* theWrappedObject) const;
|
|
784
|
QPointF topRight(QRectF* theWrappedObject) const;
|
|
788
|
QPointF topRight(QRectF* theWrappedObject) const;
|
|
785
|
void translate(QRectF* theWrappedObject, const QPointF& p);
|
|
789
|
void translate(QRectF* theWrappedObject, const QPointF& p);
|
|
786
|
void translate(QRectF* theWrappedObject, qreal dx, qreal dy);
|
|
790
|
void translate(QRectF* theWrappedObject, qreal dx, qreal dy);
|
|
787
|
QRectF translated(QRectF* theWrappedObject, const QPointF& p) const;
|
|
791
|
QRectF translated(QRectF* theWrappedObject, const QPointF& p) const;
|
|
788
|
QRectF translated(QRectF* theWrappedObject, qreal dx, qreal dy) const;
|
|
792
|
QRectF translated(QRectF* theWrappedObject, qreal dx, qreal dy) const;
|
|
789
|
QRectF united(QRectF* theWrappedObject, const QRectF& other) const;
|
|
793
|
QRectF united(QRectF* theWrappedObject, const QRectF& other) const;
|
|
790
|
qreal width(QRectF* theWrappedObject) const;
|
|
794
|
qreal width(QRectF* theWrappedObject) const;
|
|
791
|
qreal x(QRectF* theWrappedObject) const;
|
|
795
|
qreal x(QRectF* theWrappedObject) const;
|
|
792
|
qreal y(QRectF* theWrappedObject) const;
|
|
796
|
qreal y(QRectF* theWrappedObject) const;
|
|
793
|
QString py_toString(QRectF*);
|
|
797
|
QString py_toString(QRectF*);
|
|
794
|
bool __nonzero__(QRectF* obj) { return !obj->isNull(); }
|
|
798
|
bool __nonzero__(QRectF* obj) { return !obj->isNull(); }
|
|
795
|
};
|
|
799
|
};
|
|
796
|
|
|
800
|
|
|
797
|
|
|
801
|
|
|
798
|
|
|
802
|
|
|
799
|
|
|
803
|
|
|
800
|
|
|
804
|
|
|
801
|
class PythonQtWrapper_QRegExp : public QObject
|
|
805
|
class PythonQtWrapper_QRegExp : public QObject
|
|
802
|
{ Q_OBJECT
|
|
806
|
{ Q_OBJECT
|
|
803
|
public:
|
|
807
|
public:
|
|
804
|
Q_ENUMS(PatternSyntax CaretMode )
|
|
808
|
Q_ENUMS(PatternSyntax CaretMode )
|
|
805
|
enum PatternSyntax{
|
|
809
|
enum PatternSyntax{
|
|
806
|
RegExp = QRegExp::RegExp, Wildcard = QRegExp::Wildcard, FixedString = QRegExp::FixedString, RegExp2 = QRegExp::RegExp2, WildcardUnix = QRegExp::WildcardUnix, W3CXmlSchema11 = QRegExp::W3CXmlSchema11};
|
|
810
|
RegExp = QRegExp::RegExp, Wildcard = QRegExp::Wildcard, FixedString = QRegExp::FixedString, RegExp2 = QRegExp::RegExp2, WildcardUnix = QRegExp::WildcardUnix, W3CXmlSchema11 = QRegExp::W3CXmlSchema11};
|
|
807
|
enum CaretMode{
|
|
811
|
enum CaretMode{
|
|
808
|
CaretAtZero = QRegExp::CaretAtZero, CaretAtOffset = QRegExp::CaretAtOffset, CaretWontMatch = QRegExp::CaretWontMatch};
|
|
812
|
CaretAtZero = QRegExp::CaretAtZero, CaretAtOffset = QRegExp::CaretAtOffset, CaretWontMatch = QRegExp::CaretWontMatch};
|
|
809
|
public Q_SLOTS:
|
|
813
|
public Q_SLOTS:
|
|
810
|
QRegExp* new_QRegExp();
|
|
814
|
QRegExp* new_QRegExp();
|
|
811
|
QRegExp* new_QRegExp(const QRegExp& rx);
|
|
815
|
QRegExp* new_QRegExp(const QRegExp& rx);
|
|
812
|
QRegExp* new_QRegExp(const QString& pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive, QRegExp::PatternSyntax syntax = QRegExp::RegExp);
|
|
816
|
QRegExp* new_QRegExp(const QString& pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive, QRegExp::PatternSyntax syntax = QRegExp::RegExp);
|
|
813
|
void delete_QRegExp(QRegExp* obj) { delete obj; }
|
|
817
|
void delete_QRegExp(QRegExp* obj) { delete obj; }
|
|
814
|
QString cap(QRegExp* theWrappedObject, int nth = 0);
|
|
818
|
QString cap(QRegExp* theWrappedObject, int nth = 0);
|
|
815
|
int captureCount(QRegExp* theWrappedObject) const;
|
|
819
|
int captureCount(QRegExp* theWrappedObject) const;
|
|
816
|
QStringList capturedTexts(QRegExp* theWrappedObject);
|
|
820
|
QStringList capturedTexts(QRegExp* theWrappedObject);
|
|
817
|
Qt::CaseSensitivity caseSensitivity(QRegExp* theWrappedObject) const;
|
|
821
|
Qt::CaseSensitivity caseSensitivity(QRegExp* theWrappedObject) const;
|
|
818
|
QString errorString(QRegExp* theWrappedObject);
|
|
822
|
QString errorString(QRegExp* theWrappedObject);
|
|
819
|
QString static_QRegExp_escape(const QString& str);
|
|
823
|
QString static_QRegExp_escape(const QString& str);
|
|
820
|
bool exactMatch(QRegExp* theWrappedObject, const QString& str) const;
|
|
824
|
bool exactMatch(QRegExp* theWrappedObject, const QString& str) const;
|
|
821
|
int indexIn(QRegExp* theWrappedObject, const QString& str, int offset = 0, QRegExp::CaretMode caretMode = QRegExp::CaretAtZero) const;
|
|
825
|
int indexIn(QRegExp* theWrappedObject, const QString& str, int offset = 0, QRegExp::CaretMode caretMode = QRegExp::CaretAtZero) const;
|
|
822
|
bool isEmpty(QRegExp* theWrappedObject) const;
|
|
826
|
bool isEmpty(QRegExp* theWrappedObject) const;
|
|
823
|
bool isMinimal(QRegExp* theWrappedObject) const;
|
|
827
|
bool isMinimal(QRegExp* theWrappedObject) const;
|
|
824
|
bool isValid(QRegExp* theWrappedObject) const;
|
|
828
|
bool isValid(QRegExp* theWrappedObject) const;
|
|
825
|
int lastIndexIn(QRegExp* theWrappedObject, const QString& str, int offset = -1, QRegExp::CaretMode caretMode = QRegExp::CaretAtZero) const;
|
|
829
|
int lastIndexIn(QRegExp* theWrappedObject, const QString& str, int offset = -1, QRegExp::CaretMode caretMode = QRegExp::CaretAtZero) const;
|
|
826
|
int matchedLength(QRegExp* theWrappedObject) const;
|
|
830
|
int matchedLength(QRegExp* theWrappedObject) const;
|
|
827
|
int numCaptures(QRegExp* theWrappedObject) const;
|
|
831
|
int numCaptures(QRegExp* theWrappedObject) const;
|
|
828
|
bool __ne__(QRegExp* theWrappedObject, const QRegExp& rx) const;
|
|
832
|
bool __ne__(QRegExp* theWrappedObject, const QRegExp& rx) const;
|
|
829
|
void writeTo(QRegExp* theWrappedObject, QDataStream& out);
|
|
833
|
void writeTo(QRegExp* theWrappedObject, QDataStream& out);
|
|
830
|
bool __eq__(QRegExp* theWrappedObject, const QRegExp& rx) const;
|
|
834
|
bool __eq__(QRegExp* theWrappedObject, const QRegExp& rx) const;
|
|
831
|
void readFrom(QRegExp* theWrappedObject, QDataStream& in);
|
|
835
|
void readFrom(QRegExp* theWrappedObject, QDataStream& in);
|
|
832
|
QString pattern(QRegExp* theWrappedObject) const;
|
|
836
|
QString pattern(QRegExp* theWrappedObject) const;
|
|
833
|
QRegExp::PatternSyntax patternSyntax(QRegExp* theWrappedObject) const;
|
|
837
|
QRegExp::PatternSyntax patternSyntax(QRegExp* theWrappedObject) const;
|
|
834
|
int pos(QRegExp* theWrappedObject, int nth = 0);
|
|
838
|
int pos(QRegExp* theWrappedObject, int nth = 0);
|
|
835
|
void setCaseSensitivity(QRegExp* theWrappedObject, Qt::CaseSensitivity cs);
|
|
839
|
void setCaseSensitivity(QRegExp* theWrappedObject, Qt::CaseSensitivity cs);
|
|
836
|
void setMinimal(QRegExp* theWrappedObject, bool minimal);
|
|
840
|
void setMinimal(QRegExp* theWrappedObject, bool minimal);
|
|
837
|
void setPattern(QRegExp* theWrappedObject, const QString& pattern);
|
|
841
|
void setPattern(QRegExp* theWrappedObject, const QString& pattern);
|
|
838
|
void setPatternSyntax(QRegExp* theWrappedObject, QRegExp::PatternSyntax syntax);
|
|
842
|
void setPatternSyntax(QRegExp* theWrappedObject, QRegExp::PatternSyntax syntax);
|
|
839
|
void swap(QRegExp* theWrappedObject, QRegExp& other);
|
|
843
|
void swap(QRegExp* theWrappedObject, QRegExp& other);
|
|
840
|
};
|
|
844
|
};
|
|
841
|
|
|
845
|
|
|
842
|
|
|
846
|
|
|
843
|
|
|
847
|
|
|
844
|
|
|
848
|
|
|
845
|
|
|
849
|
|
|
846
|
class PythonQtWrapper_QSize : public QObject
|
|
850
|
class PythonQtWrapper_QSize : public QObject
|
|
847
|
{ Q_OBJECT
|
|
851
|
{ Q_OBJECT
|
|
848
|
public:
|
|
852
|
public:
|
|
849
|
public Q_SLOTS:
|
|
853
|
public Q_SLOTS:
|
|
850
|
QSize* new_QSize();
|
|
854
|
QSize* new_QSize();
|
|
851
|
QSize* new_QSize(int w, int h);
|
|
855
|
QSize* new_QSize(int w, int h);
|
|
852
|
QSize* new_QSize(const QSize& other) {
|
|
856
|
QSize* new_QSize(const QSize& other) {
|
|
853
|
QSize* a = new QSize();
|
|
857
|
QSize* a = new QSize();
|
|
854
|
*((QSize*)a) = other;
|
|
858
|
*((QSize*)a) = other;
|
|
855
|
return a; }
|
|
859
|
return a; }
|
|
856
|
void delete_QSize(QSize* obj) { delete obj; }
|
|
860
|
void delete_QSize(QSize* obj) { delete obj; }
|
|
857
|
QSize boundedTo(QSize* theWrappedObject, const QSize& arg__1) const;
|
|
861
|
QSize boundedTo(QSize* theWrappedObject, const QSize& arg__1) const;
|
|
858
|
QSize expandedTo(QSize* theWrappedObject, const QSize& arg__1) const;
|
|
862
|
QSize expandedTo(QSize* theWrappedObject, const QSize& arg__1) const;
|
|
859
|
int height(QSize* theWrappedObject) const;
|
|
863
|
int height(QSize* theWrappedObject) const;
|
|
860
|
bool isEmpty(QSize* theWrappedObject) const;
|
|
864
|
bool isEmpty(QSize* theWrappedObject) const;
|
|
861
|
bool isNull(QSize* theWrappedObject) const;
|
|
865
|
bool isNull(QSize* theWrappedObject) const;
|
|
862
|
bool isValid(QSize* theWrappedObject) const;
|
|
866
|
bool isValid(QSize* theWrappedObject) const;
|
|
863
|
const QSize __mul__(QSize* theWrappedObject, qreal c);
|
|
867
|
const QSize __mul__(QSize* theWrappedObject, qreal c);
|
|
864
|
QSize* __imul__(QSize* theWrappedObject, qreal c);
|
|
868
|
QSize* __imul__(QSize* theWrappedObject, qreal c);
|
|
865
|
const QSize __add__(QSize* theWrappedObject, const QSize& s2);
|
|
869
|
const QSize __add__(QSize* theWrappedObject, const QSize& s2);
|
|
866
|
QSize* __iadd__(QSize* theWrappedObject, const QSize& arg__1);
|
|
870
|
QSize* __iadd__(QSize* theWrappedObject, const QSize& arg__1);
|
|
867
|
const QSize __sub__(QSize* theWrappedObject, const QSize& s2);
|
|
871
|
const QSize __sub__(QSize* theWrappedObject, const QSize& s2);
|
|
868
|
QSize* __isub__(QSize* theWrappedObject, const QSize& arg__1);
|
|
872
|
QSize* __isub__(QSize* theWrappedObject, const QSize& arg__1);
|
|
869
|
const QSize __div__(QSize* theWrappedObject, qreal c);
|
|
873
|
const QSize __div__(QSize* theWrappedObject, qreal c);
|
|
870
|
QSize* __idiv__(QSize* theWrappedObject, qreal c);
|
|
874
|
QSize* __idiv__(QSize* theWrappedObject, qreal c);
|
|
871
|
void writeTo(QSize* theWrappedObject, QDataStream& arg__1);
|
|
875
|
void writeTo(QSize* theWrappedObject, QDataStream& arg__1);
|
|
872
|
bool __eq__(QSize* theWrappedObject, const QSize& s2);
|
|
876
|
bool __eq__(QSize* theWrappedObject, const QSize& s2);
|
|
873
|
void readFrom(QSize* theWrappedObject, QDataStream& arg__1);
|
|
877
|
void readFrom(QSize* theWrappedObject, QDataStream& arg__1);
|
|
874
|
void scale(QSize* theWrappedObject, const QSize& s, Qt::AspectRatioMode mode);
|
|
878
|
void scale(QSize* theWrappedObject, const QSize& s, Qt::AspectRatioMode mode);
|
|
875
|
void scale(QSize* theWrappedObject, int w, int h, Qt::AspectRatioMode mode);
|
|
879
|
void scale(QSize* theWrappedObject, int w, int h, Qt::AspectRatioMode mode);
|
|
876
|
void setHeight(QSize* theWrappedObject, int h);
|
|
880
|
void setHeight(QSize* theWrappedObject, int h);
|
|
877
|
void setWidth(QSize* theWrappedObject, int w);
|
|
881
|
void setWidth(QSize* theWrappedObject, int w);
|
|
878
|
void transpose(QSize* theWrappedObject);
|
|
882
|
void transpose(QSize* theWrappedObject);
|
|
879
|
int width(QSize* theWrappedObject) const;
|
|
883
|
int width(QSize* theWrappedObject) const;
|
|
880
|
QString py_toString(QSize*);
|
|
884
|
QString py_toString(QSize*);
|
|
881
|
bool __nonzero__(QSize* obj) { return !obj->isNull(); }
|
|
885
|
bool __nonzero__(QSize* obj) { return !obj->isNull(); }
|
|
882
|
};
|
|
886
|
};
|
|
883
|
|
|
887
|
|
|
884
|
|
|
888
|
|
|
885
|
|
|
889
|
|
|
886
|
|
|
890
|
|
|
887
|
|
|
891
|
|
|
888
|
class PythonQtWrapper_QSizeF : public QObject
|
|
892
|
class PythonQtWrapper_QSizeF : public QObject
|
|
889
|
{ Q_OBJECT
|
|
893
|
{ Q_OBJECT
|
|
890
|
public:
|
|
894
|
public:
|
|
891
|
public Q_SLOTS:
|
|
895
|
public Q_SLOTS:
|
|
892
|
QSizeF* new_QSizeF();
|
|
896
|
QSizeF* new_QSizeF();
|
|
893
|
QSizeF* new_QSizeF(const QSize& sz);
|
|
897
|
QSizeF* new_QSizeF(const QSize& sz);
|
|
894
|
QSizeF* new_QSizeF(qreal w, qreal h);
|
|
898
|
QSizeF* new_QSizeF(qreal w, qreal h);
|
|
895
|
QSizeF* new_QSizeF(const QSizeF& other) {
|
|
899
|
QSizeF* new_QSizeF(const QSizeF& other) {
|
|
896
|
QSizeF* a = new QSizeF();
|
|
900
|
QSizeF* a = new QSizeF();
|
|
897
|
*((QSizeF*)a) = other;
|
|
901
|
*((QSizeF*)a) = other;
|
|
898
|
return a; }
|
|
902
|
return a; }
|
|
899
|
void delete_QSizeF(QSizeF* obj) { delete obj; }
|
|
903
|
void delete_QSizeF(QSizeF* obj) { delete obj; }
|
|
900
|
QSizeF boundedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
|
|
904
|
QSizeF boundedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
|
|
901
|
QSizeF expandedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
|
|
905
|
QSizeF expandedTo(QSizeF* theWrappedObject, const QSizeF& arg__1) const;
|
|
902
|
qreal height(QSizeF* theWrappedObject) const;
|
|
906
|
qreal height(QSizeF* theWrappedObject) const;
|
|
903
|
bool isEmpty(QSizeF* theWrappedObject) const;
|
|
907
|
bool isEmpty(QSizeF* theWrappedObject) const;
|
|
904
|
bool isNull(QSizeF* theWrappedObject) const;
|
|
908
|
bool isNull(QSizeF* theWrappedObject) const;
|
|
905
|
bool isValid(QSizeF* theWrappedObject) const;
|
|
909
|
bool isValid(QSizeF* theWrappedObject) const;
|
|
906
|
const QSizeF __mul__(QSizeF* theWrappedObject, qreal c);
|
|
910
|
const QSizeF __mul__(QSizeF* theWrappedObject, qreal c);
|
|
907
|
QSizeF* __imul__(QSizeF* theWrappedObject, qreal c);
|
|
911
|
QSizeF* __imul__(QSizeF* theWrappedObject, qreal c);
|
|
908
|
const QSizeF __add__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
912
|
const QSizeF __add__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
909
|
QSizeF* __iadd__(QSizeF* theWrappedObject, const QSizeF& arg__1);
|
|
913
|
QSizeF* __iadd__(QSizeF* theWrappedObject, const QSizeF& arg__1);
|
|
910
|
const QSizeF __sub__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
914
|
const QSizeF __sub__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
911
|
QSizeF* __isub__(QSizeF* theWrappedObject, const QSizeF& arg__1);
|
|
915
|
QSizeF* __isub__(QSizeF* theWrappedObject, const QSizeF& arg__1);
|
|
912
|
const QSizeF __div__(QSizeF* theWrappedObject, qreal c);
|
|
916
|
const QSizeF __div__(QSizeF* theWrappedObject, qreal c);
|
|
913
|
QSizeF* __idiv__(QSizeF* theWrappedObject, qreal c);
|
|
917
|
QSizeF* __idiv__(QSizeF* theWrappedObject, qreal c);
|
|
914
|
void writeTo(QSizeF* theWrappedObject, QDataStream& arg__1);
|
|
918
|
void writeTo(QSizeF* theWrappedObject, QDataStream& arg__1);
|
|
915
|
bool __eq__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
919
|
bool __eq__(QSizeF* theWrappedObject, const QSizeF& s2);
|
|
916
|
void readFrom(QSizeF* theWrappedObject, QDataStream& arg__1);
|
|
920
|
void readFrom(QSizeF* theWrappedObject, QDataStream& arg__1);
|
|
917
|
void scale(QSizeF* theWrappedObject, const QSizeF& s, Qt::AspectRatioMode mode);
|
|
921
|
void scale(QSizeF* theWrappedObject, const QSizeF& s, Qt::AspectRatioMode mode);
|
|
918
|
void scale(QSizeF* theWrappedObject, qreal w, qreal h, Qt::AspectRatioMode mode);
|
|
922
|
void scale(QSizeF* theWrappedObject, qreal w, qreal h, Qt::AspectRatioMode mode);
|
|
919
|
void setHeight(QSizeF* theWrappedObject, qreal h);
|
|
923
|
void setHeight(QSizeF* theWrappedObject, qreal h);
|
|
920
|
void setWidth(QSizeF* theWrappedObject, qreal w);
|
|
924
|
void setWidth(QSizeF* theWrappedObject, qreal w);
|
|
921
|
QSize toSize(QSizeF* theWrappedObject) const;
|
|
925
|
QSize toSize(QSizeF* theWrappedObject) const;
|
|
922
|
void transpose(QSizeF* theWrappedObject);
|
|
926
|
void transpose(QSizeF* theWrappedObject);
|
|
923
|
qreal width(QSizeF* theWrappedObject) const;
|
|
927
|
qreal width(QSizeF* theWrappedObject) const;
|
|
924
|
QString py_toString(QSizeF*);
|
|
928
|
QString py_toString(QSizeF*);
|
|
925
|
bool __nonzero__(QSizeF* obj) { return !obj->isNull(); }
|
|
929
|
bool __nonzero__(QSizeF* obj) { return !obj->isNull(); }
|
|
926
|
};
|
|
930
|
};
|
|
927
|
|
|
931
|
|
|
928
|
|
|
932
|
|
|
929
|
|
|
933
|
|
|
930
|
|
|
934
|
|
|
931
|
|
|
935
|
|
|
932
|
class PythonQtWrapper_QTime : public QObject
|
|
936
|
class PythonQtWrapper_QTime : public QObject
|
|
933
|
{ Q_OBJECT
|
|
937
|
{ Q_OBJECT
|
|
934
|
public:
|
|
938
|
public:
|
|
935
|
public Q_SLOTS:
|
|
939
|
public Q_SLOTS:
|
|
936
|
QTime* new_QTime();
|
|
940
|
QTime* new_QTime();
|
|
937
|
QTime* new_QTime(int h, int m, int s = 0, int ms = 0);
|
|
941
|
QTime* new_QTime(int h, int m, int s = 0, int ms = 0);
|
|
938
|
QTime* new_QTime(const QTime& other) {
|
|
942
|
QTime* new_QTime(const QTime& other) {
|
|
939
|
QTime* a = new QTime();
|
|
943
|
QTime* a = new QTime();
|
|
940
|
*((QTime*)a) = other;
|
|
944
|
*((QTime*)a) = other;
|
|
941
|
return a; }
|
|
945
|
return a; }
|
|
942
|
void delete_QTime(QTime* obj) { delete obj; }
|
|
946
|
void delete_QTime(QTime* obj) { delete obj; }
|
|
943
|
QTime addMSecs(QTime* theWrappedObject, int ms) const;
|
|
947
|
QTime addMSecs(QTime* theWrappedObject, int ms) const;
|
|
944
|
QTime addSecs(QTime* theWrappedObject, int secs) const;
|
|
948
|
QTime addSecs(QTime* theWrappedObject, int secs) const;
|
|
945
|
QTime static_QTime_currentTime();
|
|
949
|
QTime static_QTime_currentTime();
|
|
946
|
int elapsed(QTime* theWrappedObject) const;
|
|
950
|
int elapsed(QTime* theWrappedObject) const;
|
|
947
|
QTime static_QTime_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
951
|
QTime static_QTime_fromString(const QString& s, Qt::DateFormat f = Qt::TextDate);
|
|
948
|
QTime static_QTime_fromString(const QString& s, const QString& format);
|
|
952
|
QTime static_QTime_fromString(const QString& s, const QString& format);
|
|
949
|
int hour(QTime* theWrappedObject) const;
|
|
953
|
int hour(QTime* theWrappedObject) const;
|
|
950
|
bool isNull(QTime* theWrappedObject) const;
|
|
954
|
bool isNull(QTime* theWrappedObject) const;
|
|
951
|
bool isValid(QTime* theWrappedObject) const;
|
|
955
|
bool isValid(QTime* theWrappedObject) const;
|
|
952
|
bool static_QTime_isValid(int h, int m, int s, int ms = 0);
|
|
956
|
bool static_QTime_isValid(int h, int m, int s, int ms = 0);
|
|
953
|
int minute(QTime* theWrappedObject) const;
|
|
957
|
int minute(QTime* theWrappedObject) const;
|
|
954
|
int msec(QTime* theWrappedObject) const;
|
|
958
|
int msec(QTime* theWrappedObject) const;
|
|
955
|
int msecsTo(QTime* theWrappedObject, const QTime& arg__1) const;
|
|
959
|
int msecsTo(QTime* theWrappedObject, const QTime& arg__1) const;
|
|
956
|
bool __ne__(QTime* theWrappedObject, const QTime& other) const;
|
|
960
|
bool __ne__(QTime* theWrappedObject, const QTime& other) const;
|
|
957
|
bool __lt__(QTime* theWrappedObject, const QTime& other) const;
|
|
961
|
bool __lt__(QTime* theWrappedObject, const QTime& other) const;
|
|
958
|
void writeTo(QTime* theWrappedObject, QDataStream& arg__1);
|
|
962
|
void writeTo(QTime* theWrappedObject, QDataStream& arg__1);
|
|
959
|
bool __le__(QTime* theWrappedObject, const QTime& other) const;
|
|
963
|
bool __le__(QTime* theWrappedObject, const QTime& other) const;
|
|
960
|
bool __eq__(QTime* theWrappedObject, const QTime& other) const;
|
|
964
|
bool __eq__(QTime* theWrappedObject, const QTime& other) const;
|
|
961
|
bool __gt__(QTime* theWrappedObject, const QTime& other) const;
|
|
965
|
bool __gt__(QTime* theWrappedObject, const QTime& other) const;
|
|
962
|
bool __ge__(QTime* theWrappedObject, const QTime& other) const;
|
|
966
|
bool __ge__(QTime* theWrappedObject, const QTime& other) const;
|
|
963
|
void readFrom(QTime* theWrappedObject, QDataStream& arg__1);
|
|
967
|
void readFrom(QTime* theWrappedObject, QDataStream& arg__1);
|
|
964
|
int restart(QTime* theWrappedObject);
|
|
968
|
int restart(QTime* theWrappedObject);
|
|
965
|
int second(QTime* theWrappedObject) const;
|
|
969
|
int second(QTime* theWrappedObject) const;
|
|
966
|
int secsTo(QTime* theWrappedObject, const QTime& arg__1) const;
|
|
970
|
int secsTo(QTime* theWrappedObject, const QTime& arg__1) const;
|
|
967
|
bool setHMS(QTime* theWrappedObject, int h, int m, int s, int ms = 0);
|
|
971
|
bool setHMS(QTime* theWrappedObject, int h, int m, int s, int ms = 0);
|
|
968
|
void start(QTime* theWrappedObject);
|
|
972
|
void start(QTime* theWrappedObject);
|
|
969
|
QString toString(QTime* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
973
|
QString toString(QTime* theWrappedObject, Qt::DateFormat f = Qt::TextDate) const;
|
|
970
|
QString toString(QTime* theWrappedObject, const QString& format) const;
|
|
974
|
QString toString(QTime* theWrappedObject, const QString& format) const;
|
|
971
|
QString py_toString(QTime*);
|
|
975
|
QString py_toString(QTime*);
|
|
972
|
bool __nonzero__(QTime* obj) { return !obj->isNull(); }
|
|
976
|
bool __nonzero__(QTime* obj) { return !obj->isNull(); }
|
|
973
|
};
|
|
977
|
};
|
|
974
|
|
|
978
|
|
|
975
|
|
|
979
|
|
|
976
|
|
|
980
|
|
|
977
|
|
|
981
|
|
|
978
|
|
|
982
|
|
|
979
|
class PythonQtWrapper_QUrl : public QObject
|
|
983
|
class PythonQtWrapper_QUrl : public QObject
|
|
980
|
{ Q_OBJECT
|
|
984
|
{ Q_OBJECT
|
|
981
|
public:
|
|
985
|
public:
|
|
982
|
Q_ENUMS(ParsingMode FormattingOption )
|
|
986
|
Q_ENUMS(ParsingMode FormattingOption )
|
|
983
|
Q_FLAGS(FormattingOptions )
|
|
987
|
Q_FLAGS(FormattingOptions )
|
|
984
|
enum ParsingMode{
|
|
988
|
enum ParsingMode{
|
|
985
|
TolerantMode = QUrl::TolerantMode, StrictMode = QUrl::StrictMode};
|
|
989
|
TolerantMode = QUrl::TolerantMode, StrictMode = QUrl::StrictMode};
|
|
986
|
enum FormattingOption{
|
|
990
|
enum FormattingOption{
|
|
987
|
None = QUrl::None, RemoveScheme = QUrl::RemoveScheme, RemovePassword = QUrl::RemovePassword, RemoveUserInfo = QUrl::RemoveUserInfo, RemovePort = QUrl::RemovePort, RemoveAuthority = QUrl::RemoveAuthority, RemovePath = QUrl::RemovePath, RemoveQuery = QUrl::RemoveQuery, RemoveFragment = QUrl::RemoveFragment, StripTrailingSlash = QUrl::StripTrailingSlash};
|
|
991
|
None = QUrl::None, RemoveScheme = QUrl::RemoveScheme, RemovePassword = QUrl::RemovePassword, RemoveUserInfo = QUrl::RemoveUserInfo, RemovePort = QUrl::RemovePort, RemoveAuthority = QUrl::RemoveAuthority, RemovePath = QUrl::RemovePath, RemoveQuery = QUrl::RemoveQuery, RemoveFragment = QUrl::RemoveFragment, StripTrailingSlash = QUrl::StripTrailingSlash};
|
|
988
|
Q_DECLARE_FLAGS(FormattingOptions, FormattingOption)
|
|
992
|
Q_DECLARE_FLAGS(FormattingOptions, FormattingOption)
|
|
989
|
public Q_SLOTS:
|
|
993
|
public Q_SLOTS:
|
|
990
|
QUrl* new_QUrl();
|
|
994
|
QUrl* new_QUrl();
|
|
991
|
QUrl* new_QUrl(const QString& url);
|
|
995
|
QUrl* new_QUrl(const QString& url);
|
|
992
|
QUrl* new_QUrl(const QString& url, QUrl::ParsingMode mode);
|
|
996
|
QUrl* new_QUrl(const QString& url, QUrl::ParsingMode mode);
|
|
993
|
QUrl* new_QUrl(const QUrl& copy);
|
|
997
|
QUrl* new_QUrl(const QUrl& copy);
|
|
994
|
void delete_QUrl(QUrl* obj) { delete obj; }
|
|
998
|
void delete_QUrl(QUrl* obj) { delete obj; }
|
|
995
|
void addEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key, const QByteArray& value);
|
|
999
|
void addEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key, const QByteArray& value);
|
|
996
|
void addQueryItem(QUrl* theWrappedObject, const QString& key, const QString& value);
|
|
1000
|
void addQueryItem(QUrl* theWrappedObject, const QString& key, const QString& value);
|
|
997
|
QList<QByteArray > allEncodedQueryItemValues(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
1001
|
QList<QByteArray > allEncodedQueryItemValues(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
998
|
QStringList allQueryItemValues(QUrl* theWrappedObject, const QString& key) const;
|
|
1002
|
QStringList allQueryItemValues(QUrl* theWrappedObject, const QString& key) const;
|
|
999
|
QString authority(QUrl* theWrappedObject) const;
|
|
1003
|
QString authority(QUrl* theWrappedObject) const;
|
|
1000
|
void clear(QUrl* theWrappedObject);
|
|
1004
|
void clear(QUrl* theWrappedObject);
|
|
1001
|
QByteArray encodedFragment(QUrl* theWrappedObject) const;
|
|
1005
|
QByteArray encodedFragment(QUrl* theWrappedObject) const;
|
|
1002
|
QByteArray encodedHost(QUrl* theWrappedObject) const;
|
|
1006
|
QByteArray encodedHost(QUrl* theWrappedObject) const;
|
|
1003
|
QByteArray encodedPassword(QUrl* theWrappedObject) const;
|
|
1007
|
QByteArray encodedPassword(QUrl* theWrappedObject) const;
|
|
1004
|
QByteArray encodedPath(QUrl* theWrappedObject) const;
|
|
1008
|
QByteArray encodedPath(QUrl* theWrappedObject) const;
|
|
1005
|
QByteArray encodedQuery(QUrl* theWrappedObject) const;
|
|
1009
|
QByteArray encodedQuery(QUrl* theWrappedObject) const;
|
|
1006
|
QByteArray encodedQueryItemValue(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
1010
|
QByteArray encodedQueryItemValue(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
1007
|
QList<QPair<QByteArray , QByteArray > > encodedQueryItems(QUrl* theWrappedObject) const;
|
|
1011
|
QList<QPair<QByteArray , QByteArray > > encodedQueryItems(QUrl* theWrappedObject) const;
|
|
1008
|
QByteArray encodedUserName(QUrl* theWrappedObject) const;
|
|
1012
|
QByteArray encodedUserName(QUrl* theWrappedObject) const;
|
|
1009
|
QString errorString(QUrl* theWrappedObject) const;
|
|
1013
|
QString errorString(QUrl* theWrappedObject) const;
|
|
1010
|
QString fragment(QUrl* theWrappedObject) const;
|
|
1014
|
QString fragment(QUrl* theWrappedObject) const;
|
|
1011
|
QString static_QUrl_fromAce(const QByteArray& arg__1);
|
|
1015
|
QString static_QUrl_fromAce(const QByteArray& arg__1);
|
|
1012
|
QUrl static_QUrl_fromEncoded(const QByteArray& url);
|
|
1016
|
QUrl static_QUrl_fromEncoded(const QByteArray& url);
|
|
1013
|
QUrl static_QUrl_fromEncoded(const QByteArray& url, QUrl::ParsingMode mode);
|
|
1017
|
QUrl static_QUrl_fromEncoded(const QByteArray& url, QUrl::ParsingMode mode);
|
|
1014
|
QUrl static_QUrl_fromLocalFile(const QString& localfile);
|
|
1018
|
QUrl static_QUrl_fromLocalFile(const QString& localfile);
|
|
1015
|
QString static_QUrl_fromPercentEncoding(const QByteArray& arg__1);
|
|
1019
|
QString static_QUrl_fromPercentEncoding(const QByteArray& arg__1);
|
|
1016
|
QUrl static_QUrl_fromUserInput(const QString& userInput);
|
|
1020
|
QUrl static_QUrl_fromUserInput(const QString& userInput);
|
|
1017
|
bool hasEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
1021
|
bool hasEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key) const;
|
|
1018
|
bool hasFragment(QUrl* theWrappedObject) const;
|
|
1022
|
bool hasFragment(QUrl* theWrappedObject) const;
|
|
1019
|
bool hasQuery(QUrl* theWrappedObject) const;
|
|
1023
|
bool hasQuery(QUrl* theWrappedObject) const;
|
|
1020
|
bool hasQueryItem(QUrl* theWrappedObject, const QString& key) const;
|
|
1024
|
bool hasQueryItem(QUrl* theWrappedObject, const QString& key) const;
|
|
1021
|
QString host(QUrl* theWrappedObject) const;
|
|
1025
|
QString host(QUrl* theWrappedObject) const;
|
|
1022
|
QStringList static_QUrl_idnWhitelist();
|
|
1026
|
QStringList static_QUrl_idnWhitelist();
|
|
1023
|
bool isEmpty(QUrl* theWrappedObject) const;
|
|
1027
|
bool isEmpty(QUrl* theWrappedObject) const;
|
|
1024
|
bool isLocalFile(QUrl* theWrappedObject) const;
|
|
1028
|
bool isLocalFile(QUrl* theWrappedObject) const;
|
|
1025
|
bool isParentOf(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1029
|
bool isParentOf(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1026
|
bool isRelative(QUrl* theWrappedObject) const;
|
|
1030
|
bool isRelative(QUrl* theWrappedObject) const;
|
|
1027
|
bool isValid(QUrl* theWrappedObject) const;
|
|
1031
|
bool isValid(QUrl* theWrappedObject) const;
|
|
1028
|
bool __ne__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1032
|
bool __ne__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1029
|
bool __lt__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1033
|
bool __lt__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1030
|
void writeTo(QUrl* theWrappedObject, QDataStream& arg__1);
|
|
1034
|
void writeTo(QUrl* theWrappedObject, QDataStream& arg__1);
|
|
1031
|
bool __eq__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1035
|
bool __eq__(QUrl* theWrappedObject, const QUrl& url) const;
|
|
1032
|
void readFrom(QUrl* theWrappedObject, QDataStream& arg__1);
|
|
1036
|
void readFrom(QUrl* theWrappedObject, QDataStream& arg__1);
|
|
1033
|
QString password(QUrl* theWrappedObject) const;
|
|
1037
|
QString password(QUrl* theWrappedObject) const;
|
|
1034
|
QString path(QUrl* theWrappedObject) const;
|
|
1038
|
QString path(QUrl* theWrappedObject) const;
|
|
1035
|
int port(QUrl* theWrappedObject) const;
|
|
1039
|
int port(QUrl* theWrappedObject) const;
|
|
1036
|
int port(QUrl* theWrappedObject, int defaultPort) const;
|
|
1040
|
int port(QUrl* theWrappedObject, int defaultPort) const;
|
|
1037
|
QString queryItemValue(QUrl* theWrappedObject, const QString& key) const;
|
|
1041
|
QString queryItemValue(QUrl* theWrappedObject, const QString& key) const;
|
|
1038
|
QList<QPair<QString , QString > > queryItems(QUrl* theWrappedObject) const;
|
|
1042
|
QList<QPair<QString , QString > > queryItems(QUrl* theWrappedObject) const;
|
|
1039
|
char queryPairDelimiter(QUrl* theWrappedObject) const;
|
|
1043
|
char queryPairDelimiter(QUrl* theWrappedObject) const;
|
|
1040
|
char queryValueDelimiter(QUrl* theWrappedObject) const;
|
|
1044
|
char queryValueDelimiter(QUrl* theWrappedObject) const;
|
|
1041
|
void removeAllEncodedQueryItems(QUrl* theWrappedObject, const QByteArray& key);
|
|
1045
|
void removeAllEncodedQueryItems(QUrl* theWrappedObject, const QByteArray& key);
|
|
1042
|
void removeAllQueryItems(QUrl* theWrappedObject, const QString& key);
|
|
1046
|
void removeAllQueryItems(QUrl* theWrappedObject, const QString& key);
|
|
1043
|
void removeEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key);
|
|
1047
|
void removeEncodedQueryItem(QUrl* theWrappedObject, const QByteArray& key);
|
|
1044
|
void removeQueryItem(QUrl* theWrappedObject, const QString& key);
|
|
1048
|
void removeQueryItem(QUrl* theWrappedObject, const QString& key);
|
|
1045
|
QUrl resolved(QUrl* theWrappedObject, const QUrl& relative) const;
|
|
1049
|
QUrl resolved(QUrl* theWrappedObject, const QUrl& relative) const;
|
|
1046
|
QString scheme(QUrl* theWrappedObject) const;
|
|
1050
|
QString scheme(QUrl* theWrappedObject) const;
|
|
1047
|
void setAuthority(QUrl* theWrappedObject, const QString& authority);
|
|
1051
|
void setAuthority(QUrl* theWrappedObject, const QString& authority);
|
|
1048
|
void setEncodedFragment(QUrl* theWrappedObject, const QByteArray& fragment);
|
|
1052
|
void setEncodedFragment(QUrl* theWrappedObject, const QByteArray& fragment);
|
|
1049
|
void setEncodedHost(QUrl* theWrappedObject, const QByteArray& host);
|
|
1053
|
void setEncodedHost(QUrl* theWrappedObject, const QByteArray& host);
|
|
1050
|
void setEncodedPassword(QUrl* theWrappedObject, const QByteArray& password);
|
|
1054
|
void setEncodedPassword(QUrl* theWrappedObject, const QByteArray& password);
|
|
1051
|
void setEncodedPath(QUrl* theWrappedObject, const QByteArray& path);
|
|
1055
|
void setEncodedPath(QUrl* theWrappedObject, const QByteArray& path);
|
|
1052
|
void setEncodedQuery(QUrl* theWrappedObject, const QByteArray& query);
|
|
1056
|
void setEncodedQuery(QUrl* theWrappedObject, const QByteArray& query);
|
|
1053
|
void setEncodedQueryItems(QUrl* theWrappedObject, const QList<QPair<QByteArray , QByteArray > >& query);
|
|
1057
|
void setEncodedQueryItems(QUrl* theWrappedObject, const QList<QPair<QByteArray , QByteArray > >& query);
|
|
1054
|
void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url);
|
|
1058
|
void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url);
|
|
1055
|
void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url, QUrl::ParsingMode mode);
|
|
1059
|
void setEncodedUrl(QUrl* theWrappedObject, const QByteArray& url, QUrl::ParsingMode mode);
|
|
1056
|
void setEncodedUserName(QUrl* theWrappedObject, const QByteArray& userName);
|
|
1060
|
void setEncodedUserName(QUrl* theWrappedObject, const QByteArray& userName);
|
|
1057
|
void setFragment(QUrl* theWrappedObject, const QString& fragment);
|
|
1061
|
void setFragment(QUrl* theWrappedObject, const QString& fragment);
|
|
1058
|
void setHost(QUrl* theWrappedObject, const QString& host);
|
|
1062
|
void setHost(QUrl* theWrappedObject, const QString& host);
|
|
1059
|
void static_QUrl_setIdnWhitelist(const QStringList& arg__1);
|
|
1063
|
void static_QUrl_setIdnWhitelist(const QStringList& arg__1);
|
|
1060
|
void setPassword(QUrl* theWrappedObject, const QString& password);
|
|
1064
|
void setPassword(QUrl* theWrappedObject, const QString& password);
|
|
1061
|
void setPath(QUrl* theWrappedObject, const QString& path);
|
|
1065
|
void setPath(QUrl* theWrappedObject, const QString& path);
|
|
1062
|
void setPort(QUrl* theWrappedObject, int port);
|
|
1066
|
void setPort(QUrl* theWrappedObject, int port);
|
|
1063
|
void setQueryDelimiters(QUrl* theWrappedObject, char valueDelimiter, char pairDelimiter);
|
|
1067
|
void setQueryDelimiters(QUrl* theWrappedObject, char valueDelimiter, char pairDelimiter);
|
|
1064
|
void setQueryItems(QUrl* theWrappedObject, const QList<QPair<QString , QString > >& query);
|
|
1068
|
void setQueryItems(QUrl* theWrappedObject, const QList<QPair<QString , QString > >& query);
|
|
1065
|
void setScheme(QUrl* theWrappedObject, const QString& scheme);
|
|
1069
|
void setScheme(QUrl* theWrappedObject, const QString& scheme);
|
|
1066
|
void setUrl(QUrl* theWrappedObject, const QString& url);
|
|
1070
|
void setUrl(QUrl* theWrappedObject, const QString& url);
|
|
1067
|
void setUrl(QUrl* theWrappedObject, const QString& url, QUrl::ParsingMode mode);
|
|
1071
|
void setUrl(QUrl* theWrappedObject, const QString& url, QUrl::ParsingMode mode);
|
|
1068
|
void setUserInfo(QUrl* theWrappedObject, const QString& userInfo);
|
|
1072
|
void setUserInfo(QUrl* theWrappedObject, const QString& userInfo);
|
|
1069
|
void setUserName(QUrl* theWrappedObject, const QString& userName);
|
|
1073
|
void setUserName(QUrl* theWrappedObject, const QString& userName);
|
|
1070
|
void swap(QUrl* theWrappedObject, QUrl& other);
|
|
1074
|
void swap(QUrl* theWrappedObject, QUrl& other);
|
|
1071
|
QByteArray static_QUrl_toAce(const QString& arg__1);
|
|
1075
|
QByteArray static_QUrl_toAce(const QString& arg__1);
|
|
1072
|
QByteArray toEncoded(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
|
|
1076
|
QByteArray toEncoded(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
|
|
1073
|
QString toLocalFile(QUrl* theWrappedObject) const;
|
|
1077
|
QString toLocalFile(QUrl* theWrappedObject) const;
|
|
1074
|
QByteArray static_QUrl_toPercentEncoding(const QString& arg__1, const QByteArray& exclude = QByteArray(), const QByteArray& include = QByteArray());
|
|
1078
|
QByteArray static_QUrl_toPercentEncoding(const QString& arg__1, const QByteArray& exclude = QByteArray(), const QByteArray& include = QByteArray());
|
|
1075
|
QString toString(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
|
|
1079
|
QString toString(QUrl* theWrappedObject, QUrl::FormattingOptions options = QUrl::None) const;
|
|
1076
|
QString topLevelDomain(QUrl* theWrappedObject) const;
|
|
1080
|
QString topLevelDomain(QUrl* theWrappedObject) const;
|
|
1077
|
QString userInfo(QUrl* theWrappedObject) const;
|
|
1081
|
QString userInfo(QUrl* theWrappedObject) const;
|
|
1078
|
QString userName(QUrl* theWrappedObject) const;
|
|
1082
|
QString userName(QUrl* theWrappedObject) const;
|
|
1079
|
QString py_toString(QUrl*);
|
|
1083
|
QString py_toString(QUrl*);
|
|
1080
|
};
|
|
1084
|
};
|
|
1081
|
|
|
1085
|
|
|
1082
|
|
|
1086
|
|
|
1083
|
|
|
1087
|
|
|
1084
|
|
|
1088
|
|
|
1085
|
|
|
1089
|
|
|
1086
|
class PythonQtWrapper_Qt : public QObject
|
|
1090
|
class PythonQtWrapper_Qt : public QObject
|
|
1087
|
{ Q_OBJECT
|
|
1091
|
{ Q_OBJECT
|
|
1088
|
public:
|
|
1092
|
public:
|
|
1089
|
Q_ENUMS(ShortcutContext CheckState FocusPolicy GestureType DropAction WindowType DateFormat TextFormat PenJoinStyle GestureFlag CaseSensitivity EventPriority ImageConversionFlag CursorMoveStyle GestureState BGMode ConnectionType ToolBarArea CoordinateSystem SizeMode FocusReason TileRule WhiteSpaceMode AspectRatioMode SizeHint AlignmentFlag ContextMenuPolicy DockWidgetArea UIEffect AnchorPoint GlobalColor KeyboardModifier NavigationMode ItemDataRole ScrollBarPolicy InputMethodHint AnchorAttribute WindowModality SortOrder PenStyle ItemFlag Axis TransformationMode WindowFrameSection HitTestAccuracy CursorShape ItemSelectionMode Orientation InputMethodQuery TimeSpec ArrowType FillRule MaskMode WindowState ToolBarAreaSizes Corner DayOfWeek ClipOperation LayoutDirection ToolButtonStyle DockWidgetAreaSizes Key ApplicationAttribute TextFlag BrushStyle WidgetAttribute TouchPointState TextInteractionFlag MouseButton MatchFlag PenCapStyle TextElideMode )
|
|
1093
|
Q_ENUMS(ShortcutContext CheckState FocusPolicy GestureType DropAction WindowType DateFormat TextFormat PenJoinStyle GestureFlag CaseSensitivity EventPriority ImageConversionFlag CursorMoveStyle GestureState BGMode ConnectionType ToolBarArea CoordinateSystem SizeMode FocusReason TileRule WhiteSpaceMode AspectRatioMode SizeHint AlignmentFlag ContextMenuPolicy DockWidgetArea UIEffect AnchorPoint GlobalColor KeyboardModifier NavigationMode ItemDataRole ScrollBarPolicy InputMethodHint AnchorAttribute WindowModality SortOrder PenStyle ItemFlag Axis TransformationMode WindowFrameSection HitTestAccuracy CursorShape ItemSelectionMode Orientation InputMethodQuery TimeSpec ArrowType FillRule MaskMode WindowState ToolBarAreaSizes Corner DayOfWeek ClipOperation LayoutDirection ToolButtonStyle DockWidgetAreaSizes Key ApplicationAttribute TextFlag BrushStyle WidgetAttribute TouchPointState TextInteractionFlag MouseButton MatchFlag PenCapStyle TextElideMode )
|
|
1090
|
Q_FLAGS(DropActions WindowFlags GestureFlags ImageConversionFlags ToolBarAreas Alignment DockWidgetAreas KeyboardModifiers InputMethodHints ItemFlags Orientations WindowStates TouchPointStates TextInteractionFlags MouseButtons MatchFlags )
|
|
1094
|
Q_FLAGS(DropActions WindowFlags GestureFlags ImageConversionFlags ToolBarAreas Alignment DockWidgetAreas KeyboardModifiers InputMethodHints ItemFlags Orientations WindowStates TouchPointStates TextInteractionFlags MouseButtons MatchFlags )
|
|
1091
|
enum ShortcutContext{
|
|
1095
|
enum ShortcutContext{
|
|
1092
|
WidgetShortcut = Qt::WidgetShortcut, WindowShortcut = Qt::WindowShortcut, ApplicationShortcut = Qt::ApplicationShortcut, WidgetWithChildrenShortcut = Qt::WidgetWithChildrenShortcut};
|
|
1096
|
WidgetShortcut = Qt::WidgetShortcut, WindowShortcut = Qt::WindowShortcut, ApplicationShortcut = Qt::ApplicationShortcut, WidgetWithChildrenShortcut = Qt::WidgetWithChildrenShortcut};
|
|
1093
|
enum CheckState{
|
|
1097
|
enum CheckState{
|
|
1094
|
Unchecked = Qt::Unchecked, PartiallyChecked = Qt::PartiallyChecked, Checked = Qt::Checked};
|
|
1098
|
Unchecked = Qt::Unchecked, PartiallyChecked = Qt::PartiallyChecked, Checked = Qt::Checked};
|
|
1095
|
enum FocusPolicy{
|
|
1099
|
enum FocusPolicy{
|
|
1096
|
NoFocus = Qt::NoFocus, TabFocus = Qt::TabFocus, ClickFocus = Qt::ClickFocus, StrongFocus = Qt::StrongFocus, WheelFocus = Qt::WheelFocus};
|
|
1100
|
NoFocus = Qt::NoFocus, TabFocus = Qt::TabFocus, ClickFocus = Qt::ClickFocus, StrongFocus = Qt::StrongFocus, WheelFocus = Qt::WheelFocus};
|
|
1097
|
enum GestureType{
|
|
1101
|
enum GestureType{
|
|
1098
|
TapGesture = Qt::TapGesture, TapAndHoldGesture = Qt::TapAndHoldGesture, PanGesture = Qt::PanGesture, PinchGesture = Qt::PinchGesture, SwipeGesture = Qt::SwipeGesture, CustomGesture = Qt::CustomGesture, LastGestureType = Qt::LastGestureType};
|
|
1102
|
TapGesture = Qt::TapGesture, TapAndHoldGesture = Qt::TapAndHoldGesture, PanGesture = Qt::PanGesture, PinchGesture = Qt::PinchGesture, SwipeGesture = Qt::SwipeGesture, CustomGesture = Qt::CustomGesture, LastGestureType = Qt::LastGestureType};
|
|
1099
|
enum DropAction{
|
|
1103
|
enum DropAction{
|
|
1100
|
CopyAction = Qt::CopyAction, MoveAction = Qt::MoveAction, LinkAction = Qt::LinkAction, ActionMask = Qt::ActionMask, TargetMoveAction = Qt::TargetMoveAction, IgnoreAction = Qt::IgnoreAction};
|
|
1104
|
CopyAction = Qt::CopyAction, MoveAction = Qt::MoveAction, LinkAction = Qt::LinkAction, ActionMask = Qt::ActionMask, TargetMoveAction = Qt::TargetMoveAction, IgnoreAction = Qt::IgnoreAction};
|
|
1101
|
enum WindowType{
|
|
1105
|
enum WindowType{
|
|
1102
|
Widget = Qt::Widget, Window = Qt::Window, Dialog = Qt::Dialog, Sheet = Qt::Sheet, Drawer = Qt::Drawer, Popup = Qt::Popup, Tool = Qt::Tool, ToolTip = Qt::ToolTip, SplashScreen = Qt::SplashScreen, Desktop = Qt::Desktop, SubWindow = Qt::SubWindow, WindowType_Mask = Qt::WindowType_Mask, MSWindowsFixedSizeDialogHint = Qt::MSWindowsFixedSizeDialogHint, MSWindowsOwnDC = Qt::MSWindowsOwnDC, X11BypassWindowManagerHint = Qt::X11BypassWindowManagerHint, FramelessWindowHint = Qt::FramelessWindowHint, WindowTitleHint = Qt::WindowTitleHint, WindowSystemMenuHint = Qt::WindowSystemMenuHint, WindowMinimizeButtonHint = Qt::WindowMinimizeButtonHint, WindowMaximizeButtonHint = Qt::WindowMaximizeButtonHint, WindowMinMaxButtonsHint = Qt::WindowMinMaxButtonsHint, WindowContextHelpButtonHint = Qt::WindowContextHelpButtonHint, WindowShadeButtonHint = Qt::WindowShadeButtonHint, WindowStaysOnTopHint = Qt::WindowStaysOnTopHint, CustomizeWindowHint = Qt::CustomizeWindowHint, WindowStaysOnBottomHint = Qt::WindowStaysOnBottomHint, WindowCloseButtonHint = Qt::WindowCloseButtonHint, MacWindowToolBarButtonHint = Qt::MacWindowToolBarButtonHint, BypassGraphicsProxyWidget = Qt::BypassGraphicsProxyWidget, WindowOkButtonHint = Qt::WindowOkButtonHint, WindowCancelButtonHint = Qt::WindowCancelButtonHint, WindowSoftkeysVisibleHint = Qt::WindowSoftkeysVisibleHint, WindowSoftkeysRespondHint = Qt::WindowSoftkeysRespondHint};
|
|
1106
|
Widget = Qt::Widget, Window = Qt::Window, Dialog = Qt::Dialog, Sheet = Qt::Sheet, Drawer = Qt::Drawer, Popup = Qt::Popup, Tool = Qt::Tool, ToolTip = Qt::ToolTip, SplashScreen = Qt::SplashScreen, Desktop = Qt::Desktop, SubWindow = Qt::SubWindow, WindowType_Mask = Qt::WindowType_Mask, MSWindowsFixedSizeDialogHint = Qt::MSWindowsFixedSizeDialogHint, MSWindowsOwnDC = Qt::MSWindowsOwnDC, X11BypassWindowManagerHint = Qt::X11BypassWindowManagerHint, FramelessWindowHint = Qt::FramelessWindowHint, WindowTitleHint = Qt::WindowTitleHint, WindowSystemMenuHint = Qt::WindowSystemMenuHint, WindowMinimizeButtonHint = Qt::WindowMinimizeButtonHint, WindowMaximizeButtonHint = Qt::WindowMaximizeButtonHint, WindowMinMaxButtonsHint = Qt::WindowMinMaxButtonsHint, WindowContextHelpButtonHint = Qt::WindowContextHelpButtonHint, WindowShadeButtonHint = Qt::WindowShadeButtonHint, WindowStaysOnTopHint = Qt::WindowStaysOnTopHint, CustomizeWindowHint = Qt::CustomizeWindowHint, WindowStaysOnBottomHint = Qt::WindowStaysOnBottomHint, WindowCloseButtonHint = Qt::WindowCloseButtonHint, MacWindowToolBarButtonHint = Qt::MacWindowToolBarButtonHint, BypassGraphicsProxyWidget = Qt::BypassGraphicsProxyWidget, WindowOkButtonHint = Qt::WindowOkButtonHint, WindowCancelButtonHint = Qt::WindowCancelButtonHint, WindowSoftkeysVisibleHint = Qt::WindowSoftkeysVisibleHint, WindowSoftkeysRespondHint = Qt::WindowSoftkeysRespondHint};
|
|
1103
|
enum DateFormat{
|
|
1107
|
enum DateFormat{
|
|
1104
|
TextDate = Qt::TextDate, ISODate = Qt::ISODate, SystemLocaleDate = Qt::SystemLocaleDate, LocalDate = Qt::LocalDate, LocaleDate = Qt::LocaleDate, SystemLocaleShortDate = Qt::SystemLocaleShortDate, SystemLocaleLongDate = Qt::SystemLocaleLongDate, DefaultLocaleShortDate = Qt::DefaultLocaleShortDate, DefaultLocaleLongDate = Qt::DefaultLocaleLongDate};
|
|
1108
|
TextDate = Qt::TextDate, ISODate = Qt::ISODate, SystemLocaleDate = Qt::SystemLocaleDate, LocalDate = Qt::LocalDate, LocaleDate = Qt::LocaleDate, SystemLocaleShortDate = Qt::SystemLocaleShortDate, SystemLocaleLongDate = Qt::SystemLocaleLongDate, DefaultLocaleShortDate = Qt::DefaultLocaleShortDate, DefaultLocaleLongDate = Qt::DefaultLocaleLongDate};
|
|
1105
|
enum TextFormat{
|
|
1109
|
enum TextFormat{
|
|
1106
|
PlainText = Qt::PlainText, RichText = Qt::RichText, AutoText = Qt::AutoText, LogText = Qt::LogText};
|
|
1110
|
PlainText = Qt::PlainText, RichText = Qt::RichText, AutoText = Qt::AutoText, LogText = Qt::LogText};
|
|
1107
|
enum PenJoinStyle{
|
|
1111
|
enum PenJoinStyle{
|
|
1108
|
MiterJoin = Qt::MiterJoin, BevelJoin = Qt::BevelJoin, RoundJoin = Qt::RoundJoin, SvgMiterJoin = Qt::SvgMiterJoin, MPenJoinStyle = Qt::MPenJoinStyle};
|
|
1112
|
MiterJoin = Qt::MiterJoin, BevelJoin = Qt::BevelJoin, RoundJoin = Qt::RoundJoin, SvgMiterJoin = Qt::SvgMiterJoin, MPenJoinStyle = Qt::MPenJoinStyle};
|
|
1109
|
enum GestureFlag{
|
|
1113
|
enum GestureFlag{
|
|
1110
|
DontStartGestureOnChildren = Qt::DontStartGestureOnChildren, ReceivePartialGestures = Qt::ReceivePartialGestures, IgnoredGesturesPropagateToParent = Qt::IgnoredGesturesPropagateToParent};
|
|
1114
|
DontStartGestureOnChildren = Qt::DontStartGestureOnChildren, ReceivePartialGestures = Qt::ReceivePartialGestures, IgnoredGesturesPropagateToParent = Qt::IgnoredGesturesPropagateToParent};
|
|
1111
|
enum CaseSensitivity{
|
|
1115
|
enum CaseSensitivity{
|
|
1112
|
CaseInsensitive = Qt::CaseInsensitive, CaseSensitive = Qt::CaseSensitive};
|
|
1116
|
CaseInsensitive = Qt::CaseInsensitive, CaseSensitive = Qt::CaseSensitive};
|
|
1113
|
enum EventPriority{
|
|
1117
|
enum EventPriority{
|
|
1114
|
HighEventPriority = Qt::HighEventPriority, NormalEventPriority = Qt::NormalEventPriority, LowEventPriority = Qt::LowEventPriority};
|
|
1118
|
HighEventPriority = Qt::HighEventPriority, NormalEventPriority = Qt::NormalEventPriority, LowEventPriority = Qt::LowEventPriority};
|
|
1115
|
enum ImageConversionFlag{
|
|
1119
|
enum ImageConversionFlag{
|
|
1116
|
ColorMode_Mask = Qt::ColorMode_Mask, AutoColor = Qt::AutoColor, ColorOnly = Qt::ColorOnly, MonoOnly = Qt::MonoOnly, AlphaDither_Mask = Qt::AlphaDither_Mask, ThresholdAlphaDither = Qt::ThresholdAlphaDither, OrderedAlphaDither = Qt::OrderedAlphaDither, DiffuseAlphaDither = Qt::DiffuseAlphaDither, NoAlpha = Qt::NoAlpha, Dither_Mask = Qt::Dither_Mask, DiffuseDither = Qt::DiffuseDither, OrderedDither = Qt::OrderedDither, ThresholdDither = Qt::ThresholdDither, DitherMode_Mask = Qt::DitherMode_Mask, AutoDither = Qt::AutoDither, PreferDither = Qt::PreferDither, AvoidDither = Qt::AvoidDither, NoOpaqueDetection = Qt::NoOpaqueDetection, NoFormatConversion = Qt::NoFormatConversion};
|
|
1120
|
ColorMode_Mask = Qt::ColorMode_Mask, AutoColor = Qt::AutoColor, ColorOnly = Qt::ColorOnly, MonoOnly = Qt::MonoOnly, AlphaDither_Mask = Qt::AlphaDither_Mask, ThresholdAlphaDither = Qt::ThresholdAlphaDither, OrderedAlphaDither = Qt::OrderedAlphaDither, DiffuseAlphaDither = Qt::DiffuseAlphaDither, NoAlpha = Qt::NoAlpha, Dither_Mask = Qt::Dither_Mask, DiffuseDither = Qt::DiffuseDither, OrderedDither = Qt::OrderedDither, ThresholdDither = Qt::ThresholdDither, DitherMode_Mask = Qt::DitherMode_Mask, AutoDither = Qt::AutoDither, PreferDither = Qt::PreferDither, AvoidDither = Qt::AvoidDither, NoOpaqueDetection = Qt::NoOpaqueDetection, NoFormatConversion = Qt::NoFormatConversion};
|
|
1117
|
enum CursorMoveStyle{
|
|
1121
|
enum CursorMoveStyle{
|
|
1118
|
LogicalMoveStyle = Qt::LogicalMoveStyle, VisualMoveStyle = Qt::VisualMoveStyle};
|
|
1122
|
LogicalMoveStyle = Qt::LogicalMoveStyle, VisualMoveStyle = Qt::VisualMoveStyle};
|
|
1119
|
enum GestureState{
|
|
1123
|
enum GestureState{
|
|
1120
|
NoGesture = Qt::NoGesture, GestureStarted = Qt::GestureStarted, GestureUpdated = Qt::GestureUpdated, GestureFinished = Qt::GestureFinished, GestureCanceled = Qt::GestureCanceled};
|
|
1124
|
NoGesture = Qt::NoGesture, GestureStarted = Qt::GestureStarted, GestureUpdated = Qt::GestureUpdated, GestureFinished = Qt::GestureFinished, GestureCanceled = Qt::GestureCanceled};
|
|
1121
|
enum BGMode{
|
|
1125
|
enum BGMode{
|
|
1122
|
TransparentMode = Qt::TransparentMode, OpaqueMode = Qt::OpaqueMode};
|
|
1126
|
TransparentMode = Qt::TransparentMode, OpaqueMode = Qt::OpaqueMode};
|
|
1123
|
enum ConnectionType{
|
|
1127
|
enum ConnectionType{
|
|
1124
|
AutoConnection = Qt::AutoConnection, DirectConnection = Qt::DirectConnection, QueuedConnection = Qt::QueuedConnection, AutoCompatConnection = Qt::AutoCompatConnection, BlockingQueuedConnection = Qt::BlockingQueuedConnection, UniqueConnection = Qt::UniqueConnection};
|
|
1128
|
AutoConnection = Qt::AutoConnection, DirectConnection = Qt::DirectConnection, QueuedConnection = Qt::QueuedConnection, AutoCompatConnection = Qt::AutoCompatConnection, BlockingQueuedConnection = Qt::BlockingQueuedConnection, UniqueConnection = Qt::UniqueConnection};
|
|
1125
|
enum ToolBarArea{
|
|
1129
|
enum ToolBarArea{
|
|
1126
|
LeftToolBarArea = Qt::LeftToolBarArea, RightToolBarArea = Qt::RightToolBarArea, TopToolBarArea = Qt::TopToolBarArea, BottomToolBarArea = Qt::BottomToolBarArea, ToolBarArea_Mask = Qt::ToolBarArea_Mask, AllToolBarAreas = Qt::AllToolBarAreas, NoToolBarArea = Qt::NoToolBarArea};
|
|
1130
|
LeftToolBarArea = Qt::LeftToolBarArea, RightToolBarArea = Qt::RightToolBarArea, TopToolBarArea = Qt::TopToolBarArea, BottomToolBarArea = Qt::BottomToolBarArea, ToolBarArea_Mask = Qt::ToolBarArea_Mask, AllToolBarAreas = Qt::AllToolBarAreas, NoToolBarArea = Qt::NoToolBarArea};
|
|
1127
|
enum CoordinateSystem{
|
|
1131
|
enum CoordinateSystem{
|
|
1128
|
DeviceCoordinates = Qt::DeviceCoordinates, LogicalCoordinates = Qt::LogicalCoordinates};
|
|
1132
|
DeviceCoordinates = Qt::DeviceCoordinates, LogicalCoordinates = Qt::LogicalCoordinates};
|
|
1129
|
enum SizeMode{
|
|
1133
|
enum SizeMode{
|
|
1130
|
AbsoluteSize = Qt::AbsoluteSize, RelativeSize = Qt::RelativeSize};
|
|
1134
|
AbsoluteSize = Qt::AbsoluteSize, RelativeSize = Qt::RelativeSize};
|
|
1131
|
enum FocusReason{
|
|
1135
|
enum FocusReason{
|
|
1132
|
MouseFocusReason = Qt::MouseFocusReason, TabFocusReason = Qt::TabFocusReason, BacktabFocusReason = Qt::BacktabFocusReason, ActiveWindowFocusReason = Qt::ActiveWindowFocusReason, PopupFocusReason = Qt::PopupFocusReason, ShortcutFocusReason = Qt::ShortcutFocusReason, MenuBarFocusReason = Qt::MenuBarFocusReason, OtherFocusReason = Qt::OtherFocusReason, NoFocusReason = Qt::NoFocusReason};
|
|
1136
|
MouseFocusReason = Qt::MouseFocusReason, TabFocusReason = Qt::TabFocusReason, BacktabFocusReason = Qt::BacktabFocusReason, ActiveWindowFocusReason = Qt::ActiveWindowFocusReason, PopupFocusReason = Qt::PopupFocusReason, ShortcutFocusReason = Qt::ShortcutFocusReason, MenuBarFocusReason = Qt::MenuBarFocusReason, OtherFocusReason = Qt::OtherFocusReason, NoFocusReason = Qt::NoFocusReason};
|
|
1133
|
enum TileRule{
|
|
1137
|
enum TileRule{
|
|
1134
|
StretchTile = Qt::StretchTile, RepeatTile = Qt::RepeatTile, RoundTile = Qt::RoundTile};
|
|
1138
|
StretchTile = Qt::StretchTile, RepeatTile = Qt::RepeatTile, RoundTile = Qt::RoundTile};
|
|
1135
|
enum WhiteSpaceMode{
|
|
1139
|
enum WhiteSpaceMode{
|
|
1136
|
WhiteSpaceNormal = Qt::WhiteSpaceNormal, WhiteSpacePre = Qt::WhiteSpacePre, WhiteSpaceNoWrap = Qt::WhiteSpaceNoWrap, WhiteSpaceModeUndefined = Qt::WhiteSpaceModeUndefined};
|
|
1140
|
WhiteSpaceNormal = Qt::WhiteSpaceNormal, WhiteSpacePre = Qt::WhiteSpacePre, WhiteSpaceNoWrap = Qt::WhiteSpaceNoWrap, WhiteSpaceModeUndefined = Qt::WhiteSpaceModeUndefined};
|
|
1137
|
enum AspectRatioMode{
|
|
1141
|
enum AspectRatioMode{
|
|
1138
|
IgnoreAspectRatio = Qt::IgnoreAspectRatio, KeepAspectRatio = Qt::KeepAspectRatio, KeepAspectRatioByExpanding = Qt::KeepAspectRatioByExpanding};
|
|
1142
|
IgnoreAspectRatio = Qt::IgnoreAspectRatio, KeepAspectRatio = Qt::KeepAspectRatio, KeepAspectRatioByExpanding = Qt::KeepAspectRatioByExpanding};
|
|
1139
|
enum SizeHint{
|
|
1143
|
enum SizeHint{
|
|
1140
|
MinimumSize = Qt::MinimumSize, PreferredSize = Qt::PreferredSize, MaximumSize = Qt::MaximumSize, MinimumDescent = Qt::MinimumDescent, NSizeHints = Qt::NSizeHints};
|
|
1144
|
MinimumSize = Qt::MinimumSize, PreferredSize = Qt::PreferredSize, MaximumSize = Qt::MaximumSize, MinimumDescent = Qt::MinimumDescent, NSizeHints = Qt::NSizeHints};
|
|
1141
|
enum AlignmentFlag{
|
|
1145
|
enum AlignmentFlag{
|
|
1142
|
AlignLeft = Qt::AlignLeft, AlignLeading = Qt::AlignLeading, AlignRight = Qt::AlignRight, AlignTrailing = Qt::AlignTrailing, AlignHCenter = Qt::AlignHCenter, AlignJustify = Qt::AlignJustify, AlignAbsolute = Qt::AlignAbsolute, AlignHorizontal_Mask = Qt::AlignHorizontal_Mask, AlignTop = Qt::AlignTop, AlignBottom = Qt::AlignBottom, AlignVCenter = Qt::AlignVCenter, AlignVertical_Mask = Qt::AlignVertical_Mask, AlignCenter = Qt::AlignCenter};
|
|
1146
|
AlignLeft = Qt::AlignLeft, AlignLeading = Qt::AlignLeading, AlignRight = Qt::AlignRight, AlignTrailing = Qt::AlignTrailing, AlignHCenter = Qt::AlignHCenter, AlignJustify = Qt::AlignJustify, AlignAbsolute = Qt::AlignAbsolute, AlignHorizontal_Mask = Qt::AlignHorizontal_Mask, AlignTop = Qt::AlignTop, AlignBottom = Qt::AlignBottom, AlignVCenter = Qt::AlignVCenter, AlignVertical_Mask = Qt::AlignVertical_Mask, AlignCenter = Qt::AlignCenter};
|
|
1143
|
enum ContextMenuPolicy{
|
|
1147
|
enum ContextMenuPolicy{
|
|
1144
|
NoContextMenu = Qt::NoContextMenu, DefaultContextMenu = Qt::DefaultContextMenu, ActionsContextMenu = Qt::ActionsContextMenu, CustomContextMenu = Qt::CustomContextMenu, PreventContextMenu = Qt::PreventContextMenu};
|
|
1148
|
NoContextMenu = Qt::NoContextMenu, DefaultContextMenu = Qt::DefaultContextMenu, ActionsContextMenu = Qt::ActionsContextMenu, CustomContextMenu = Qt::CustomContextMenu, PreventContextMenu = Qt::PreventContextMenu};
|
|
1145
|
enum DockWidgetArea{
|
|
1149
|
enum DockWidgetArea{
|
|
1146
|
LeftDockWidgetArea = Qt::LeftDockWidgetArea, RightDockWidgetArea = Qt::RightDockWidgetArea, TopDockWidgetArea = Qt::TopDockWidgetArea, BottomDockWidgetArea = Qt::BottomDockWidgetArea, DockWidgetArea_Mask = Qt::DockWidgetArea_Mask, AllDockWidgetAreas = Qt::AllDockWidgetAreas, NoDockWidgetArea = Qt::NoDockWidgetArea};
|
|
1150
|
LeftDockWidgetArea = Qt::LeftDockWidgetArea, RightDockWidgetArea = Qt::RightDockWidgetArea, TopDockWidgetArea = Qt::TopDockWidgetArea, BottomDockWidgetArea = Qt::BottomDockWidgetArea, DockWidgetArea_Mask = Qt::DockWidgetArea_Mask, AllDockWidgetAreas = Qt::AllDockWidgetAreas, NoDockWidgetArea = Qt::NoDockWidgetArea};
|
|
1147
|
enum UIEffect{
|
|
1151
|
enum UIEffect{
|
|
1148
|
UI_General = Qt::UI_General, UI_AnimateMenu = Qt::UI_AnimateMenu, UI_FadeMenu = Qt::UI_FadeMenu, UI_AnimateCombo = Qt::UI_AnimateCombo, UI_AnimateTooltip = Qt::UI_AnimateTooltip, UI_FadeTooltip = Qt::UI_FadeTooltip, UI_AnimateToolBox = Qt::UI_AnimateToolBox};
|
|
1152
|
UI_General = Qt::UI_General, UI_AnimateMenu = Qt::UI_AnimateMenu, UI_FadeMenu = Qt::UI_FadeMenu, UI_AnimateCombo = Qt::UI_AnimateCombo, UI_AnimateTooltip = Qt::UI_AnimateTooltip, UI_FadeTooltip = Qt::UI_FadeTooltip, UI_AnimateToolBox = Qt::UI_AnimateToolBox};
|
|
1149
|
enum AnchorPoint{
|
|
1153
|
enum AnchorPoint{
|
|
1150
|
AnchorLeft = Qt::AnchorLeft, AnchorHorizontalCenter = Qt::AnchorHorizontalCenter, AnchorRight = Qt::AnchorRight, AnchorTop = Qt::AnchorTop, AnchorVerticalCenter = Qt::AnchorVerticalCenter, AnchorBottom = Qt::AnchorBottom};
|
|
1154
|
AnchorLeft = Qt::AnchorLeft, AnchorHorizontalCenter = Qt::AnchorHorizontalCenter, AnchorRight = Qt::AnchorRight, AnchorTop = Qt::AnchorTop, AnchorVerticalCenter = Qt::AnchorVerticalCenter, AnchorBottom = Qt::AnchorBottom};
|
|
1151
|
enum GlobalColor{
|
|
1155
|
enum GlobalColor{
|
|
1152
|
color0 = Qt::color0, color1 = Qt::color1, black = Qt::black, white = Qt::white, darkGray = Qt::darkGray, gray = Qt::gray, lightGray = Qt::lightGray, red = Qt::red, green = Qt::green, blue = Qt::blue, cyan = Qt::cyan, magenta = Qt::magenta, yellow = Qt::yellow, darkRed = Qt::darkRed, darkGreen = Qt::darkGreen, darkBlue = Qt::darkBlue, darkCyan = Qt::darkCyan, darkMagenta = Qt::darkMagenta, darkYellow = Qt::darkYellow, transparent = Qt::transparent};
|
|
1156
|
color0 = Qt::color0, color1 = Qt::color1, black = Qt::black, white = Qt::white, darkGray = Qt::darkGray, gray = Qt::gray, lightGray = Qt::lightGray, red = Qt::red, green = Qt::green, blue = Qt::blue, cyan = Qt::cyan, magenta = Qt::magenta, yellow = Qt::yellow, darkRed = Qt::darkRed, darkGreen = Qt::darkGreen, darkBlue = Qt::darkBlue, darkCyan = Qt::darkCyan, darkMagenta = Qt::darkMagenta, darkYellow = Qt::darkYellow, transparent = Qt::transparent};
|
|
1153
|
enum KeyboardModifier{
|
|
1157
|
enum KeyboardModifier{
|
|
1154
|
NoModifier = Qt::NoModifier, ShiftModifier = Qt::ShiftModifier, ControlModifier = Qt::ControlModifier, AltModifier = Qt::AltModifier, MetaModifier = Qt::MetaModifier, KeypadModifier = Qt::KeypadModifier, GroupSwitchModifier = Qt::GroupSwitchModifier, KeyboardModifierMask = Qt::KeyboardModifierMask};
|
|
1158
|
NoModifier = Qt::NoModifier, ShiftModifier = Qt::ShiftModifier, ControlModifier = Qt::ControlModifier, AltModifier = Qt::AltModifier, MetaModifier = Qt::MetaModifier, KeypadModifier = Qt::KeypadModifier, GroupSwitchModifier = Qt::GroupSwitchModifier, KeyboardModifierMask = Qt::KeyboardModifierMask};
|
|
1155
|
enum NavigationMode{
|
|
1159
|
enum NavigationMode{
|
|
1156
|
NavigationModeNone = Qt::NavigationModeNone, NavigationModeKeypadTabOrder = Qt::NavigationModeKeypadTabOrder, NavigationModeKeypadDirectional = Qt::NavigationModeKeypadDirectional, NavigationModeCursorAuto = Qt::NavigationModeCursorAuto, NavigationModeCursorForceVisible = Qt::NavigationModeCursorForceVisible};
|
|
1160
|
NavigationModeNone = Qt::NavigationModeNone, NavigationModeKeypadTabOrder = Qt::NavigationModeKeypadTabOrder, NavigationModeKeypadDirectional = Qt::NavigationModeKeypadDirectional, NavigationModeCursorAuto = Qt::NavigationModeCursorAuto, NavigationModeCursorForceVisible = Qt::NavigationModeCursorForceVisible};
|
|
1157
|
enum ItemDataRole{
|
|
1161
|
enum ItemDataRole{
|
|
1158
|
DisplayRole = Qt::DisplayRole, DecorationRole = Qt::DecorationRole, EditRole = Qt::EditRole, ToolTipRole = Qt::ToolTipRole, StatusTipRole = Qt::StatusTipRole, WhatsThisRole = Qt::WhatsThisRole, FontRole = Qt::FontRole, TextAlignmentRole = Qt::TextAlignmentRole, BackgroundColorRole = Qt::BackgroundColorRole, BackgroundRole = Qt::BackgroundRole, TextColorRole = Qt::TextColorRole, ForegroundRole = Qt::ForegroundRole, CheckStateRole = Qt::CheckStateRole, AccessibleTextRole = Qt::AccessibleTextRole, AccessibleDescriptionRole = Qt::AccessibleDescriptionRole, SizeHintRole = Qt::SizeHintRole, InitialSortOrderRole = Qt::InitialSortOrderRole, DisplayPropertyRole = Qt::DisplayPropertyRole, DecorationPropertyRole = Qt::DecorationPropertyRole, ToolTipPropertyRole = Qt::ToolTipPropertyRole, StatusTipPropertyRole = Qt::StatusTipPropertyRole, WhatsThisPropertyRole = Qt::WhatsThisPropertyRole, UserRole = Qt::UserRole};
|
|
1162
|
DisplayRole = Qt::DisplayRole, DecorationRole = Qt::DecorationRole, EditRole = Qt::EditRole, ToolTipRole = Qt::ToolTipRole, StatusTipRole = Qt::StatusTipRole, WhatsThisRole = Qt::WhatsThisRole, FontRole = Qt::FontRole, TextAlignmentRole = Qt::TextAlignmentRole, BackgroundColorRole = Qt::BackgroundColorRole, BackgroundRole = Qt::BackgroundRole, TextColorRole = Qt::TextColorRole, ForegroundRole = Qt::ForegroundRole, CheckStateRole = Qt::CheckStateRole, AccessibleTextRole = Qt::AccessibleTextRole, AccessibleDescriptionRole = Qt::AccessibleDescriptionRole, SizeHintRole = Qt::SizeHintRole, InitialSortOrderRole = Qt::InitialSortOrderRole, DisplayPropertyRole = Qt::DisplayPropertyRole, DecorationPropertyRole = Qt::DecorationPropertyRole, ToolTipPropertyRole = Qt::ToolTipPropertyRole, StatusTipPropertyRole = Qt::StatusTipPropertyRole, WhatsThisPropertyRole = Qt::WhatsThisPropertyRole, UserRole = Qt::UserRole};
|
|
1159
|
enum ScrollBarPolicy{
|
|
1163
|
enum ScrollBarPolicy{
|
|
1160
|
ScrollBarAsNeeded = Qt::ScrollBarAsNeeded, ScrollBarAlwaysOff = Qt::ScrollBarAlwaysOff, ScrollBarAlwaysOn = Qt::ScrollBarAlwaysOn};
|
|
1164
|
ScrollBarAsNeeded = Qt::ScrollBarAsNeeded, ScrollBarAlwaysOff = Qt::ScrollBarAlwaysOff, ScrollBarAlwaysOn = Qt::ScrollBarAlwaysOn};
|
|
1161
|
enum InputMethodHint{
|
|
1165
|
enum InputMethodHint{
|
|
1162
|
ImhNone = Qt::ImhNone, ImhHiddenText = Qt::ImhHiddenText, ImhNoAutoUppercase = Qt::ImhNoAutoUppercase, ImhPreferNumbers = Qt::ImhPreferNumbers, ImhPreferUppercase = Qt::ImhPreferUppercase, ImhPreferLowercase = Qt::ImhPreferLowercase, ImhNoPredictiveText = Qt::ImhNoPredictiveText, ImhDigitsOnly = Qt::ImhDigitsOnly, ImhFormattedNumbersOnly = Qt::ImhFormattedNumbersOnly, ImhUppercaseOnly = Qt::ImhUppercaseOnly, ImhLowercaseOnly = Qt::ImhLowercaseOnly, ImhDialableCharactersOnly = Qt::ImhDialableCharactersOnly, ImhEmailCharactersOnly = Qt::ImhEmailCharactersOnly, ImhUrlCharactersOnly = Qt::ImhUrlCharactersOnly, ImhExclusiveInputMask = Qt::ImhExclusiveInputMask};
|
|
1166
|
ImhNone = Qt::ImhNone, ImhHiddenText = Qt::ImhHiddenText, ImhNoAutoUppercase = Qt::ImhNoAutoUppercase, ImhPreferNumbers = Qt::ImhPreferNumbers, ImhPreferUppercase = Qt::ImhPreferUppercase, ImhPreferLowercase = Qt::ImhPreferLowercase, ImhNoPredictiveText = Qt::ImhNoPredictiveText, ImhDigitsOnly = Qt::ImhDigitsOnly, ImhFormattedNumbersOnly = Qt::ImhFormattedNumbersOnly, ImhUppercaseOnly = Qt::ImhUppercaseOnly, ImhLowercaseOnly = Qt::ImhLowercaseOnly, ImhDialableCharactersOnly = Qt::ImhDialableCharactersOnly, ImhEmailCharactersOnly = Qt::ImhEmailCharactersOnly, ImhUrlCharactersOnly = Qt::ImhUrlCharactersOnly, ImhExclusiveInputMask = Qt::ImhExclusiveInputMask};
|
|
1163
|
enum AnchorAttribute{
|
|
1167
|
enum AnchorAttribute{
|
|
1164
|
AnchorName = Qt::AnchorName, AnchorHref = Qt::AnchorHref};
|
|
1168
|
AnchorName = Qt::AnchorName, AnchorHref = Qt::AnchorHref};
|
|
1165
|
enum WindowModality{
|
|
1169
|
enum WindowModality{
|
|
1166
|
NonModal = Qt::NonModal, WindowModal = Qt::WindowModal, ApplicationModal = Qt::ApplicationModal};
|
|
1170
|
NonModal = Qt::NonModal, WindowModal = Qt::WindowModal, ApplicationModal = Qt::ApplicationModal};
|
|
1167
|
enum SortOrder{
|
|
1171
|
enum SortOrder{
|
|
1168
|
AscendingOrder = Qt::AscendingOrder, DescendingOrder = Qt::DescendingOrder};
|
|
1172
|
AscendingOrder = Qt::AscendingOrder, DescendingOrder = Qt::DescendingOrder};
|
|
1169
|
enum PenStyle{
|
|
1173
|
enum PenStyle{
|
|
1170
|
NoPen = Qt::NoPen, SolidLine = Qt::SolidLine, DashLine = Qt::DashLine, DotLine = Qt::DotLine, DashDotLine = Qt::DashDotLine, DashDotDotLine = Qt::DashDotDotLine, CustomDashLine = Qt::CustomDashLine, MPenStyle = Qt::MPenStyle};
|
|
1174
|
NoPen = Qt::NoPen, SolidLine = Qt::SolidLine, DashLine = Qt::DashLine, DotLine = Qt::DotLine, DashDotLine = Qt::DashDotLine, DashDotDotLine = Qt::DashDotDotLine, CustomDashLine = Qt::CustomDashLine, MPenStyle = Qt::MPenStyle};
|
|
1171
|
enum ItemFlag{
|
|
1175
|
enum ItemFlag{
|
|
1172
|
NoItemFlags = Qt::NoItemFlags, ItemIsSelectable = Qt::ItemIsSelectable, ItemIsEditable = Qt::ItemIsEditable, ItemIsDragEnabled = Qt::ItemIsDragEnabled, ItemIsDropEnabled = Qt::ItemIsDropEnabled, ItemIsUserCheckable = Qt::ItemIsUserCheckable, ItemIsEnabled = Qt::ItemIsEnabled, ItemIsTristate = Qt::ItemIsTristate};
|
|
1176
|
NoItemFlags = Qt::NoItemFlags, ItemIsSelectable = Qt::ItemIsSelectable, ItemIsEditable = Qt::ItemIsEditable, ItemIsDragEnabled = Qt::ItemIsDragEnabled, ItemIsDropEnabled = Qt::ItemIsDropEnabled, ItemIsUserCheckable = Qt::ItemIsUserCheckable, ItemIsEnabled = Qt::ItemIsEnabled, ItemIsTristate = Qt::ItemIsTristate};
|
|
1173
|
enum Axis{
|
|
1177
|
enum Axis{
|
|
1174
|
XAxis = Qt::XAxis, YAxis = Qt::YAxis, ZAxis = Qt::ZAxis};
|
|
1178
|
XAxis = Qt::XAxis, YAxis = Qt::YAxis, ZAxis = Qt::ZAxis};
|
|
1175
|
enum TransformationMode{
|
|
1179
|
enum TransformationMode{
|
|
1176
|
FastTransformation = Qt::FastTransformation, SmoothTransformation = Qt::SmoothTransformation};
|
|
1180
|
FastTransformation = Qt::FastTransformation, SmoothTransformation = Qt::SmoothTransformation};
|
|
1177
|
enum WindowFrameSection{
|
|
1181
|
enum WindowFrameSection{
|
|
1178
|
NoSection = Qt::NoSection, LeftSection = Qt::LeftSection, TopLeftSection = Qt::TopLeftSection, TopSection = Qt::TopSection, TopRightSection = Qt::TopRightSection, RightSection = Qt::RightSection, BottomRightSection = Qt::BottomRightSection, BottomSection = Qt::BottomSection, BottomLeftSection = Qt::BottomLeftSection, TitleBarArea = Qt::TitleBarArea};
|
|
1182
|
NoSection = Qt::NoSection, LeftSection = Qt::LeftSection, TopLeftSection = Qt::TopLeftSection, TopSection = Qt::TopSection, TopRightSection = Qt::TopRightSection, RightSection = Qt::RightSection, BottomRightSection = Qt::BottomRightSection, BottomSection = Qt::BottomSection, BottomLeftSection = Qt::BottomLeftSection, TitleBarArea = Qt::TitleBarArea};
|
|
1179
|
enum HitTestAccuracy{
|
|
1183
|
enum HitTestAccuracy{
|
|
1180
|
ExactHit = Qt::ExactHit, FuzzyHit = Qt::FuzzyHit};
|
|
1184
|
ExactHit = Qt::ExactHit, FuzzyHit = Qt::FuzzyHit};
|
|
1181
|
enum CursorShape{
|
|
1185
|
enum CursorShape{
|
|
1182
|
ArrowCursor = Qt::ArrowCursor, UpArrowCursor = Qt::UpArrowCursor, CrossCursor = Qt::CrossCursor, WaitCursor = Qt::WaitCursor, IBeamCursor = Qt::IBeamCursor, SizeVerCursor = Qt::SizeVerCursor, SizeHorCursor = Qt::SizeHorCursor, SizeBDiagCursor = Qt::SizeBDiagCursor, SizeFDiagCursor = Qt::SizeFDiagCursor, SizeAllCursor = Qt::SizeAllCursor, BlankCursor = Qt::BlankCursor, SplitVCursor = Qt::SplitVCursor, SplitHCursor = Qt::SplitHCursor, PointingHandCursor = Qt::PointingHandCursor, ForbiddenCursor = Qt::ForbiddenCursor, WhatsThisCursor = Qt::WhatsThisCursor, BusyCursor = Qt::BusyCursor, OpenHandCursor = Qt::OpenHandCursor, ClosedHandCursor = Qt::ClosedHandCursor, DragCopyCursor = Qt::DragCopyCursor, DragMoveCursor = Qt::DragMoveCursor, DragLinkCursor = Qt::DragLinkCursor, LastCursor = Qt::LastCursor, BitmapCursor = Qt::BitmapCursor, CustomCursor = Qt::CustomCursor};
|
|
1186
|
ArrowCursor = Qt::ArrowCursor, UpArrowCursor = Qt::UpArrowCursor, CrossCursor = Qt::CrossCursor, WaitCursor = Qt::WaitCursor, IBeamCursor = Qt::IBeamCursor, SizeVerCursor = Qt::SizeVerCursor, SizeHorCursor = Qt::SizeHorCursor, SizeBDiagCursor = Qt::SizeBDiagCursor, SizeFDiagCursor = Qt::SizeFDiagCursor, SizeAllCursor = Qt::SizeAllCursor, BlankCursor = Qt::BlankCursor, SplitVCursor = Qt::SplitVCursor, SplitHCursor = Qt::SplitHCursor, PointingHandCursor = Qt::PointingHandCursor, ForbiddenCursor = Qt::ForbiddenCursor, WhatsThisCursor = Qt::WhatsThisCursor, BusyCursor = Qt::BusyCursor, OpenHandCursor = Qt::OpenHandCursor, ClosedHandCursor = Qt::ClosedHandCursor, DragCopyCursor = Qt::DragCopyCursor, DragMoveCursor = Qt::DragMoveCursor, DragLinkCursor = Qt::DragLinkCursor, LastCursor = Qt::LastCursor, BitmapCursor = Qt::BitmapCursor, CustomCursor = Qt::CustomCursor};
|
|
1183
|
enum ItemSelectionMode{
|
|
1187
|
enum ItemSelectionMode{
|
|
1184
|
ContainsItemShape = Qt::ContainsItemShape, IntersectsItemShape = Qt::IntersectsItemShape, ContainsItemBoundingRect = Qt::ContainsItemBoundingRect, IntersectsItemBoundingRect = Qt::IntersectsItemBoundingRect};
|
|
1188
|
ContainsItemShape = Qt::ContainsItemShape, IntersectsItemShape = Qt::IntersectsItemShape, ContainsItemBoundingRect = Qt::ContainsItemBoundingRect, IntersectsItemBoundingRect = Qt::IntersectsItemBoundingRect};
|
|
1185
|
enum Orientation{
|
|
1189
|
enum Orientation{
|
|
1186
|
Horizontal = Qt::Horizontal, Vertical = Qt::Vertical};
|
|
1190
|
Horizontal = Qt::Horizontal, Vertical = Qt::Vertical};
|
|
1187
|
enum InputMethodQuery{
|
|
1191
|
enum InputMethodQuery{
|
|
1188
|
ImMicroFocus = Qt::ImMicroFocus, ImFont = Qt::ImFont, ImCursorPosition = Qt::ImCursorPosition, ImSurroundingText = Qt::ImSurroundingText, ImCurrentSelection = Qt::ImCurrentSelection, ImMaximumTextLength = Qt::ImMaximumTextLength, ImAnchorPosition = Qt::ImAnchorPosition};
|
|
1192
|
ImMicroFocus = Qt::ImMicroFocus, ImFont = Qt::ImFont, ImCursorPosition = Qt::ImCursorPosition, ImSurroundingText = Qt::ImSurroundingText, ImCurrentSelection = Qt::ImCurrentSelection, ImMaximumTextLength = Qt::ImMaximumTextLength, ImAnchorPosition = Qt::ImAnchorPosition};
|
|
1189
|
enum TimeSpec{
|
|
1193
|
enum TimeSpec{
|
|
1190
|
LocalTime = Qt::LocalTime, UTC = Qt::UTC, OffsetFromUTC = Qt::OffsetFromUTC};
|
|
1194
|
LocalTime = Qt::LocalTime, UTC = Qt::UTC, OffsetFromUTC = Qt::OffsetFromUTC};
|
|
1191
|
enum ArrowType{
|
|
1195
|
enum ArrowType{
|
|
1192
|
NoArrow = Qt::NoArrow, UpArrow = Qt::UpArrow, DownArrow = Qt::DownArrow, LeftArrow = Qt::LeftArrow, RightArrow = Qt::RightArrow};
|
|
1196
|
NoArrow = Qt::NoArrow, UpArrow = Qt::UpArrow, DownArrow = Qt::DownArrow, LeftArrow = Qt::LeftArrow, RightArrow = Qt::RightArrow};
|
|
1193
|
enum FillRule{
|
|
1197
|
enum FillRule{
|
|
1194
|
OddEvenFill = Qt::OddEvenFill, WindingFill = Qt::WindingFill};
|
|
1198
|
OddEvenFill = Qt::OddEvenFill, WindingFill = Qt::WindingFill};
|
|
1195
|
enum MaskMode{
|
|
1199
|
enum MaskMode{
|
|
1196
|
MaskInColor = Qt::MaskInColor, MaskOutColor = Qt::MaskOutColor};
|
|
1200
|
MaskInColor = Qt::MaskInColor, MaskOutColor = Qt::MaskOutColor};
|
|
1197
|
enum WindowState{
|
|
1201
|
enum WindowState{
|
|
1198
|
WindowNoState = Qt::WindowNoState, WindowMinimized = Qt::WindowMinimized, WindowMaximized = Qt::WindowMaximized, WindowFullScreen = Qt::WindowFullScreen, WindowActive = Qt::WindowActive};
|
|
1202
|
WindowNoState = Qt::WindowNoState, WindowMinimized = Qt::WindowMinimized, WindowMaximized = Qt::WindowMaximized, WindowFullScreen = Qt::WindowFullScreen, WindowActive = Qt::WindowActive};
|
|
1199
|
enum ToolBarAreaSizes{
|
|
1203
|
enum ToolBarAreaSizes{
|
|
1200
|
NToolBarAreas = Qt::NToolBarAreas};
|
|
1204
|
NToolBarAreas = Qt::NToolBarAreas};
|
|
1201
|
enum Corner{
|
|
1205
|
enum Corner{
|
|
1202
|
TopLeftCorner = Qt::TopLeftCorner, TopRightCorner = Qt::TopRightCorner, BottomLeftCorner = Qt::BottomLeftCorner, BottomRightCorner = Qt::BottomRightCorner};
|
|
1206
|
TopLeftCorner = Qt::TopLeftCorner, TopRightCorner = Qt::TopRightCorner, BottomLeftCorner = Qt::BottomLeftCorner, BottomRightCorner = Qt::BottomRightCorner};
|
|
1203
|
enum DayOfWeek{
|
|
1207
|
enum DayOfWeek{
|
|
1204
|
Monday = Qt::Monday, Tuesday = Qt::Tuesday, Wednesday = Qt::Wednesday, Thursday = Qt::Thursday, Friday = Qt::Friday, Saturday = Qt::Saturday, Sunday = Qt::Sunday};
|
|
1208
|
Monday = Qt::Monday, Tuesday = Qt::Tuesday, Wednesday = Qt::Wednesday, Thursday = Qt::Thursday, Friday = Qt::Friday, Saturday = Qt::Saturday, Sunday = Qt::Sunday};
|
|
1205
|
enum ClipOperation{
|
|
1209
|
enum ClipOperation{
|
|
1206
|
NoClip = Qt::NoClip, ReplaceClip = Qt::ReplaceClip, IntersectClip = Qt::IntersectClip, UniteClip = Qt::UniteClip};
|
|
1210
|
NoClip = Qt::NoClip, ReplaceClip = Qt::ReplaceClip, IntersectClip = Qt::IntersectClip, UniteClip = Qt::UniteClip};
|
|
1207
|
enum LayoutDirection{
|
|
1211
|
enum LayoutDirection{
|
|
1208
|
LeftToRight = Qt::LeftToRight, RightToLeft = Qt::RightToLeft, LayoutDirectionAuto = Qt::LayoutDirectionAuto};
|
|
1212
|
LeftToRight = Qt::LeftToRight, RightToLeft = Qt::RightToLeft, LayoutDirectionAuto = Qt::LayoutDirectionAuto};
|
|
1209
|
enum ToolButtonStyle{
|
|
1213
|
enum ToolButtonStyle{
|
|
1210
|
ToolButtonIconOnly = Qt::ToolButtonIconOnly, ToolButtonTextOnly = Qt::ToolButtonTextOnly, ToolButtonTextBesideIcon = Qt::ToolButtonTextBesideIcon, ToolButtonTextUnderIcon = Qt::ToolButtonTextUnderIcon, ToolButtonFollowStyle = Qt::ToolButtonFollowStyle};
|
|
1214
|
ToolButtonIconOnly = Qt::ToolButtonIconOnly, ToolButtonTextOnly = Qt::ToolButtonTextOnly, ToolButtonTextBesideIcon = Qt::ToolButtonTextBesideIcon, ToolButtonTextUnderIcon = Qt::ToolButtonTextUnderIcon, ToolButtonFollowStyle = Qt::ToolButtonFollowStyle};
|
|
1211
|
enum DockWidgetAreaSizes{
|
|
1215
|
enum DockWidgetAreaSizes{
|
|
1212
|
NDockWidgetAreas = Qt::NDockWidgetAreas};
|
|
1216
|
NDockWidgetAreas = Qt::NDockWidgetAreas};
|
|
1213
|
enum Key{
|
|
1217
|
enum Key{
|
|
1214
|
Key_Escape = Qt::Key_Escape, Key_Tab = Qt::Key_Tab, Key_Backtab = Qt::Key_Backtab, Key_Backspace = Qt::Key_Backspace, Key_Return = Qt::Key_Return, Key_Enter = Qt::Key_Enter, Key_Insert = Qt::Key_Insert, Key_Delete = Qt::Key_Delete, Key_Pause = Qt::Key_Pause, Key_Print = Qt::Key_Print, Key_SysReq = Qt::Key_SysReq, Key_Clear = Qt::Key_Clear, Key_Home = Qt::Key_Home, Key_End = Qt::Key_End, Key_Left = Qt::Key_Left, Key_Up = Qt::Key_Up, Key_Right = Qt::Key_Right, Key_Down = Qt::Key_Down, Key_PageUp = Qt::Key_PageUp, Key_PageDown = Qt::Key_PageDown, Key_Shift = Qt::Key_Shift, Key_Control = Qt::Key_Control, Key_Meta = Qt::Key_Meta, Key_Alt = Qt::Key_Alt, Key_CapsLock = Qt::Key_CapsLock, Key_NumLock = Qt::Key_NumLock, Key_ScrollLock = Qt::Key_ScrollLock, Key_F1 = Qt::Key_F1, Key_F2 = Qt::Key_F2, Key_F3 = Qt::Key_F3, Key_F4 = Qt::Key_F4, Key_F5 = Qt::Key_F5, Key_F6 = Qt::Key_F6, Key_F7 = Qt::Key_F7, Key_F8 = Qt::Key_F8, Key_F9 = Qt::Key_F9, Key_F10 = Qt::Key_F10, Key_F11 = Qt::Key_F11, Key_F12 = Qt::Key_F12, Key_F13 = Qt::Key_F13, Key_F14 = Qt::Key_F14, Key_F15 = Qt::Key_F15, Key_F16 = Qt::Key_F16, Key_F17 = Qt::Key_F17, Key_F18 = Qt::Key_F18, Key_F19 = Qt::Key_F19, Key_F20 = Qt::Key_F20, Key_F21 = Qt::Key_F21, Key_F22 = Qt::Key_F22, Key_F23 = Qt::Key_F23, Key_F24 = Qt::Key_F24, Key_F25 = Qt::Key_F25, Key_F26 = Qt::Key_F26, Key_F27 = Qt::Key_F27, Key_F28 = Qt::Key_F28, Key_F29 = Qt::Key_F29, Key_F30 = Qt::Key_F30, Key_F31 = Qt::Key_F31, Key_F32 = Qt::Key_F32, Key_F33 = Qt::Key_F33, Key_F34 = Qt::Key_F34, Key_F35 = Qt::Key_F35, Key_Super_L = Qt::Key_Super_L, Key_Super_R = Qt::Key_Super_R, Key_Menu = Qt::Key_Menu, Key_Hyper_L = Qt::Key_Hyper_L, Key_Hyper_R = Qt::Key_Hyper_R, Key_Help = Qt::Key_Help, Key_Direction_L = Qt::Key_Direction_L, Key_Direction_R = Qt::Key_Direction_R, Key_Space = Qt::Key_Space, Key_Any = Qt::Key_Any, Key_Exclam = Qt::Key_Exclam, Key_QuoteDbl = Qt::Key_QuoteDbl, Key_NumberSign = Qt::Key_NumberSign, Key_Dollar = Qt::Key_Dollar, Key_Percent = Qt::Key_Percent, Key_Ampersand = Qt::Key_Ampersand, Key_Apostrophe = Qt::Key_Apostrophe, Key_ParenLeft = Qt::Key_ParenLeft, Key_ParenRight = Qt::Key_ParenRight, Key_Asterisk = Qt::Key_Asterisk, Key_Plus = Qt::Key_Plus, Key_Comma = Qt::Key_Comma, Key_Minus = Qt::Key_Minus, Key_Period = Qt::Key_Period, Key_Slash = Qt::Key_Slash, Key_0 = Qt::Key_0, Key_1 = Qt::Key_1, Key_2 = Qt::Key_2, Key_3 = Qt::Key_3, Key_4 = Qt::Key_4, Key_5 = Qt::Key_5, Key_6 = Qt::Key_6, Key_7 = Qt::Key_7, Key_8 = Qt::Key_8, Key_9 = Qt::Key_9, Key_Colon = Qt::Key_Colon, Key_Semicolon = Qt::Key_Semicolon, Key_Less = Qt::Key_Less, Key_Equal = Qt::Key_Equal, Key_Greater = Qt::Key_Greater, Key_Question = Qt::Key_Question, Key_At = Qt::Key_At, Key_A = Qt::Key_A, Key_B = Qt::Key_B, Key_C = Qt::Key_C, Key_D = Qt::Key_D, Key_E = Qt::Key_E, Key_F = Qt::Key_F, Key_G = Qt::Key_G, Key_H = Qt::Key_H, Key_I = Qt::Key_I, Key_J = Qt::Key_J, Key_K = Qt::Key_K, Key_L = Qt::Key_L, Key_M = Qt::Key_M, Key_N = Qt::Key_N, Key_O = Qt::Key_O, Key_P = Qt::Key_P, Key_Q = Qt::Key_Q, Key_R = Qt::Key_R, Key_S = Qt::Key_S, Key_T = Qt::Key_T, Key_U = Qt::Key_U, Key_V = Qt::Key_V, Key_W = Qt::Key_W, Key_X = Qt::Key_X, Key_Y = Qt::Key_Y, Key_Z = Qt::Key_Z, Key_BracketLeft = Qt::Key_BracketLeft, Key_Backslash = Qt::Key_Backslash, Key_BracketRight = Qt::Key_BracketRight, Key_AsciiCircum = Qt::Key_AsciiCircum, Key_Underscore = Qt::Key_Underscore, Key_QuoteLeft = Qt::Key_QuoteLeft, Key_BraceLeft = Qt::Key_BraceLeft, Key_Bar = Qt::Key_Bar, Key_BraceRight = Qt::Key_BraceRight, Key_AsciiTilde = Qt::Key_AsciiTilde, Key_nobreakspace = Qt::Key_nobreakspace, Key_exclamdown = Qt::Key_exclamdown, Key_cent = Qt::Key_cent, Key_sterling = Qt::Key_sterling, Key_currency = Qt::Key_currency, Key_yen = Qt::Key_yen, Key_brokenbar = Qt::Key_brokenbar, Key_section = Qt::Key_section, Key_diaeresis = Qt::Key_diaeresis, Key_copyright = Qt::Key_copyright, Key_ordfeminine = Qt::Key_ordfeminine, Key_guillemotleft = Qt::Key_guillemotleft, Key_notsign = Qt::Key_notsign, Key_hyphen = Qt::Key_hyphen, Key_registered = Qt::Key_registered, Key_macron = Qt::Key_macron, Key_degree = Qt::Key_degree, Key_plusminus = Qt::Key_plusminus, Key_twosuperior = Qt::Key_twosuperior, Key_threesuperior = Qt::Key_threesuperior, Key_acute = Qt::Key_acute, Key_mu = Qt::Key_mu, Key_paragraph = Qt::Key_paragraph, Key_periodcentered = Qt::Key_periodcentered, Key_cedilla = Qt::Key_cedilla, Key_onesuperior = Qt::Key_onesuperior, Key_masculine = Qt::Key_masculine, Key_guillemotright = Qt::Key_guillemotright, Key_onequarter = Qt::Key_onequarter, Key_onehalf = Qt::Key_onehalf, Key_threequarters = Qt::Key_threequarters, Key_questiondown = Qt::Key_questiondown, Key_Agrave = Qt::Key_Agrave, Key_Aacute = Qt::Key_Aacute, Key_Acircumflex = Qt::Key_Acircumflex, Key_Atilde = Qt::Key_Atilde, Key_Adiaeresis = Qt::Key_Adiaeresis, Key_Aring = Qt::Key_Aring, Key_AE = Qt::Key_AE, Key_Ccedilla = Qt::Key_Ccedilla, Key_Egrave = Qt::Key_Egrave, Key_Eacute = Qt::Key_Eacute, Key_Ecircumflex = Qt::Key_Ecircumflex, Key_Ediaeresis = Qt::Key_Ediaeresis, Key_Igrave = Qt::Key_Igrave, Key_Iacute = Qt::Key_Iacute, Key_Icircumflex = Qt::Key_Icircumflex, Key_Idiaeresis = Qt::Key_Idiaeresis, Key_ETH = Qt::Key_ETH, Key_Ntilde = Qt::Key_Ntilde, Key_Ograve = Qt::Key_Ograve, Key_Oacute = Qt::Key_Oacute, Key_Ocircumflex = Qt::Key_Ocircumflex, Key_Otilde = Qt::Key_Otilde, Key_Odiaeresis = Qt::Key_Odiaeresis, Key_multiply = Qt::Key_multiply, Key_Ooblique = Qt::Key_Ooblique, Key_Ugrave = Qt::Key_Ugrave, Key_Uacute = Qt::Key_Uacute, Key_Ucircumflex = Qt::Key_Ucircumflex, Key_Udiaeresis = Qt::Key_Udiaeresis, Key_Yacute = Qt::Key_Yacute, Key_THORN = Qt::Key_THORN, Key_ssharp = Qt::Key_ssharp, Key_division = Qt::Key_division, Key_ydiaeresis = Qt::Key_ydiaeresis, Key_AltGr = Qt::Key_AltGr, Key_Multi_key = Qt::Key_Multi_key, Key_Codeinput = Qt::Key_Codeinput, Key_SingleCandidate = Qt::Key_SingleCandidate, Key_MultipleCandidate = Qt::Key_MultipleCandidate, Key_PreviousCandidate = Qt::Key_PreviousCandidate, Key_Mode_switch = Qt::Key_Mode_switch, Key_Kanji = Qt::Key_Kanji, Key_Muhenkan = Qt::Key_Muhenkan, Key_Henkan = Qt::Key_Henkan, Key_Romaji = Qt::Key_Romaji, Key_Hiragana = Qt::Key_Hiragana, Key_Katakana = Qt::Key_Katakana, Key_Hiragana_Katakana = Qt::Key_Hiragana_Katakana, Key_Zenkaku = Qt::Key_Zenkaku, Key_Hankaku = Qt::Key_Hankaku, Key_Zenkaku_Hankaku = Qt::Key_Zenkaku_Hankaku, Key_Touroku = Qt::Key_Touroku, Key_Massyo = Qt::Key_Massyo, Key_Kana_Lock = Qt::Key_Kana_Lock, Key_Kana_Shift = Qt::Key_Kana_Shift, Key_Eisu_Shift = Qt::Key_Eisu_Shift, Key_Eisu_toggle = Qt::Key_Eisu_toggle, Key_Hangul = Qt::Key_Hangul, Key_Hangul_Start = Qt::Key_Hangul_Start, Key_Hangul_End = Qt::Key_Hangul_End, Key_Hangul_Hanja = Qt::Key_Hangul_Hanja, Key_Hangul_Jamo = Qt::Key_Hangul_Jamo, Key_Hangul_Romaja = Qt::Key_Hangul_Romaja, Key_Hangul_Jeonja = Qt::Key_Hangul_Jeonja, Key_Hangul_Banja = Qt::Key_Hangul_Banja, Key_Hangul_PreHanja = Qt::Key_Hangul_PreHanja, Key_Hangul_PostHanja = Qt::Key_Hangul_PostHanja, Key_Hangul_Special = Qt::Key_Hangul_Special, Key_Dead_Grave = Qt::Key_Dead_Grave, Key_Dead_Acute = Qt::Key_Dead_Acute, Key_Dead_Circumflex = Qt::Key_Dead_Circumflex, Key_Dead_Tilde = Qt::Key_Dead_Tilde, Key_Dead_Macron = Qt::Key_Dead_Macron, Key_Dead_Breve = Qt::Key_Dead_Breve, Key_Dead_Abovedot = Qt::Key_Dead_Abovedot, Key_Dead_Diaeresis = Qt::Key_Dead_Diaeresis, Key_Dead_Abovering = Qt::Key_Dead_Abovering, Key_Dead_Doubleacute = Qt::Key_Dead_Doubleacute, Key_Dead_Caron = Qt::Key_Dead_Caron, Key_Dead_Cedilla = Qt::Key_Dead_Cedilla, Key_Dead_Ogonek = Qt::Key_Dead_Ogonek, Key_Dead_Iota = Qt::Key_Dead_Iota, Key_Dead_Voiced_Sound = Qt::Key_Dead_Voiced_Sound, Key_Dead_Semivoiced_Sound = Qt::Key_Dead_Semivoiced_Sound, Key_Dead_Belowdot = Qt::Key_Dead_Belowdot, Key_Dead_Hook = Qt::Key_Dead_Hook, Key_Dead_Horn = Qt::Key_Dead_Horn, Key_Back = Qt::Key_Back, Key_Forward = Qt::Key_Forward, Key_Stop = Qt::Key_Stop, Key_Refresh = Qt::Key_Refresh, Key_VolumeDown = Qt::Key_VolumeDown, Key_VolumeMute = Qt::Key_VolumeMute, Key_VolumeUp = Qt::Key_VolumeUp, Key_BassBoost = Qt::Key_BassBoost, Key_BassUp = Qt::Key_BassUp, Key_BassDown = Qt::Key_BassDown, Key_TrebleUp = Qt::Key_TrebleUp, Key_TrebleDown = Qt::Key_TrebleDown, Key_MediaPlay = Qt::Key_MediaPlay, Key_MediaStop = Qt::Key_MediaStop, Key_MediaPrevious = Qt::Key_MediaPrevious, Key_MediaNext = Qt::Key_MediaNext, Key_MediaRecord = Qt::Key_MediaRecord, Key_MediaPause = Qt::Key_MediaPause, Key_MediaTogglePlayPause = Qt::Key_MediaTogglePlayPause, Key_HomePage = Qt::Key_HomePage, Key_Favorites = Qt::Key_Favorites, Key_Search = Qt::Key_Search, Key_Standby = Qt::Key_Standby, Key_OpenUrl = Qt::Key_OpenUrl, Key_LaunchMail = Qt::Key_LaunchMail, Key_LaunchMedia = Qt::Key_LaunchMedia, Key_Launch0 = Qt::Key_Launch0, Key_Launch1 = Qt::Key_Launch1, Key_Launch2 = Qt::Key_Launch2, Key_Launch3 = Qt::Key_Launch3, Key_Launch4 = Qt::Key_Launch4, Key_Launch5 = Qt::Key_Launch5, Key_Launch6 = Qt::Key_Launch6, Key_Launch7 = Qt::Key_Launch7, Key_Launch8 = Qt::Key_Launch8, Key_Launch9 = Qt::Key_Launch9, Key_LaunchA = Qt::Key_LaunchA, Key_LaunchB = Qt::Key_LaunchB, Key_LaunchC = Qt::Key_LaunchC, Key_LaunchD = Qt::Key_LaunchD, Key_LaunchE = Qt::Key_LaunchE, Key_LaunchF = Qt::Key_LaunchF, Key_MonBrightnessUp = Qt::Key_MonBrightnessUp, Key_MonBrightnessDown = Qt::Key_MonBrightnessDown, Key_KeyboardLightOnOff = Qt::Key_KeyboardLightOnOff, Key_KeyboardBrightnessUp = Qt::Key_KeyboardBrightnessUp, Key_KeyboardBrightnessDown = Qt::Key_KeyboardBrightnessDown, Key_PowerOff = Qt::Key_PowerOff, Key_WakeUp = Qt::Key_WakeUp, Key_Eject = Qt::Key_Eject, Key_ScreenSaver = Qt::Key_ScreenSaver, Key_WWW = Qt::Key_WWW, Key_Memo = Qt::Key_Memo, Key_LightBulb = Qt::Key_LightBulb, Key_Shop = Qt::Key_Shop, Key_History = Qt::Key_History, Key_AddFavorite = Qt::Key_AddFavorite, Key_HotLinks = Qt::Key_HotLinks, Key_BrightnessAdjust = Qt::Key_BrightnessAdjust, Key_Finance = Qt::Key_Finance, Key_Community = Qt::Key_Community, Key_AudioRewind = Qt::Key_AudioRewind, Key_BackForward = Qt::Key_BackForward, Key_ApplicationLeft = Qt::Key_ApplicationLeft, Key_ApplicationRight = Qt::Key_ApplicationRight, Key_Book = Qt::Key_Book, Key_CD = Qt::Key_CD, Key_Calculator = Qt::Key_Calculator, Key_ToDoList = Qt::Key_ToDoList, Key_ClearGrab = Qt::Key_ClearGrab, Key_Close = Qt::Key_Close, Key_Copy = Qt::Key_Copy, Key_Cut = Qt::Key_Cut, Key_Display = Qt::Key_Display, Key_DOS = Qt::Key_DOS, Key_Documents = Qt::Key_Documents, Key_Excel = Qt::Key_Excel, Key_Explorer = Qt::Key_Explorer, Key_Game = Qt::Key_Game, Key_Go = Qt::Key_Go, Key_iTouch = Qt::Key_iTouch, Key_LogOff = Qt::Key_LogOff, Key_Market = Qt::Key_Market, Key_Meeting = Qt::Key_Meeting, Key_MenuKB = Qt::Key_MenuKB, Key_MenuPB = Qt::Key_MenuPB, Key_MySites = Qt::Key_MySites, Key_News = Qt::Key_News, Key_OfficeHome = Qt::Key_OfficeHome, Key_Option = Qt::Key_Option, Key_Paste = Qt::Key_Paste, Key_Phone = Qt::Key_Phone, Key_Calendar = Qt::Key_Calendar, Key_Reply = Qt::Key_Reply, Key_Reload = Qt::Key_Reload, Key_RotateWindows = Qt::Key_RotateWindows, Key_RotationPB = Qt::Key_RotationPB, Key_RotationKB = Qt::Key_RotationKB, Key_Save = Qt::Key_Save, Key_Send = Qt::Key_Send, Key_Spell = Qt::Key_Spell, Key_SplitScreen = Qt::Key_SplitScreen, Key_Support = Qt::Key_Support, Key_TaskPane = Qt::Key_TaskPane, Key_Terminal = Qt::Key_Terminal, Key_Tools = Qt::Key_Tools, Key_Travel = Qt::Key_Travel, Key_Video = Qt::Key_Video, Key_Word = Qt::Key_Word, Key_Xfer = Qt::Key_Xfer, Key_ZoomIn = Qt::Key_ZoomIn, Key_ZoomOut = Qt::Key_ZoomOut, Key_Away = Qt::Key_Away, Key_Messenger = Qt::Key_Messenger, Key_WebCam = Qt::Key_WebCam, Key_MailForward = Qt::Key_MailForward, Key_Pictures = Qt::Key_Pictures, Key_Music = Qt::Key_Music, Key_Battery = Qt::Key_Battery, Key_Bluetooth = Qt::Key_Bluetooth, Key_WLAN = Qt::Key_WLAN, Key_UWB = Qt::Key_UWB, Key_AudioForward = Qt::Key_AudioForward, Key_AudioRepeat = Qt::Key_AudioRepeat, Key_AudioRandomPlay = Qt::Key_AudioRandomPlay, Key_Subtitle = Qt::Key_Subtitle, Key_AudioCycleTrack = Qt::Key_AudioCycleTrack, Key_Time = Qt::Key_Time, Key_Hibernate = Qt::Key_Hibernate, Key_View = Qt::Key_View, Key_TopMenu = Qt::Key_TopMenu, Key_PowerDown = Qt::Key_PowerDown, Key_Suspend = Qt::Key_Suspend, Key_ContrastAdjust = Qt::Key_ContrastAdjust, Key_LaunchG = Qt::Key_LaunchG, Key_LaunchH = Qt::Key_LaunchH, Key_MediaLast = Qt::Key_MediaLast, Key_Select = Qt::Key_Select, Key_Yes = Qt::Key_Yes, Key_No = Qt::Key_No, Key_Cancel = Qt::Key_Cancel, Key_Printer = Qt::Key_Printer, Key_Execute = Qt::Key_Execute, Key_Sleep = Qt::Key_Sleep, Key_Play = Qt::Key_Play, Key_Zoom = Qt::Key_Zoom, Key_Context1 = Qt::Key_Context1, Key_Context2 = Qt::Key_Context2, Key_Context3 = Qt::Key_Context3, Key_Context4 = Qt::Key_Context4, Key_Call = Qt::Key_Call, Key_Hangup = Qt::Key_Hangup, Key_Flip = Qt::Key_Flip, Key_ToggleCallHangup = Qt::Key_ToggleCallHangup, Key_VoiceDial = Qt::Key_VoiceDial, Key_LastNumberRedial = Qt::Key_LastNumberRedial, Key_Camera = Qt::Key_Camera, Key_CameraFocus = Qt::Key_CameraFocus, Key_unknown = Qt::Key_unknown};
|
|
1218
|
Key_Escape = Qt::Key_Escape, Key_Tab = Qt::Key_Tab, Key_Backtab = Qt::Key_Backtab, Key_Backspace = Qt::Key_Backspace, Key_Return = Qt::Key_Return, Key_Enter = Qt::Key_Enter, Key_Insert = Qt::Key_Insert, Key_Delete = Qt::Key_Delete, Key_Pause = Qt::Key_Pause, Key_Print = Qt::Key_Print, Key_SysReq = Qt::Key_SysReq, Key_Clear = Qt::Key_Clear, Key_Home = Qt::Key_Home, Key_End = Qt::Key_End, Key_Left = Qt::Key_Left, Key_Up = Qt::Key_Up, Key_Right = Qt::Key_Right, Key_Down = Qt::Key_Down, Key_PageUp = Qt::Key_PageUp, Key_PageDown = Qt::Key_PageDown, Key_Shift = Qt::Key_Shift, Key_Control = Qt::Key_Control, Key_Meta = Qt::Key_Meta, Key_Alt = Qt::Key_Alt, Key_CapsLock = Qt::Key_CapsLock, Key_NumLock = Qt::Key_NumLock, Key_ScrollLock = Qt::Key_ScrollLock, Key_F1 = Qt::Key_F1, Key_F2 = Qt::Key_F2, Key_F3 = Qt::Key_F3, Key_F4 = Qt::Key_F4, Key_F5 = Qt::Key_F5, Key_F6 = Qt::Key_F6, Key_F7 = Qt::Key_F7, Key_F8 = Qt::Key_F8, Key_F9 = Qt::Key_F9, Key_F10 = Qt::Key_F10, Key_F11 = Qt::Key_F11, Key_F12 = Qt::Key_F12, Key_F13 = Qt::Key_F13, Key_F14 = Qt::Key_F14, Key_F15 = Qt::Key_F15, Key_F16 = Qt::Key_F16, Key_F17 = Qt::Key_F17, Key_F18 = Qt::Key_F18, Key_F19 = Qt::Key_F19, Key_F20 = Qt::Key_F20, Key_F21 = Qt::Key_F21, Key_F22 = Qt::Key_F22, Key_F23 = Qt::Key_F23, Key_F24 = Qt::Key_F24, Key_F25 = Qt::Key_F25, Key_F26 = Qt::Key_F26, Key_F27 = Qt::Key_F27, Key_F28 = Qt::Key_F28, Key_F29 = Qt::Key_F29, Key_F30 = Qt::Key_F30, Key_F31 = Qt::Key_F31, Key_F32 = Qt::Key_F32, Key_F33 = Qt::Key_F33, Key_F34 = Qt::Key_F34, Key_F35 = Qt::Key_F35, Key_Super_L = Qt::Key_Super_L, Key_Super_R = Qt::Key_Super_R, Key_Menu = Qt::Key_Menu, Key_Hyper_L = Qt::Key_Hyper_L, Key_Hyper_R = Qt::Key_Hyper_R, Key_Help = Qt::Key_Help, Key_Direction_L = Qt::Key_Direction_L, Key_Direction_R = Qt::Key_Direction_R, Key_Space = Qt::Key_Space, Key_Any = Qt::Key_Any, Key_Exclam = Qt::Key_Exclam, Key_QuoteDbl = Qt::Key_QuoteDbl, Key_NumberSign = Qt::Key_NumberSign, Key_Dollar = Qt::Key_Dollar, Key_Percent = Qt::Key_Percent, Key_Ampersand = Qt::Key_Ampersand, Key_Apostrophe = Qt::Key_Apostrophe, Key_ParenLeft = Qt::Key_ParenLeft, Key_ParenRight = Qt::Key_ParenRight, Key_Asterisk = Qt::Key_Asterisk, Key_Plus = Qt::Key_Plus, Key_Comma = Qt::Key_Comma, Key_Minus = Qt::Key_Minus, Key_Period = Qt::Key_Period, Key_Slash = Qt::Key_Slash, Key_0 = Qt::Key_0, Key_1 = Qt::Key_1, Key_2 = Qt::Key_2, Key_3 = Qt::Key_3, Key_4 = Qt::Key_4, Key_5 = Qt::Key_5, Key_6 = Qt::Key_6, Key_7 = Qt::Key_7, Key_8 = Qt::Key_8, Key_9 = Qt::Key_9, Key_Colon = Qt::Key_Colon, Key_Semicolon = Qt::Key_Semicolon, Key_Less = Qt::Key_Less, Key_Equal = Qt::Key_Equal, Key_Greater = Qt::Key_Greater, Key_Question = Qt::Key_Question, Key_At = Qt::Key_At, Key_A = Qt::Key_A, Key_B = Qt::Key_B, Key_C = Qt::Key_C, Key_D = Qt::Key_D, Key_E = Qt::Key_E, Key_F = Qt::Key_F, Key_G = Qt::Key_G, Key_H = Qt::Key_H, Key_I = Qt::Key_I, Key_J = Qt::Key_J, Key_K = Qt::Key_K, Key_L = Qt::Key_L, Key_M = Qt::Key_M, Key_N = Qt::Key_N, Key_O = Qt::Key_O, Key_P = Qt::Key_P, Key_Q = Qt::Key_Q, Key_R = Qt::Key_R, Key_S = Qt::Key_S, Key_T = Qt::Key_T, Key_U = Qt::Key_U, Key_V = Qt::Key_V, Key_W = Qt::Key_W, Key_X = Qt::Key_X, Key_Y = Qt::Key_Y, Key_Z = Qt::Key_Z, Key_BracketLeft = Qt::Key_BracketLeft, Key_Backslash = Qt::Key_Backslash, Key_BracketRight = Qt::Key_BracketRight, Key_AsciiCircum = Qt::Key_AsciiCircum, Key_Underscore = Qt::Key_Underscore, Key_QuoteLeft = Qt::Key_QuoteLeft, Key_BraceLeft = Qt::Key_BraceLeft, Key_Bar = Qt::Key_Bar, Key_BraceRight = Qt::Key_BraceRight, Key_AsciiTilde = Qt::Key_AsciiTilde, Key_nobreakspace = Qt::Key_nobreakspace, Key_exclamdown = Qt::Key_exclamdown, Key_cent = Qt::Key_cent, Key_sterling = Qt::Key_sterling, Key_currency = Qt::Key_currency, Key_yen = Qt::Key_yen, Key_brokenbar = Qt::Key_brokenbar, Key_section = Qt::Key_section, Key_diaeresis = Qt::Key_diaeresis, Key_copyright = Qt::Key_copyright, Key_ordfeminine = Qt::Key_ordfeminine, Key_guillemotleft = Qt::Key_guillemotleft, Key_notsign = Qt::Key_notsign, Key_hyphen = Qt::Key_hyphen, Key_registered = Qt::Key_registered, Key_macron = Qt::Key_macron, Key_degree = Qt::Key_degree, Key_plusminus = Qt::Key_plusminus, Key_twosuperior = Qt::Key_twosuperior, Key_threesuperior = Qt::Key_threesuperior, Key_acute = Qt::Key_acute, Key_mu = Qt::Key_mu, Key_paragraph = Qt::Key_paragraph, Key_periodcentered = Qt::Key_periodcentered, Key_cedilla = Qt::Key_cedilla, Key_onesuperior = Qt::Key_onesuperior, Key_masculine = Qt::Key_masculine, Key_guillemotright = Qt::Key_guillemotright, Key_onequarter = Qt::Key_onequarter, Key_onehalf = Qt::Key_onehalf, Key_threequarters = Qt::Key_threequarters, Key_questiondown = Qt::Key_questiondown, Key_Agrave = Qt::Key_Agrave, Key_Aacute = Qt::Key_Aacute, Key_Acircumflex = Qt::Key_Acircumflex, Key_Atilde = Qt::Key_Atilde, Key_Adiaeresis = Qt::Key_Adiaeresis, Key_Aring = Qt::Key_Aring, Key_AE = Qt::Key_AE, Key_Ccedilla = Qt::Key_Ccedilla, Key_Egrave = Qt::Key_Egrave, Key_Eacute = Qt::Key_Eacute, Key_Ecircumflex = Qt::Key_Ecircumflex, Key_Ediaeresis = Qt::Key_Ediaeresis, Key_Igrave = Qt::Key_Igrave, Key_Iacute = Qt::Key_Iacute, Key_Icircumflex = Qt::Key_Icircumflex, Key_Idiaeresis = Qt::Key_Idiaeresis, Key_ETH = Qt::Key_ETH, Key_Ntilde = Qt::Key_Ntilde, Key_Ograve = Qt::Key_Ograve, Key_Oacute = Qt::Key_Oacute, Key_Ocircumflex = Qt::Key_Ocircumflex, Key_Otilde = Qt::Key_Otilde, Key_Odiaeresis = Qt::Key_Odiaeresis, Key_multiply = Qt::Key_multiply, Key_Ooblique = Qt::Key_Ooblique, Key_Ugrave = Qt::Key_Ugrave, Key_Uacute = Qt::Key_Uacute, Key_Ucircumflex = Qt::Key_Ucircumflex, Key_Udiaeresis = Qt::Key_Udiaeresis, Key_Yacute = Qt::Key_Yacute, Key_THORN = Qt::Key_THORN, Key_ssharp = Qt::Key_ssharp, Key_division = Qt::Key_division, Key_ydiaeresis = Qt::Key_ydiaeresis, Key_AltGr = Qt::Key_AltGr, Key_Multi_key = Qt::Key_Multi_key, Key_Codeinput = Qt::Key_Codeinput, Key_SingleCandidate = Qt::Key_SingleCandidate, Key_MultipleCandidate = Qt::Key_MultipleCandidate, Key_PreviousCandidate = Qt::Key_PreviousCandidate, Key_Mode_switch = Qt::Key_Mode_switch, Key_Kanji = Qt::Key_Kanji, Key_Muhenkan = Qt::Key_Muhenkan, Key_Henkan = Qt::Key_Henkan, Key_Romaji = Qt::Key_Romaji, Key_Hiragana = Qt::Key_Hiragana, Key_Katakana = Qt::Key_Katakana, Key_Hiragana_Katakana = Qt::Key_Hiragana_Katakana, Key_Zenkaku = Qt::Key_Zenkaku, Key_Hankaku = Qt::Key_Hankaku, Key_Zenkaku_Hankaku = Qt::Key_Zenkaku_Hankaku, Key_Touroku = Qt::Key_Touroku, Key_Massyo = Qt::Key_Massyo, Key_Kana_Lock = Qt::Key_Kana_Lock, Key_Kana_Shift = Qt::Key_Kana_Shift, Key_Eisu_Shift = Qt::Key_Eisu_Shift, Key_Eisu_toggle = Qt::Key_Eisu_toggle, Key_Hangul = Qt::Key_Hangul, Key_Hangul_Start = Qt::Key_Hangul_Start, Key_Hangul_End = Qt::Key_Hangul_End, Key_Hangul_Hanja = Qt::Key_Hangul_Hanja, Key_Hangul_Jamo = Qt::Key_Hangul_Jamo, Key_Hangul_Romaja = Qt::Key_Hangul_Romaja, Key_Hangul_Jeonja = Qt::Key_Hangul_Jeonja, Key_Hangul_Banja = Qt::Key_Hangul_Banja, Key_Hangul_PreHanja = Qt::Key_Hangul_PreHanja, Key_Hangul_PostHanja = Qt::Key_Hangul_PostHanja, Key_Hangul_Special = Qt::Key_Hangul_Special, Key_Dead_Grave = Qt::Key_Dead_Grave, Key_Dead_Acute = Qt::Key_Dead_Acute, Key_Dead_Circumflex = Qt::Key_Dead_Circumflex, Key_Dead_Tilde = Qt::Key_Dead_Tilde, Key_Dead_Macron = Qt::Key_Dead_Macron, Key_Dead_Breve = Qt::Key_Dead_Breve, Key_Dead_Abovedot = Qt::Key_Dead_Abovedot, Key_Dead_Diaeresis = Qt::Key_Dead_Diaeresis, Key_Dead_Abovering = Qt::Key_Dead_Abovering, Key_Dead_Doubleacute = Qt::Key_Dead_Doubleacute, Key_Dead_Caron = Qt::Key_Dead_Caron, Key_Dead_Cedilla = Qt::Key_Dead_Cedilla, Key_Dead_Ogonek = Qt::Key_Dead_Ogonek, Key_Dead_Iota = Qt::Key_Dead_Iota, Key_Dead_Voiced_Sound = Qt::Key_Dead_Voiced_Sound, Key_Dead_Semivoiced_Sound = Qt::Key_Dead_Semivoiced_Sound, Key_Dead_Belowdot = Qt::Key_Dead_Belowdot, Key_Dead_Hook = Qt::Key_Dead_Hook, Key_Dead_Horn = Qt::Key_Dead_Horn, Key_Back = Qt::Key_Back, Key_Forward = Qt::Key_Forward, Key_Stop = Qt::Key_Stop, Key_Refresh = Qt::Key_Refresh, Key_VolumeDown = Qt::Key_VolumeDown, Key_VolumeMute = Qt::Key_VolumeMute, Key_VolumeUp = Qt::Key_VolumeUp, Key_BassBoost = Qt::Key_BassBoost, Key_BassUp = Qt::Key_BassUp, Key_BassDown = Qt::Key_BassDown, Key_TrebleUp = Qt::Key_TrebleUp, Key_TrebleDown = Qt::Key_TrebleDown, Key_MediaPlay = Qt::Key_MediaPlay, Key_MediaStop = Qt::Key_MediaStop, Key_MediaPrevious = Qt::Key_MediaPrevious, Key_MediaNext = Qt::Key_MediaNext, Key_MediaRecord = Qt::Key_MediaRecord, Key_MediaPause = Qt::Key_MediaPause, Key_MediaTogglePlayPause = Qt::Key_MediaTogglePlayPause, Key_HomePage = Qt::Key_HomePage, Key_Favorites = Qt::Key_Favorites, Key_Search = Qt::Key_Search, Key_Standby = Qt::Key_Standby, Key_OpenUrl = Qt::Key_OpenUrl, Key_LaunchMail = Qt::Key_LaunchMail, Key_LaunchMedia = Qt::Key_LaunchMedia, Key_Launch0 = Qt::Key_Launch0, Key_Launch1 = Qt::Key_Launch1, Key_Launch2 = Qt::Key_Launch2, Key_Launch3 = Qt::Key_Launch3, Key_Launch4 = Qt::Key_Launch4, Key_Launch5 = Qt::Key_Launch5, Key_Launch6 = Qt::Key_Launch6, Key_Launch7 = Qt::Key_Launch7, Key_Launch8 = Qt::Key_Launch8, Key_Launch9 = Qt::Key_Launch9, Key_LaunchA = Qt::Key_LaunchA, Key_LaunchB = Qt::Key_LaunchB, Key_LaunchC = Qt::Key_LaunchC, Key_LaunchD = Qt::Key_LaunchD, Key_LaunchE = Qt::Key_LaunchE, Key_LaunchF = Qt::Key_LaunchF, Key_MonBrightnessUp = Qt::Key_MonBrightnessUp, Key_MonBrightnessDown = Qt::Key_MonBrightnessDown, Key_KeyboardLightOnOff = Qt::Key_KeyboardLightOnOff, Key_KeyboardBrightnessUp = Qt::Key_KeyboardBrightnessUp, Key_KeyboardBrightnessDown = Qt::Key_KeyboardBrightnessDown, Key_PowerOff = Qt::Key_PowerOff, Key_WakeUp = Qt::Key_WakeUp, Key_Eject = Qt::Key_Eject, Key_ScreenSaver = Qt::Key_ScreenSaver, Key_WWW = Qt::Key_WWW, Key_Memo = Qt::Key_Memo, Key_LightBulb = Qt::Key_LightBulb, Key_Shop = Qt::Key_Shop, Key_History = Qt::Key_History, Key_AddFavorite = Qt::Key_AddFavorite, Key_HotLinks = Qt::Key_HotLinks, Key_BrightnessAdjust = Qt::Key_BrightnessAdjust, Key_Finance = Qt::Key_Finance, Key_Community = Qt::Key_Community, Key_AudioRewind = Qt::Key_AudioRewind, Key_BackForward = Qt::Key_BackForward, Key_ApplicationLeft = Qt::Key_ApplicationLeft, Key_ApplicationRight = Qt::Key_ApplicationRight, Key_Book = Qt::Key_Book, Key_CD = Qt::Key_CD, Key_Calculator = Qt::Key_Calculator, Key_ToDoList = Qt::Key_ToDoList, Key_ClearGrab = Qt::Key_ClearGrab, Key_Close = Qt::Key_Close, Key_Copy = Qt::Key_Copy, Key_Cut = Qt::Key_Cut, Key_Display = Qt::Key_Display, Key_DOS = Qt::Key_DOS, Key_Documents = Qt::Key_Documents, Key_Excel = Qt::Key_Excel, Key_Explorer = Qt::Key_Explorer, Key_Game = Qt::Key_Game, Key_Go = Qt::Key_Go, Key_iTouch = Qt::Key_iTouch, Key_LogOff = Qt::Key_LogOff, Key_Market = Qt::Key_Market, Key_Meeting = Qt::Key_Meeting, Key_MenuKB = Qt::Key_MenuKB, Key_MenuPB = Qt::Key_MenuPB, Key_MySites = Qt::Key_MySites, Key_News = Qt::Key_News, Key_OfficeHome = Qt::Key_OfficeHome, Key_Option = Qt::Key_Option, Key_Paste = Qt::Key_Paste, Key_Phone = Qt::Key_Phone, Key_Calendar = Qt::Key_Calendar, Key_Reply = Qt::Key_Reply, Key_Reload = Qt::Key_Reload, Key_RotateWindows = Qt::Key_RotateWindows, Key_RotationPB = Qt::Key_RotationPB, Key_RotationKB = Qt::Key_RotationKB, Key_Save = Qt::Key_Save, Key_Send = Qt::Key_Send, Key_Spell = Qt::Key_Spell, Key_SplitScreen = Qt::Key_SplitScreen, Key_Support = Qt::Key_Support, Key_TaskPane = Qt::Key_TaskPane, Key_Terminal = Qt::Key_Terminal, Key_Tools = Qt::Key_Tools, Key_Travel = Qt::Key_Travel, Key_Video = Qt::Key_Video, Key_Word = Qt::Key_Word, Key_Xfer = Qt::Key_Xfer, Key_ZoomIn = Qt::Key_ZoomIn, Key_ZoomOut = Qt::Key_ZoomOut, Key_Away = Qt::Key_Away, Key_Messenger = Qt::Key_Messenger, Key_WebCam = Qt::Key_WebCam, Key_MailForward = Qt::Key_MailForward, Key_Pictures = Qt::Key_Pictures, Key_Music = Qt::Key_Music, Key_Battery = Qt::Key_Battery, Key_Bluetooth = Qt::Key_Bluetooth, Key_WLAN = Qt::Key_WLAN, Key_UWB = Qt::Key_UWB, Key_AudioForward = Qt::Key_AudioForward, Key_AudioRepeat = Qt::Key_AudioRepeat, Key_AudioRandomPlay = Qt::Key_AudioRandomPlay, Key_Subtitle = Qt::Key_Subtitle, Key_AudioCycleTrack = Qt::Key_AudioCycleTrack, Key_Time = Qt::Key_Time, Key_Hibernate = Qt::Key_Hibernate, Key_View = Qt::Key_View, Key_TopMenu = Qt::Key_TopMenu, Key_PowerDown = Qt::Key_PowerDown, Key_Suspend = Qt::Key_Suspend, Key_ContrastAdjust = Qt::Key_ContrastAdjust, Key_LaunchG = Qt::Key_LaunchG, Key_LaunchH = Qt::Key_LaunchH, Key_MediaLast = Qt::Key_MediaLast, Key_Select = Qt::Key_Select, Key_Yes = Qt::Key_Yes, Key_No = Qt::Key_No, Key_Cancel = Qt::Key_Cancel, Key_Printer = Qt::Key_Printer, Key_Execute = Qt::Key_Execute, Key_Sleep = Qt::Key_Sleep, Key_Play = Qt::Key_Play, Key_Zoom = Qt::Key_Zoom, Key_Context1 = Qt::Key_Context1, Key_Context2 = Qt::Key_Context2, Key_Context3 = Qt::Key_Context3, Key_Context4 = Qt::Key_Context4, Key_Call = Qt::Key_Call, Key_Hangup = Qt::Key_Hangup, Key_Flip = Qt::Key_Flip, Key_ToggleCallHangup = Qt::Key_ToggleCallHangup, Key_VoiceDial = Qt::Key_VoiceDial, Key_LastNumberRedial = Qt::Key_LastNumberRedial, Key_Camera = Qt::Key_Camera, Key_CameraFocus = Qt::Key_CameraFocus, Key_unknown = Qt::Key_unknown};
|
|
1215
|
enum ApplicationAttribute{
|
|
1219
|
enum ApplicationAttribute{
|
|
1216
|
AA_ImmediateWidgetCreation = Qt::AA_ImmediateWidgetCreation, AA_MSWindowsUseDirect3DByDefault = Qt::AA_MSWindowsUseDirect3DByDefault, AA_DontShowIconsInMenus = Qt::AA_DontShowIconsInMenus, AA_NativeWindows = Qt::AA_NativeWindows, AA_DontCreateNativeWidgetSiblings = Qt::AA_DontCreateNativeWidgetSiblings, AA_MacPluginApplication = Qt::AA_MacPluginApplication, AA_DontUseNativeMenuBar = Qt::AA_DontUseNativeMenuBar, AA_MacDontSwapCtrlAndMeta = Qt::AA_MacDontSwapCtrlAndMeta, AA_S60DontConstructApplicationPanes = Qt::AA_S60DontConstructApplicationPanes, AA_S60DisablePartialScreenInputMode = Qt::AA_S60DisablePartialScreenInputMode, AA_X11InitThreads = Qt::AA_X11InitThreads, AA_CaptureMultimediaKeys = Qt::AA_CaptureMultimediaKeys, AA_AttributeCount = Qt::AA_AttributeCount};
|
|
1220
|
AA_ImmediateWidgetCreation = Qt::AA_ImmediateWidgetCreation, AA_MSWindowsUseDirect3DByDefault = Qt::AA_MSWindowsUseDirect3DByDefault, AA_DontShowIconsInMenus = Qt::AA_DontShowIconsInMenus, AA_NativeWindows = Qt::AA_NativeWindows, AA_DontCreateNativeWidgetSiblings = Qt::AA_DontCreateNativeWidgetSiblings, AA_MacPluginApplication = Qt::AA_MacPluginApplication, AA_DontUseNativeMenuBar = Qt::AA_DontUseNativeMenuBar, AA_MacDontSwapCtrlAndMeta = Qt::AA_MacDontSwapCtrlAndMeta, AA_S60DontConstructApplicationPanes = Qt::AA_S60DontConstructApplicationPanes, AA_S60DisablePartialScreenInputMode = Qt::AA_S60DisablePartialScreenInputMode, AA_X11InitThreads = Qt::AA_X11InitThreads, AA_CaptureMultimediaKeys = Qt::AA_CaptureMultimediaKeys, AA_AttributeCount = Qt::AA_AttributeCount};
|
|
1217
|
enum TextFlag{
|
|
1221
|
enum TextFlag{
|
|
1218
|
TextSingleLine = Qt::TextSingleLine, TextDontClip = Qt::TextDontClip, TextExpandTabs = Qt::TextExpandTabs, TextShowMnemonic = Qt::TextShowMnemonic, TextWordWrap = Qt::TextWordWrap, TextWrapAnywhere = Qt::TextWrapAnywhere, TextDontPrint = Qt::TextDontPrint, TextIncludeTrailingSpaces = Qt::TextIncludeTrailingSpaces, TextHideMnemonic = Qt::TextHideMnemonic, TextJustificationForced = Qt::TextJustificationForced, TextForceLeftToRight = Qt::TextForceLeftToRight, TextForceRightToLeft = Qt::TextForceRightToLeft, TextLongestVariant = Qt::TextLongestVariant, TextBypassShaping = Qt::TextBypassShaping};
|
|
1222
|
TextSingleLine = Qt::TextSingleLine, TextDontClip = Qt::TextDontClip, TextExpandTabs = Qt::TextExpandTabs, TextShowMnemonic = Qt::TextShowMnemonic, TextWordWrap = Qt::TextWordWrap, TextWrapAnywhere = Qt::TextWrapAnywhere, TextDontPrint = Qt::TextDontPrint, TextIncludeTrailingSpaces = Qt::TextIncludeTrailingSpaces, TextHideMnemonic = Qt::TextHideMnemonic, TextJustificationForced = Qt::TextJustificationForced, TextForceLeftToRight = Qt::TextForceLeftToRight, TextForceRightToLeft = Qt::TextForceRightToLeft, TextLongestVariant = Qt::TextLongestVariant, TextBypassShaping = Qt::TextBypassShaping};
|
|
1219
|
enum BrushStyle{
|
|
1223
|
enum BrushStyle{
|
|
1220
|
NoBrush = Qt::NoBrush, SolidPattern = Qt::SolidPattern, Dense1Pattern = Qt::Dense1Pattern, Dense2Pattern = Qt::Dense2Pattern, Dense3Pattern = Qt::Dense3Pattern, Dense4Pattern = Qt::Dense4Pattern, Dense5Pattern = Qt::Dense5Pattern, Dense6Pattern = Qt::Dense6Pattern, Dense7Pattern = Qt::Dense7Pattern, HorPattern = Qt::HorPattern, VerPattern = Qt::VerPattern, CrossPattern = Qt::CrossPattern, BDiagPattern = Qt::BDiagPattern, FDiagPattern = Qt::FDiagPattern, DiagCrossPattern = Qt::DiagCrossPattern, LinearGradientPattern = Qt::LinearGradientPattern, RadialGradientPattern = Qt::RadialGradientPattern, ConicalGradientPattern = Qt::ConicalGradientPattern, TexturePattern = Qt::TexturePattern};
|
|
1224
|
NoBrush = Qt::NoBrush, SolidPattern = Qt::SolidPattern, Dense1Pattern = Qt::Dense1Pattern, Dense2Pattern = Qt::Dense2Pattern, Dense3Pattern = Qt::Dense3Pattern, Dense4Pattern = Qt::Dense4Pattern, Dense5Pattern = Qt::Dense5Pattern, Dense6Pattern = Qt::Dense6Pattern, Dense7Pattern = Qt::Dense7Pattern, HorPattern = Qt::HorPattern, VerPattern = Qt::VerPattern, CrossPattern = Qt::CrossPattern, BDiagPattern = Qt::BDiagPattern, FDiagPattern = Qt::FDiagPattern, DiagCrossPattern = Qt::DiagCrossPattern, LinearGradientPattern = Qt::LinearGradientPattern, RadialGradientPattern = Qt::RadialGradientPattern, ConicalGradientPattern = Qt::ConicalGradientPattern, TexturePattern = Qt::TexturePattern};
|
|
1221
|
enum WidgetAttribute{
|
|
1225
|
enum WidgetAttribute{
|
|
1222
|
WA_Disabled = Qt::WA_Disabled, WA_UnderMouse = Qt::WA_UnderMouse, WA_MouseTracking = Qt::WA_MouseTracking, WA_ContentsPropagated = Qt::WA_ContentsPropagated, WA_OpaquePaintEvent = Qt::WA_OpaquePaintEvent, WA_NoBackground = Qt::WA_NoBackground, WA_StaticContents = Qt::WA_StaticContents, WA_LaidOut = Qt::WA_LaidOut, WA_PaintOnScreen = Qt::WA_PaintOnScreen, WA_NoSystemBackground = Qt::WA_NoSystemBackground, WA_UpdatesDisabled = Qt::WA_UpdatesDisabled, WA_Mapped = Qt::WA_Mapped, WA_MacNoClickThrough = Qt::WA_MacNoClickThrough, WA_PaintOutsidePaintEvent = Qt::WA_PaintOutsidePaintEvent, WA_InputMethodEnabled = Qt::WA_InputMethodEnabled, WA_WState_Visible = Qt::WA_WState_Visible, WA_WState_Hidden = Qt::WA_WState_Hidden, WA_ForceDisabled = Qt::WA_ForceDisabled, WA_KeyCompression = Qt::WA_KeyCompression, WA_PendingMoveEvent = Qt::WA_PendingMoveEvent, WA_PendingResizeEvent = Qt::WA_PendingResizeEvent, WA_SetPalette = Qt::WA_SetPalette, WA_SetFont = Qt::WA_SetFont, WA_SetCursor = Qt::WA_SetCursor, WA_NoChildEventsFromChildren = Qt::WA_NoChildEventsFromChildren, WA_WindowModified = Qt::WA_WindowModified, WA_Resized = Qt::WA_Resized, WA_Moved = Qt::WA_Moved, WA_PendingUpdate = Qt::WA_PendingUpdate, WA_InvalidSize = Qt::WA_InvalidSize, WA_MacBrushedMetal = Qt::WA_MacBrushedMetal, WA_MacMetalStyle = Qt::WA_MacMetalStyle, WA_CustomWhatsThis = Qt::WA_CustomWhatsThis, WA_LayoutOnEntireRect = Qt::WA_LayoutOnEntireRect, WA_OutsideWSRange = Qt::WA_OutsideWSRange, WA_GrabbedShortcut = Qt::WA_GrabbedShortcut, WA_TransparentForMouseEvents = Qt::WA_TransparentForMouseEvents, WA_PaintUnclipped = Qt::WA_PaintUnclipped, WA_SetWindowIcon = Qt::WA_SetWindowIcon, WA_NoMouseReplay = Qt::WA_NoMouseReplay, WA_DeleteOnClose = Qt::WA_DeleteOnClose, WA_RightToLeft = Qt::WA_RightToLeft, WA_SetLayoutDirection = Qt::WA_SetLayoutDirection, WA_NoChildEventsForParent = Qt::WA_NoChildEventsForParent, WA_ForceUpdatesDisabled = Qt::WA_ForceUpdatesDisabled, WA_WState_Created = Qt::WA_WState_Created, WA_WState_CompressKeys = Qt::WA_WState_CompressKeys, WA_WState_InPaintEvent = Qt::WA_WState_InPaintEvent, WA_WState_Reparented = Qt::WA_WState_Reparented, WA_WState_ConfigPending = Qt::WA_WState_ConfigPending, WA_WState_Polished = Qt::WA_WState_Polished, WA_WState_DND = Qt::WA_WState_DND, WA_WState_OwnSizePolicy = Qt::WA_WState_OwnSizePolicy, WA_WState_ExplicitShowHide = Qt::WA_WState_ExplicitShowHide, WA_ShowModal = Qt::WA_ShowModal, WA_MouseNoMask = Qt::WA_MouseNoMask, WA_GroupLeader = Qt::WA_GroupLeader, WA_NoMousePropagation = Qt::WA_NoMousePropagation, WA_Hover = Qt::WA_Hover, WA_InputMethodTransparent = Qt::WA_InputMethodTransparent, WA_QuitOnClose = Qt::WA_QuitOnClose, WA_KeyboardFocusChange = Qt::WA_KeyboardFocusChange, WA_AcceptDrops = Qt::WA_AcceptDrops, WA_DropSiteRegistered = Qt::WA_DropSiteRegistered, WA_ForceAcceptDrops = Qt::WA_ForceAcceptDrops, WA_WindowPropagation = Qt::WA_WindowPropagation, WA_NoX11EventCompression = Qt::WA_NoX11EventCompression, WA_TintedBackground = Qt::WA_TintedBackground, WA_X11OpenGLOverlay = Qt::WA_X11OpenGLOverlay, WA_AlwaysShowToolTips = Qt::WA_AlwaysShowToolTips, WA_MacOpaqueSizeGrip = Qt::WA_MacOpaqueSizeGrip, WA_SetStyle = Qt::WA_SetStyle, WA_SetLocale = Qt::WA_SetLocale, WA_MacShowFocusRect = Qt::WA_MacShowFocusRect, WA_MacNormalSize = Qt::WA_MacNormalSize, WA_MacSmallSize = Qt::WA_MacSmallSize, WA_MacMiniSize = Qt::WA_MacMiniSize, WA_LayoutUsesWidgetRect = Qt::WA_LayoutUsesWidgetRect, WA_StyledBackground = Qt::WA_StyledBackground, WA_MSWindowsUseDirect3D = Qt::WA_MSWindowsUseDirect3D, WA_CanHostQMdiSubWindowTitleBar = Qt::WA_CanHostQMdiSubWindowTitleBar, WA_MacAlwaysShowToolWindow = Qt::WA_MacAlwaysShowToolWindow, WA_StyleSheet = Qt::WA_StyleSheet, WA_ShowWithoutActivating = Qt::WA_ShowWithoutActivating, WA_X11BypassTransientForHint = Qt::WA_X11BypassTransientForHint, WA_NativeWindow = Qt::WA_NativeWindow, WA_DontCreateNativeAncestors = Qt::WA_DontCreateNativeAncestors, WA_MacVariableSize = Qt::WA_MacVariableSize, WA_DontShowOnScreen = Qt::WA_DontShowOnScreen, WA_X11NetWmWindowTypeDesktop = Qt::WA_X11NetWmWindowTypeDesktop, WA_X11NetWmWindowTypeDock = Qt::WA_X11NetWmWindowTypeDock, WA_X11NetWmWindowTypeToolBar = Qt::WA_X11NetWmWindowTypeToolBar, WA_X11NetWmWindowTypeMenu = Qt::WA_X11NetWmWindowTypeMenu, WA_X11NetWmWindowTypeUtility = Qt::WA_X11NetWmWindowTypeUtility, WA_X11NetWmWindowTypeSplash = Qt::WA_X11NetWmWindowTypeSplash, WA_X11NetWmWindowTypeDialog = Qt::WA_X11NetWmWindowTypeDialog, WA_X11NetWmWindowTypeDropDownMenu = Qt::WA_X11NetWmWindowTypeDropDownMenu, WA_X11NetWmWindowTypePopupMenu = Qt::WA_X11NetWmWindowTypePopupMenu, WA_X11NetWmWindowTypeToolTip = Qt::WA_X11NetWmWindowTypeToolTip, WA_X11NetWmWindowTypeNotification = Qt::WA_X11NetWmWindowTypeNotification, WA_X11NetWmWindowTypeCombo = Qt::WA_X11NetWmWindowTypeCombo, WA_X11NetWmWindowTypeDND = Qt::WA_X11NetWmWindowTypeDND, WA_MacFrameworkScaled = Qt::WA_MacFrameworkScaled, WA_SetWindowModality = Qt::WA_SetWindowModality, WA_WState_WindowOpacitySet = Qt::WA_WState_WindowOpacitySet, WA_TranslucentBackground = Qt::WA_TranslucentBackground, WA_AcceptTouchEvents = Qt::WA_AcceptTouchEvents, WA_WState_AcceptedTouchBeginEvent = Qt::WA_WState_AcceptedTouchBeginEvent, WA_TouchPadAcceptSingleTouchEvents = Qt::WA_TouchPadAcceptSingleTouchEvents, WA_MergeSoftkeys = Qt::WA_MergeSoftkeys, WA_MergeSoftkeysRecursively = Qt::WA_MergeSoftkeysRecursively, WA_LockPortraitOrientation = Qt::WA_LockPortraitOrientation, WA_LockLandscapeOrientation = Qt::WA_LockLandscapeOrientation, WA_AutoOrientation = Qt::WA_AutoOrientation, WA_X11DoNotAcceptFocus = Qt::WA_X11DoNotAcceptFocus, WA_SymbianNoSystemRotation = Qt::WA_SymbianNoSystemRotation, WA_MacNoShadow = Qt::WA_MacNoShadow, WA_AttributeCount = Qt::WA_AttributeCount};
|
|
1226
|
WA_Disabled = Qt::WA_Disabled, WA_UnderMouse = Qt::WA_UnderMouse, WA_MouseTracking = Qt::WA_MouseTracking, WA_ContentsPropagated = Qt::WA_ContentsPropagated, WA_OpaquePaintEvent = Qt::WA_OpaquePaintEvent, WA_NoBackground = Qt::WA_NoBackground, WA_StaticContents = Qt::WA_StaticContents, WA_LaidOut = Qt::WA_LaidOut, WA_PaintOnScreen = Qt::WA_PaintOnScreen, WA_NoSystemBackground = Qt::WA_NoSystemBackground, WA_UpdatesDisabled = Qt::WA_UpdatesDisabled, WA_Mapped = Qt::WA_Mapped, WA_MacNoClickThrough = Qt::WA_MacNoClickThrough, WA_PaintOutsidePaintEvent = Qt::WA_PaintOutsidePaintEvent, WA_InputMethodEnabled = Qt::WA_InputMethodEnabled, WA_WState_Visible = Qt::WA_WState_Visible, WA_WState_Hidden = Qt::WA_WState_Hidden, WA_ForceDisabled = Qt::WA_ForceDisabled, WA_KeyCompression = Qt::WA_KeyCompression, WA_PendingMoveEvent = Qt::WA_PendingMoveEvent, WA_PendingResizeEvent = Qt::WA_PendingResizeEvent, WA_SetPalette = Qt::WA_SetPalette, WA_SetFont = Qt::WA_SetFont, WA_SetCursor = Qt::WA_SetCursor, WA_NoChildEventsFromChildren = Qt::WA_NoChildEventsFromChildren, WA_WindowModified = Qt::WA_WindowModified, WA_Resized = Qt::WA_Resized, WA_Moved = Qt::WA_Moved, WA_PendingUpdate = Qt::WA_PendingUpdate, WA_InvalidSize = Qt::WA_InvalidSize, WA_MacBrushedMetal = Qt::WA_MacBrushedMetal, WA_MacMetalStyle = Qt::WA_MacMetalStyle, WA_CustomWhatsThis = Qt::WA_CustomWhatsThis, WA_LayoutOnEntireRect = Qt::WA_LayoutOnEntireRect, WA_OutsideWSRange = Qt::WA_OutsideWSRange, WA_GrabbedShortcut = Qt::WA_GrabbedShortcut, WA_TransparentForMouseEvents = Qt::WA_TransparentForMouseEvents, WA_PaintUnclipped = Qt::WA_PaintUnclipped, WA_SetWindowIcon = Qt::WA_SetWindowIcon, WA_NoMouseReplay = Qt::WA_NoMouseReplay, WA_DeleteOnClose = Qt::WA_DeleteOnClose, WA_RightToLeft = Qt::WA_RightToLeft, WA_SetLayoutDirection = Qt::WA_SetLayoutDirection, WA_NoChildEventsForParent = Qt::WA_NoChildEventsForParent, WA_ForceUpdatesDisabled = Qt::WA_ForceUpdatesDisabled, WA_WState_Created = Qt::WA_WState_Created, WA_WState_CompressKeys = Qt::WA_WState_CompressKeys, WA_WState_InPaintEvent = Qt::WA_WState_InPaintEvent, WA_WState_Reparented = Qt::WA_WState_Reparented, WA_WState_ConfigPending = Qt::WA_WState_ConfigPending, WA_WState_Polished = Qt::WA_WState_Polished, WA_WState_DND = Qt::WA_WState_DND, WA_WState_OwnSizePolicy = Qt::WA_WState_OwnSizePolicy, WA_WState_ExplicitShowHide = Qt::WA_WState_ExplicitShowHide, WA_ShowModal = Qt::WA_ShowModal, WA_MouseNoMask = Qt::WA_MouseNoMask, WA_GroupLeader = Qt::WA_GroupLeader, WA_NoMousePropagation = Qt::WA_NoMousePropagation, WA_Hover = Qt::WA_Hover, WA_InputMethodTransparent = Qt::WA_InputMethodTransparent, WA_QuitOnClose = Qt::WA_QuitOnClose, WA_KeyboardFocusChange = Qt::WA_KeyboardFocusChange, WA_AcceptDrops = Qt::WA_AcceptDrops, WA_DropSiteRegistered = Qt::WA_DropSiteRegistered, WA_ForceAcceptDrops = Qt::WA_ForceAcceptDrops, WA_WindowPropagation = Qt::WA_WindowPropagation, WA_NoX11EventCompression = Qt::WA_NoX11EventCompression, WA_TintedBackground = Qt::WA_TintedBackground, WA_X11OpenGLOverlay = Qt::WA_X11OpenGLOverlay, WA_AlwaysShowToolTips = Qt::WA_AlwaysShowToolTips, WA_MacOpaqueSizeGrip = Qt::WA_MacOpaqueSizeGrip, WA_SetStyle = Qt::WA_SetStyle, WA_SetLocale = Qt::WA_SetLocale, WA_MacShowFocusRect = Qt::WA_MacShowFocusRect, WA_MacNormalSize = Qt::WA_MacNormalSize, WA_MacSmallSize = Qt::WA_MacSmallSize, WA_MacMiniSize = Qt::WA_MacMiniSize, WA_LayoutUsesWidgetRect = Qt::WA_LayoutUsesWidgetRect, WA_StyledBackground = Qt::WA_StyledBackground, WA_MSWindowsUseDirect3D = Qt::WA_MSWindowsUseDirect3D, WA_CanHostQMdiSubWindowTitleBar = Qt::WA_CanHostQMdiSubWindowTitleBar, WA_MacAlwaysShowToolWindow = Qt::WA_MacAlwaysShowToolWindow, WA_StyleSheet = Qt::WA_StyleSheet, WA_ShowWithoutActivating = Qt::WA_ShowWithoutActivating, WA_X11BypassTransientForHint = Qt::WA_X11BypassTransientForHint, WA_NativeWindow = Qt::WA_NativeWindow, WA_DontCreateNativeAncestors = Qt::WA_DontCreateNativeAncestors, WA_MacVariableSize = Qt::WA_MacVariableSize, WA_DontShowOnScreen = Qt::WA_DontShowOnScreen, WA_X11NetWmWindowTypeDesktop = Qt::WA_X11NetWmWindowTypeDesktop, WA_X11NetWmWindowTypeDock = Qt::WA_X11NetWmWindowTypeDock, WA_X11NetWmWindowTypeToolBar = Qt::WA_X11NetWmWindowTypeToolBar, WA_X11NetWmWindowTypeMenu = Qt::WA_X11NetWmWindowTypeMenu, WA_X11NetWmWindowTypeUtility = Qt::WA_X11NetWmWindowTypeUtility, WA_X11NetWmWindowTypeSplash = Qt::WA_X11NetWmWindowTypeSplash, WA_X11NetWmWindowTypeDialog = Qt::WA_X11NetWmWindowTypeDialog, WA_X11NetWmWindowTypeDropDownMenu = Qt::WA_X11NetWmWindowTypeDropDownMenu, WA_X11NetWmWindowTypePopupMenu = Qt::WA_X11NetWmWindowTypePopupMenu, WA_X11NetWmWindowTypeToolTip = Qt::WA_X11NetWmWindowTypeToolTip, WA_X11NetWmWindowTypeNotification = Qt::WA_X11NetWmWindowTypeNotification, WA_X11NetWmWindowTypeCombo = Qt::WA_X11NetWmWindowTypeCombo, WA_X11NetWmWindowTypeDND = Qt::WA_X11NetWmWindowTypeDND, WA_MacFrameworkScaled = Qt::WA_MacFrameworkScaled, WA_SetWindowModality = Qt::WA_SetWindowModality, WA_WState_WindowOpacitySet = Qt::WA_WState_WindowOpacitySet, WA_TranslucentBackground = Qt::WA_TranslucentBackground, WA_AcceptTouchEvents = Qt::WA_AcceptTouchEvents, WA_WState_AcceptedTouchBeginEvent = Qt::WA_WState_AcceptedTouchBeginEvent, WA_TouchPadAcceptSingleTouchEvents = Qt::WA_TouchPadAcceptSingleTouchEvents, WA_MergeSoftkeys = Qt::WA_MergeSoftkeys, WA_MergeSoftkeysRecursively = Qt::WA_MergeSoftkeysRecursively, WA_LockPortraitOrientation = Qt::WA_LockPortraitOrientation, WA_LockLandscapeOrientation = Qt::WA_LockLandscapeOrientation, WA_AutoOrientation = Qt::WA_AutoOrientation, WA_X11DoNotAcceptFocus = Qt::WA_X11DoNotAcceptFocus, WA_SymbianNoSystemRotation = Qt::WA_SymbianNoSystemRotation, WA_MacNoShadow = Qt::WA_MacNoShadow, WA_AttributeCount = Qt::WA_AttributeCount};
|
|
1223
|
enum TouchPointState{
|
|
1227
|
enum TouchPointState{
|
|
1224
|
TouchPointPressed = Qt::TouchPointPressed, TouchPointMoved = Qt::TouchPointMoved, TouchPointStationary = Qt::TouchPointStationary, TouchPointReleased = Qt::TouchPointReleased, TouchPointStateMask = Qt::TouchPointStateMask, TouchPointPrimary = Qt::TouchPointPrimary};
|
|
1228
|
TouchPointPressed = Qt::TouchPointPressed, TouchPointMoved = Qt::TouchPointMoved, TouchPointStationary = Qt::TouchPointStationary, TouchPointReleased = Qt::TouchPointReleased, TouchPointStateMask = Qt::TouchPointStateMask, TouchPointPrimary = Qt::TouchPointPrimary};
|
|
1225
|
enum TextInteractionFlag{
|
|
1229
|
enum TextInteractionFlag{
|
|
1226
|
NoTextInteraction = Qt::NoTextInteraction, TextSelectableByMouse = Qt::TextSelectableByMouse, TextSelectableByKeyboard = Qt::TextSelectableByKeyboard, LinksAccessibleByMouse = Qt::LinksAccessibleByMouse, LinksAccessibleByKeyboard = Qt::LinksAccessibleByKeyboard, TextEditable = Qt::TextEditable, TextEditorInteraction = Qt::TextEditorInteraction, TextBrowserInteraction = Qt::TextBrowserInteraction};
|
|
1230
|
NoTextInteraction = Qt::NoTextInteraction, TextSelectableByMouse = Qt::TextSelectableByMouse, TextSelectableByKeyboard = Qt::TextSelectableByKeyboard, LinksAccessibleByMouse = Qt::LinksAccessibleByMouse, LinksAccessibleByKeyboard = Qt::LinksAccessibleByKeyboard, TextEditable = Qt::TextEditable, TextEditorInteraction = Qt::TextEditorInteraction, TextBrowserInteraction = Qt::TextBrowserInteraction};
|
|
1227
|
enum MouseButton{
|
|
1231
|
enum MouseButton{
|
|
1228
|
NoButton = Qt::NoButton, LeftButton = Qt::LeftButton, RightButton = Qt::RightButton, MidButton = Qt::MidButton, MiddleButton = Qt::MiddleButton, XButton1 = Qt::XButton1, XButton2 = Qt::XButton2, MouseButtonMask = Qt::MouseButtonMask};
|
|
1232
|
NoButton = Qt::NoButton, LeftButton = Qt::LeftButton, RightButton = Qt::RightButton, MidButton = Qt::MidButton, MiddleButton = Qt::MiddleButton, XButton1 = Qt::XButton1, XButton2 = Qt::XButton2, MouseButtonMask = Qt::MouseButtonMask};
|
|
1229
|
enum MatchFlag{
|
|
1233
|
enum MatchFlag{
|
|
1230
|
MatchExactly = Qt::MatchExactly, MatchContains = Qt::MatchContains, MatchStartsWith = Qt::MatchStartsWith, MatchEndsWith = Qt::MatchEndsWith, MatchRegExp = Qt::MatchRegExp, MatchWildcard = Qt::MatchWildcard, MatchFixedString = Qt::MatchFixedString, MatchCaseSensitive = Qt::MatchCaseSensitive, MatchWrap = Qt::MatchWrap, MatchRecursive = Qt::MatchRecursive};
|
|
1234
|
MatchExactly = Qt::MatchExactly, MatchContains = Qt::MatchContains, MatchStartsWith = Qt::MatchStartsWith, MatchEndsWith = Qt::MatchEndsWith, MatchRegExp = Qt::MatchRegExp, MatchWildcard = Qt::MatchWildcard, MatchFixedString = Qt::MatchFixedString, MatchCaseSensitive = Qt::MatchCaseSensitive, MatchWrap = Qt::MatchWrap, MatchRecursive = Qt::MatchRecursive};
|
|
1231
|
enum PenCapStyle{
|
|
1235
|
enum PenCapStyle{
|
|
1232
|
FlatCap = Qt::FlatCap, SquareCap = Qt::SquareCap, RoundCap = Qt::RoundCap, MPenCapStyle = Qt::MPenCapStyle};
|
|
1236
|
FlatCap = Qt::FlatCap, SquareCap = Qt::SquareCap, RoundCap = Qt::RoundCap, MPenCapStyle = Qt::MPenCapStyle};
|
|
1233
|
enum TextElideMode{
|
|
1237
|
enum TextElideMode{
|
|
1234
|
ElideLeft = Qt::ElideLeft, ElideRight = Qt::ElideRight, ElideMiddle = Qt::ElideMiddle, ElideNone = Qt::ElideNone};
|
|
1238
|
ElideLeft = Qt::ElideLeft, ElideRight = Qt::ElideRight, ElideMiddle = Qt::ElideMiddle, ElideNone = Qt::ElideNone};
|
|
1235
|
Q_DECLARE_FLAGS(DropActions, DropAction)
|
|
1239
|
Q_DECLARE_FLAGS(DropActions, DropAction)
|
|
1236
|
Q_DECLARE_FLAGS(WindowFlags, WindowType)
|
|
1240
|
Q_DECLARE_FLAGS(WindowFlags, WindowType)
|
|
1237
|
Q_DECLARE_FLAGS(GestureFlags, GestureFlag)
|
|
1241
|
Q_DECLARE_FLAGS(GestureFlags, GestureFlag)
|
|
1238
|
Q_DECLARE_FLAGS(ImageConversionFlags, ImageConversionFlag)
|
|
1242
|
Q_DECLARE_FLAGS(ImageConversionFlags, ImageConversionFlag)
|
|
1239
|
Q_DECLARE_FLAGS(ToolBarAreas, ToolBarArea)
|
|
1243
|
Q_DECLARE_FLAGS(ToolBarAreas, ToolBarArea)
|
|
1240
|
Q_DECLARE_FLAGS(Alignment, AlignmentFlag)
|
|
1244
|
Q_DECLARE_FLAGS(Alignment, AlignmentFlag)
|
|
1241
|
Q_DECLARE_FLAGS(DockWidgetAreas, DockWidgetArea)
|
|
1245
|
Q_DECLARE_FLAGS(DockWidgetAreas, DockWidgetArea)
|
|
1242
|
Q_DECLARE_FLAGS(KeyboardModifiers, KeyboardModifier)
|
|
1246
|
Q_DECLARE_FLAGS(KeyboardModifiers, KeyboardModifier)
|
|
1243
|
Q_DECLARE_FLAGS(InputMethodHints, InputMethodHint)
|
|
1247
|
Q_DECLARE_FLAGS(InputMethodHints, InputMethodHint)
|
|
1244
|
Q_DECLARE_FLAGS(ItemFlags, ItemFlag)
|
|
1248
|
Q_DECLARE_FLAGS(ItemFlags, ItemFlag)
|
|
1245
|
Q_DECLARE_FLAGS(Orientations, Orientation)
|
|
1249
|
Q_DECLARE_FLAGS(Orientations, Orientation)
|
|
1246
|
Q_DECLARE_FLAGS(WindowStates, WindowState)
|
|
1250
|
Q_DECLARE_FLAGS(WindowStates, WindowState)
|
|
1247
|
Q_DECLARE_FLAGS(TouchPointStates, TouchPointState)
|
|
1251
|
Q_DECLARE_FLAGS(TouchPointStates, TouchPointState)
|
|
1248
|
Q_DECLARE_FLAGS(TextInteractionFlags, TextInteractionFlag)
|
|
1252
|
Q_DECLARE_FLAGS(TextInteractionFlags, TextInteractionFlag)
|
|
1249
|
Q_DECLARE_FLAGS(MouseButtons, MouseButton)
|
|
1253
|
Q_DECLARE_FLAGS(MouseButtons, MouseButton)
|
|
1250
|
Q_DECLARE_FLAGS(MatchFlags, MatchFlag)
|
|
1254
|
Q_DECLARE_FLAGS(MatchFlags, MatchFlag)
|
|
1251
|
public Q_SLOTS:
|
|
1255
|
public Q_SLOTS:
|
|
1252
|
QTextCodec* static_Qt_codecForHtml(const QByteArray& ba);
|
|
1256
|
QTextCodec* static_Qt_codecForHtml(const QByteArray& ba);
|
|
1253
|
QString static_Qt_convertFromPlainText(const QString& plain, Qt::WhiteSpaceMode mode = Qt::WhiteSpacePre);
|
|
1257
|
QString static_Qt_convertFromPlainText(const QString& plain, Qt::WhiteSpaceMode mode = Qt::WhiteSpacePre);
|
|
1254
|
QString static_Qt_escape(const QString& plain);
|
|
1258
|
QString static_Qt_escape(const QString& plain);
|
|
1255
|
bool static_Qt_mightBeRichText(const QString& arg__1);
|
|
1259
|
bool static_Qt_mightBeRichText(const QString& arg__1);
|
|
1256
|
};
|
|
1260
|
};
|
|
1257
|
|
|
1261
|
|
|
1258
|
|
|
1262
|
|