#include <mp4chapterholder.h>
Public Member Functions | |
| ChapterList | chapters () const |
| void | setChapters (const ChapterList &chapters) |
| bool | isModified () const |
| void | setModified (bool chaptersModified) |
Protected Attributes | |
| ChapterList | chapterList |
| bool | modified = false |
Base class to hold chapters and store modified state.
|
inline |
|
inline |
Returns true if the list of chapters has been modified.
References modified.
|
inline |
Set list of chapters.
References chapterList, and chapters().
Set if the contained chapters are modified.
References modified.
|
protected |
Referenced by chapters(), and setChapters().
Referenced by isModified(), and setModified().