Basics of multiple captions per content so that DCPContent can
[dcpomatic.git] / src / wx / caption_appearance_dialog.h
index ebb70047e00c1e7a9ce027983f4ab563e2f2a9f2..3fb9930997f87edf027eb11a67d4ab3d6c68a6b8 100644 (file)
@@ -36,7 +36,7 @@ class wxWidget;
 class CaptionAppearanceDialog : public wxDialog
 {
 public:
-       CaptionAppearanceDialog (wxWindow* parent, boost::shared_ptr<Content> content);
+       CaptionAppearanceDialog (wxWindow* parent, boost::shared_ptr<Content> content, boost::shared_ptr<CaptionContent> caption);
 
        void apply ();
 
@@ -60,6 +60,7 @@ private:
        std::map<RGBA, RGBAColourPicker*> _pickers;
 
        boost::shared_ptr<Content> _content;
+       boost::shared_ptr<CaptionContent> _caption;
        boost::shared_ptr<FFmpegSubtitleStream> _stream;
 
        boost::signals2::scoped_connection _content_connection;