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

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

Detailed Description

Declare the class QtlRangeList.

Qtl, Qt utility library.

Function Documentation

◆ operator<<()

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

Format a QtlRangeList object on a text stream.

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