comparison qt/qtd/MOC.d @ 292:19498f420252 signals

more QList goodness
author eldar
date Tue, 10 Nov 2009 19:29:42 +0000
parents f9559a957be9
children 8627891e4556
comparison
equal deleted inserted replaced
291:0d2094800bdb 292:19498f420252
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 }