comparison qt/d2/qt/core/QRectF.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
299 299
300 public final QRect toAlignedRect() const 300 public final QRect toAlignedRect() const
301 { 301 {
302 return qtd_QRectF_toAlignedRect(cast(void*)&this); 302 return qtd_QRectF_toAlignedRect(cast(void*)&this);
303 } 303 }
304 304
305 // service stuff
306 public alias void __isNativeValueType;
307
308 struct QTypeInfo
309 {
310 enum bool isComplex = true;
311 enum bool isStatic = false;
312 enum bool isLarge = true;
313 enum bool isPointer = false;
314 enum bool isDummy = false;
315 }
305 private: 316 private:
306 qreal xp; 317 qreal xp;
307 qreal yp; 318 qreal yp;
308 qreal w; 319 qreal w;
309 qreal h; 320 qreal h;