comparison d2/qt/core/QRect.d @ 372:a032df77b6ab

Simple debug helper. Unittests. Meta-object for polymorphic non-QObjects
author Max Samukha <maxter@spambox.com>
date Thu, 08 Jul 2010 17:19:05 +0300
parents 96a75b1e5b26
children
comparison
equal deleted inserted replaced
370:7fd4b69378bf 372:a032df77b6ab
304 { 304 {
305 return x1==r.x1 && x2==r.x2 && y1==r.y1 && y2==r.y2; 305 return x1==r.x1 && x2==r.x2 && y1==r.y1 && y2==r.y2;
306 } 306 }
307 307
308 public final void writeTo(QDataStream arg__1) { 308 public final void writeTo(QDataStream arg__1) {
309 qtd_QRect_writeTo_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId); 309 qtd_QRect_writeTo_QDataStream(&this, arg__1 is null ? null : arg__1.qtdNativeId);
310 } 310 }
311 311
312 public final void readFrom(QDataStream arg__1) { 312 public final void readFrom(QDataStream arg__1) {
313 qtd_QRect_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.__nativeId); 313 qtd_QRect_readFrom_QDataStream(&this, arg__1 is null ? null : arg__1.qtdNativeId);
314 } 314 }
315 315
316 public final QRect opAnd(const QRect r) const { 316 public final QRect opAnd(const QRect r) const {
317 return qtd_QRect_operator_and_QRect(&this, &r); 317 return qtd_QRect_operator_and_QRect(&this, &r);
318 } 318 }