comparison qt/d2/qt/core/QRect.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
comparison
equal deleted inserted replaced
294:bb37b0ed94c9 295:463563fc9e17
334 } 334 }
335 335
336 public final QRect normalized() const { 336 public final QRect normalized() const {
337 return qtd_QRect_normalized(&this); 337 return qtd_QRect_normalized(&this);
338 } 338 }
339
340 // service stuff
341 public alias void __isNativeValueType;
342
343 struct QTypeInfo
344 {
345 enum bool isComplex = true;
346 enum bool isStatic = false;
347 enum bool isLarge = true;
348 enum bool isPointer = false;
349 enum bool isDummy = false;
350 }
351
339 352
340 private: 353 private:
341 version(OSX) 354 version(OSX)
342 { 355 {
343 int y1; 356 int y1;