X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_sub_panel.h;h=2817fab6e939c39f4653ef957ce8cbe4322692b6;hb=aa8bb6ae4fe4f3bb113a5d304429937f25e30191;hp=2a7bc4f75e05b9800fa48b115d7d2d153c3a5d59;hpb=8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab;p=dcpomatic.git diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 2a7bc4f75..2817fab6e 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -18,25 +18,30 @@ */ + #ifndef DCPOMATIC_CONTENT_SUB_PANEL_H #define DCPOMATIC_CONTENT_SUB_PANEL_H + #include "lib/film.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS class ContentPanel; class Content; class DCPContent; class wxGridBagSizer; + class ContentSubPanel : public wxScrolledWindow { public: ContentSubPanel (ContentPanel *, wxString); + virtual void create () = 0; + virtual void film_changed (Film::Property) {} /** Called when a given property of one of the selected Contents changes */ virtual void film_content_changed (int) = 0;