comparison cpp/qt_core/QPointF_shell.cpp @ 357:9784459f0750

An attempt (failed due to optlink) to improve locality of declarations exported from QtD executables Q_CLASSINFO implementation Now Qtd can be built on Windows
author Max Samukha <maxter@spambox.com>
date Wed, 02 Jun 2010 19:38:05 +0300
parents e78566595089
children d2f48c4cb3e3
comparison
equal deleted inserted replaced
356:12cec2d14e1c 357:9784459f0750
3 3
4 #include "qtd_core.h" 4 #include "qtd_core.h"
5 5
6 // ---externC--- 6 // ---externC---
7 // QPointF::operator<<(QDataStream & arg__1) 7 // QPointF::operator<<(QDataStream & arg__1)
8 extern "C" DLL_PUBLIC void qtd_QPointF_writeTo_QDataStream 8 QTD_EXTERN QTD_DLL_EXPORT void qtd_QPointF_writeTo_QDataStream
9 (void* __this_nativeId, 9 (void* __this_nativeId,
10 void* arg__1) 10 void* arg__1)
11 { 11 {
12 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1; 12 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
13 QPointF *__qt_this = (QPointF *) __this_nativeId; 13 QPointF *__qt_this = (QPointF *) __this_nativeId;
14 if (__qt_this != 0) ::operator<<((QDataStream& )__qt_arg__1, *__qt_this); 14 if (__qt_this != 0) ::operator<<((QDataStream& )__qt_arg__1, *__qt_this);
15 15
16 } 16 }
17 17
18 // QPointF::operator>>(QDataStream & arg__1) 18 // QPointF::operator>>(QDataStream & arg__1)
19 extern "C" DLL_PUBLIC void qtd_QPointF_readFrom_QDataStream 19 QTD_EXTERN QTD_DLL_EXPORT void qtd_QPointF_readFrom_QDataStream
20 (void* __this_nativeId, 20 (void* __this_nativeId,
21 void* arg__1) 21 void* arg__1)
22 { 22 {
23 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1; 23 QDataStream& __qt_arg__1 = (QDataStream& ) * (QDataStream *) arg__1;
24 QPointF *__qt_this = (QPointF *) __this_nativeId; 24 QPointF *__qt_this = (QPointF *) __this_nativeId;