annotate cpp/qt_core/QLineF_shell.cpp @ 384:d2f48c4cb3e3

Same behavior of shared libs on linux and windows. Minor build script fixes.
author Max Samukha <maxter@spambox.com>
date Fri, 16 Jul 2010 20:04:29 +0300
parents 9784459f0750
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
1 #include <qdatastream.h>
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
2 #include <qline.h>
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
4 #include "qtd_core.h"
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
5
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
6
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
7 // QLineF::angle() const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
8 QTD_EXTERN QTD_EXPORT double qtd_QLineF_angle
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
9 (void* __this_nativeId)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
10 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
11 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
12 double __qt_return_value = __qt_this->angle();
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
13
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
14 double __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
15
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
16 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
17 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
18
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
19 // QLineF::angle(const QLineF & l) const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
20 QTD_EXTERN QTD_EXPORT double qtd_QLineF_angle_QLineF
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
21 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
22 void* l0)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
23 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
24 const QLineF& __qt_l0 = (const QLineF& ) *(QLineF *)l0;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
25 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
26 double __qt_return_value = __qt_this->angle((const QLineF& )__qt_l0);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
27
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
28 double __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
29
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
30 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
31 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
32
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
33 // QLineF::angleTo(const QLineF & l) const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
34 QTD_EXTERN QTD_EXPORT double qtd_QLineF_angleTo_QLineF
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
35 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
36 void* l0)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
37 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
38 const QLineF& __qt_l0 = (const QLineF& ) *(QLineF *)l0;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
39 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
40 double __qt_return_value = __qt_this->angleTo((const QLineF& )__qt_l0);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
41
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
42 double __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
43
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
44 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
45 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
46
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
47 // QLineF::intersect(const QLineF & l, QPointF * intersectionPoint) const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
48 QTD_EXTERN QTD_EXPORT int qtd_QLineF_intersect_QLineF_nativepointerQPointF
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
49 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
50 void* l0,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
51 void* intersectionPoint1)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
52 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
53 const QLineF& __qt_l0 = (const QLineF& ) *(QLineF *)l0;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
54 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
55 int __qt_return_value = __qt_this->intersect((const QLineF& )__qt_l0, (QPointF* )intersectionPoint1);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
56
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
57 int __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
58
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
59 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
60 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
61
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
62 // QLineF::isNull() const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
63 QTD_EXTERN QTD_EXPORT bool qtd_QLineF_isNull
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
64 (void* __this_nativeId)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
65 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
66 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
67 bool __qt_return_value = __qt_this->isNull();
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
68
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
69 bool __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
70
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
71 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
72 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
73
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
74 // QLineF::length() const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
75 QTD_EXTERN QTD_EXPORT double qtd_QLineF_length
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
76 (void* __this_nativeId)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
77 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
78 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
79 double __qt_return_value = __qt_this->length();
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
80
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
81 double __d_return_value = __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
82
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
83 return __d_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
84 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
85
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
86 // QLineF::operator<<(QDataStream & arg__1)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
87 QTD_EXTERN QTD_EXPORT void qtd_QLineF_writeTo_QDataStream
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
88 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
89 void* arg__1)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
90 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
91 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
92 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
93 if (__qt_this != 0) ::operator<<((QDataStream& )__qt_arg__1, *__qt_this);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
94
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
95 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
96
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
97 // QLineF::operator>>(QDataStream & arg__1)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
98 QTD_EXTERN QTD_EXPORT void qtd_QLineF_readFrom_QDataStream
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
99 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
100 void* arg__1)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
101 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
102 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
103 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
104 if (__qt_this != 0) ::operator>>((QDataStream& )__qt_arg__1, *__qt_this);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
105
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
106 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
107
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
108 // QLineF::p1() const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
109 QTD_EXTERN QTD_EXPORT QPointF qtd_QLineF_p1
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
110 (void* __this_nativeId)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
111 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
112 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
113 QPointF __qt_return_value = __qt_this->p1();
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
114
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
115 QPointF *__d_return_value = (QPointF *) &__qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
116
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
117 return __qt_return_value;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
118 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
119
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
120 // QLineF::setAngle(double angle)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
121 QTD_EXTERN QTD_EXPORT void qtd_QLineF_setAngle_double
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
122 (void* __this_nativeId,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
123 double angle0)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
124 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
125 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
126 __qt_this->setAngle((double )angle0);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
127
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
128 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
129
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
130 // QLineF::unitVector() const
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
131 QTD_EXTERN QTD_EXPORT QLineF qtd_QLineF_unitVector
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
132 (void* __this_nativeId)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
133 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
134 QLineF *__qt_this = (QLineF *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
135 return __qt_this->unitVector();
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
136 }
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
137
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
138 // QLineF::fromPolar(double length, double angle)
384
d2f48c4cb3e3 Same behavior of shared libs on linux and windows. Minor build script fixes.
Max Samukha <maxter@spambox.com>
parents: 357
diff changeset
139 QTD_EXTERN QTD_EXPORT QLineF qtd_QLineF_fromPolar_double_double
3
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
140 (double length0,
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
141 double angle1)
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
142 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
143 return QLineF::fromPolar((double )length0, (double )angle1);
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
144 }