Declare the class QtlRange. More...
Classes | |
class | QtlRange |
A class which describes a contiguous range of qint64 integer values. More... | |
Namespaces | |
Qtl | |
Qtl namespace. | |
Enumerations | |
enum | Qtl::AdjacentFlag { Qtl::AdjacentBefore = 0x0001, Qtl::AdjacentAfter = 0x0002, Qtl::AdjacentAny = 0x0003 } |
Flags for QtlRange::adjacent(). More... | |
Functions | |
QTextStream & | operator<< (QTextStream &stream, const QtlRange &object) |
Format a QtlRange object on a text stream. More... | |