A class describing a chapter inside a DVD program. More...
Public Member Functions | |
QtsDvdProgramChapter (int id=0) | |
Constructor. More... | |
QtsDvdProgramCellList | cells () const |
Get the list of program cells in this chapter. More... | |
int | chapterId () const |
Get the chapter id in the DVD program. More... | |
Private Attributes | |
QtsDvdProgramCellList | _cells |
List of cells. More... | |
const int | _chapterId |
Chapter id in the DVD program. More... | |
Friends | |
class | QtsDvdProgramChain |
A class describing a chapter inside a DVD program.
QtsDvdProgramChapter::QtsDvdProgramChapter | ( | int | id = 0 | ) |
Constructor.
id | Chapter id within program chain (PGC). |
|
inline |
Get the chapter id in the DVD program.
|
inline |
Get the list of program cells in this chapter.
|
friend |
|
private |
Chapter id in the DVD program.
|
private |
List of cells.