Declare the class QtsDvdFile. More...
Classes | |
| class | QtsDvdFile |
| A class which describes a file on DVD. More... | |
Typedefs | |
| typedef QtlSmartPointer< QtsDvdFile, QtlNullMutexLocker > | QtsDvdFilePtr |
| Smart pointer to QtsDvdFile, non thread-safe. More... | |
Functions | |
| bool | operator< (const QtsDvdFilePtr &f1, const QtsDvdFilePtr &f2) |
| Operator "less than" on QtsDvdFilePtr to sort files. More... | |
Declare the class QtsDvdFile.
Qts, the Qt MPEG Transport Stream library.
Smart pointer to QtsDvdFile, non thread-safe.
| bool operator< | ( | const QtsDvdFilePtr & | f1, |
| const QtsDvdFilePtr & | f2 | ||
| ) |
Operator "less than" on QtsDvdFilePtr to sort files.
The sort criteria is the placement on the DVD media.
| [in] | f1 | First instance to compare. |
| [in] | f2 | Second instance to compare. |