diff qt/d2/qt/core/QLine.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/QLine.d	Fri Nov 13 20:42:51 2009 +0000
+++ b/qt/d2/qt/core/QLine.d	Sun Nov 22 11:01:19 2009 +0000
@@ -135,7 +135,18 @@
     public final void readFrom(QDataStream arg__1) {
         qtd_QLine_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:
     QPoint pt1, pt2;
 }
@@ -355,6 +366,18 @@
         return qtd_QLineF_fromPolar_double_double(length, angle);
     }
 
+    // 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:
         QPointF pt1, pt2;
 }