comparison d2/qtd/Attribute.d @ 346:2691dd58d7e1

fixed QSlitter.getRange
author Max Samukha <maxter@spambox.com>
date Fri, 14 May 2010 13:15:24 +0300
parents 719604a71da0
children 970332a88b72
comparison
equal deleted inserted replaced
345:719604a71da0 346:2691dd58d7e1
22 none, 22 none,
23 23
24 /** 24 /**
25 Allows multiple attributes of the same category to be associated with the symbol. 25 Allows multiple attributes of the same category to be associated with the symbol.
26 */ 26 */
27 allowMultiple = 0x0000_0001, 27 allowMultiple = 0x0000_0001,
28
29 /* internal */ inner = 0x0000_0002
28 } 30 }
29 31
30 private template attributeId(alias symbol, uint index = 0) 32 private template attributeId(alias symbol, uint index = 0)
31 { 33 {
32 enum attributeId = standardNamespace ~ "_attr_" ~ uniqueId!symbol ~ "_" ~ to!string(index); 34 enum attributeId = standardNamespace ~ "_attr_" ~ uniqueId!symbol ~ "_" ~ to!string(index);