X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fplaylist.h;h=91051e9c4752353f6fe79a4793b69850dc6f81a3;hb=4dbc6ef917aeceb906b1ef1caf6911033e7e2c54;hp=3e5093aca2494071e5564516dee59a5522e8d07b;hpb=f1d30fb114b3b2c6ccd8fdf5823e7cd6b26c1eef;p=dcpomatic.git diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 3e5093aca..91051e9c4 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -20,13 +20,13 @@ #ifndef DCPOMATIC_PLAYLIST_H #define DCPOMATIC_PLAYLIST_H -#include -#include -#include #include "ffmpeg_content.h" #include "audio_mapping.h" #include "util.h" #include "frame_rate_change.h" +#include +#include +#include class Content; class FFmpegContent; @@ -78,8 +78,12 @@ public: void repeat (ContentList, int); + /** Emitted when content has been added to or removed from the playlist */ mutable boost::signals2::signal Changed; - /** Third parameter is true if signals are currently being emitted frequently */ + /** Emitted when something about a piece of our content has changed; + * these emissions include when the position of the content changes. + * Third parameter is true if signals are currently being emitted frequently. + */ mutable boost::signals2::signal, int, bool)> ContentChanged; private: