Display only required tabs, including subs / ccap.
[dcpomatic.git] / src / wx / content_sub_panel.h
index 9afd50d4027dd53111de1028dbcde4deded5b8e0..8c7854af29d77dcf31a36ae86eb3ff6e88615852 100644 (file)
@@ -40,12 +40,17 @@ public:
        /** Called when the list of selected Contents changes */
        virtual void content_selection_changed () = 0;
 
+       wxString name () const {
+               return _name;
+       }
+
 protected:
 
        void setup_refer_button (wxCheckBox* button, wxStaticText* note, boost::shared_ptr<DCPContent> dcp, bool can_reference, std::string why_not) const;
 
        ContentPanel* _parent;
        wxSizer* _sizer;
+       wxString _name;
 };
 
 #endif