diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-20 22:25:55 +0000 |
| commit | 13a693315da47ee8c1306c92f9af2e95d4e6829e (patch) | |
| tree | 4eda98c12ba36b0df450f7d3000d1ec0f52925ac /src/interop_subtitle_content.h | |
| parent | 6e4224ae8c9efa7f9e56e511531b7f53d8bd4f9c (diff) | |
Basic comparison of subtitle assets; tweaks to InteropLoadFont.
Diffstat (limited to 'src/interop_subtitle_content.h')
| -rw-r--r-- | src/interop_subtitle_content.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interop_subtitle_content.h b/src/interop_subtitle_content.h index df834356..9dfde104 100644 --- a/src/interop_subtitle_content.h +++ b/src/interop_subtitle_content.h @@ -30,9 +30,17 @@ public: InteropSubtitleContent (std::string movie_title, std::string language); InteropSubtitleContent (boost::filesystem::path file); + bool equals ( + boost::shared_ptr<const Asset>, + EqualityOptions, + boost::function<void (NoteType, std::string)> note + ) const; + std::list<boost::shared_ptr<InteropLoadFont> > load_font_nodes () const { return _load_font_nodes; } + + void add_font (std::string id, std::string uri); Glib::ustring xml_as_string () const; |
