diff qt/d2/qt/core/QPoint.d @ 295:463563fc9e17 signals

more of QList. const functions in C++ are now const in D too. Drop of the store result feature, which was incompatible with const functions and introduced too much of the bloat in the generator.
author eldar
date Sun, 22 Nov 2009 11:01:19 +0000
parents 34a37904ff77
children b460cd08041f
line wrap: on
line diff
--- a/qt/d2/qt/core/QPoint.d	Fri Nov 13 20:42:51 2009 +0000
+++ b/qt/d2/qt/core/QPoint.d	Sun Nov 22 11:01:19 2009 +0000
@@ -92,6 +92,19 @@
     public final void readFrom(QDataStream arg__1) {
         qtd_QPoint_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId);
     }
+    
+    // service stuff
+    public alias void __isNativeValueType;
+
+    struct QTypeInfo
+    {
+        enum bool isComplex = true;
+        enum bool isStatic = false;
+        enum bool isLarge = true;
+        enum bool isPointer = false;
+        enum bool isDummy = false;
+    }
+
 
 private:
     // ### Qt 5;  remove the ifdef and just have the same order on all platforms.
@@ -208,6 +221,18 @@
         qtd_QPointF_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId);
     }
 
+    // service stuff
+    public alias void __isNativeValueType;
+
+    struct QTypeInfo
+    {
+        enum bool isComplex = true;
+        enum bool isStatic = false;
+        enum bool isLarge = true;
+        enum bool isPointer = false;
+        enum bool isDummy = false;
+    }
+
 private:
     qreal xp;
     qreal yp;