Bit flags determining the type of sort to be performed by a FX::QValueListQSort.

Enumerator:
QVLQSortDefault  Whatever specified in the constructor.
QVLQSortInsertion  Insertion sort.
QVLQSortMerge  Merge sort.
QVLQSortQuick  Quick sort.
QVLQSortStable  Prevents use of algorithms which reorder equal elements.

Definition at line 194 of file qvaluelist.h.

00195 {
00196     QVLQSortDefault=0,      
00197     QVLQSortInsertion=1,    
00198     QVLQSortMerge=2,        
00199     QVLQSortQuick=4,        
00200 
00201     QVLQSortStable=256      
00202 };


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