comparison qt/qtd/MOC.d @ 293:8627891e4556 signals

QList updates
author eldar
date Fri, 13 Nov 2009 19:09:28 +0000
parents 19498f420252
children 55ee4603365d
comparison
equal deleted inserted replaced
292:19498f420252 293:8627891e4556
527 // pragma(msg, toStringNow!(lastSignalIndex!(typeof(this)))); 527 // pragma(msg, toStringNow!(lastSignalIndex!(typeof(this))));
528 mixin ("enum lastSignalIndex_" ~ typeof(this).stringof ~ " = " ~ toStringNow!(lastSignalIndex!(typeof(this))) ~ ";"); 528 mixin ("enum lastSignalIndex_" ~ typeof(this).stringof ~ " = " ~ toStringNow!(lastSignalIndex!(typeof(this))) ~ ";");
529 529
530 alias TupleWrapper!(findSymbols!(slotPrefix, typeof(this), ByOwner!(typeof(this)))) Slots; 530 alias TupleWrapper!(findSymbols!(slotPrefix, typeof(this), ByOwner!(typeof(this)))) Slots;
531 alias TupleWrapper!(findSymbols!(signalPrefix, typeof(this), ByOwner!(typeof(this)))) Signals; 531 alias TupleWrapper!(findSymbols!(signalPrefix, typeof(this), ByOwner!(typeof(this)))) Signals;
532 pragma(msg, generateMetaInfo!((typeof(this)).stringof, Signals, Slots)()); 532 // pragma(msg, generateMetaInfo!((typeof(this)).stringof, Signals, Slots)());
533 mixin(generateMetaInfo!((typeof(this)).stringof, Signals, Slots)()); 533 mixin(generateMetaInfo!((typeof(this)).stringof, Signals, Slots)());
534 } 534 }