Combine bitwise to specify how to sort the enumeration.

Enumerator:
Name  By name.
Time  By modification time.
Size  By size.
Unsorted  Unsorted (fastest).
SortByMask 
DirsFirst  Directories first.
Reversed  Reversed.
IgnoreCase  Ignore case.
DefaultSort 

Definition at line 106 of file QDir.h.

00107     {
00108         Name      =0x00,    
00109         Time      =0x01,    
00110         Size      =0x02,    
00111         Unsorted  =0x03,    
00112         SortByMask=0x03,
00113 
00114         DirsFirst =0x04,    
00115         Reversed  =0x08,    
00116         IgnoreCase=0x10,    
00117 
00118         DefaultSort=0xffffffff
00119     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:37 2009 for TnFOX by doxygen v1.4.7