annotate cpp/qt_core/QLine_shell.cpp @ 3:323efbe5c2f7

native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
author eldar
date Wed, 13 May 2009 17:34:40 +0000
parents
children 9784459f0750
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 // QLine::operator<<(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
7 extern "C" DLL_PUBLIC void qtd_QLine_writeTo_QDataStream
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
8 (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
9 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
10 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
11 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
12 QLine *__qt_this = (QLine *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
13 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
14
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
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
17 // QLine::operator>>(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
18 extern "C" DLL_PUBLIC void qtd_QLine_readFrom_QDataStream
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
19 (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
20 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
21 {
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
22 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
23 QLine *__qt_this = (QLine *) __this_nativeId;
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
24 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
25
323efbe5c2f7 native wrap of QLine and QLineF, fixes in opEquals, updated QPainter to the use of native structs
eldar
parents:
diff changeset
26 }