Declare the class QtlRangeList. More...
Classes | |
class | QtlRangeList |
A class which extends a list of QtlRange. More... | |
Namespaces | |
Qtl | |
Qtl namespace. | |
Enumerations | |
enum | Qtl::MergeRangeFlag { Qtl::AdjacentOnly = 0x0000, Qtl::Sorted = 0x0001, Qtl::NoDuplicate = 0x0002 } |
Flags for QtlRangeList::merge(). More... | |
Functions | |
QTextStream & | operator<< (QTextStream &stream, const QtlRangeList &object) |
Format a QtlRangeList object on a text stream. More... | |
Declare the class QtlRangeList.
Qtl, Qt utility library.
|
inline |
Format a QtlRangeList object on a text stream.
[in] | stream | The text stream to write to. |
[in] | object | The range list to format. |