QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlRange.h File Reference

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...
 

Detailed Description

Declare the class QtlRange.

Qtl, Qt utility library.

Function Documentation

◆ operator<<()

QTextStream& operator<< ( QTextStream &  stream,
const QtlRange object 
)
inline

Format a QtlRange object on a text stream.

Parameters
[in]streamThe text stream to write to.
[in]objectThe range to format.
Returns
A reference to stream.