X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fnormal_job_view.cc;h=016fb225559b3d56175f011995f388252616e600;hb=a22f1bda1083345a649ca9c4d893cae79b141191;hp=ada0596c82b978a5b5a15af19c5c621727e0e697;hpb=8b2a3f31b6b4238d8534549f495e7276174ddfba;p=dcpomatic.git diff --git a/src/wx/normal_job_view.cc b/src/wx/normal_job_view.cc index ada0596c8..016fb2255 100644 --- a/src/wx/normal_job_view.cc +++ b/src/wx/normal_job_view.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2017 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,20 +18,26 @@ */ -#include "normal_job_view.h" + #include "dcpomatic_button.h" +#include "normal_job_view.h" #include "lib/job.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS + + +using std::shared_ptr; -using boost::shared_ptr; NormalJobView::NormalJobView (shared_ptr job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table) : JobView (job, parent, container, table) - , _pause (0) { } + void NormalJobView::finish_setup (wxWindow* parent, wxSizer* sizer) { @@ -41,11 +47,13 @@ NormalJobView::finish_setup (wxWindow* parent, wxSizer* sizer) } int + NormalJobView::insert_position () const { return 0; } + void NormalJobView::pause_clicked () { @@ -58,6 +66,7 @@ NormalJobView::pause_clicked () } } + void NormalJobView::finished () {