summaryrefslogtreecommitdiff
path: root/src/wx/batch_job_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-03 13:02:11 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-03 13:02:11 +0100
commit4697fe9aef6f4c51d394691a178d5417028690bd (patch)
treea01e8b2179f2d3fa71edd1f66fd9184286add11f /src/wx/batch_job_view.h
parent4428671fef2c4880770e33853f6a69a3bab66a21 (diff)
Missing files.
Diffstat (limited to 'src/wx/batch_job_view.h')
-rw-r--r--src/wx/batch_job_view.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wx/batch_job_view.h b/src/wx/batch_job_view.h
new file mode 100644
index 000000000..d65596864
--- /dev/null
+++ b/src/wx/batch_job_view.h
@@ -0,0 +1,30 @@
+/*
+ Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+
+ This file is part of DCP-o-matic.
+
+ DCP-o-matic is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ DCP-o-matic is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with DCP-o-matic. If not, see <http://www.gnu.org/licenses/>.
+
+*/
+
+#include "job_view.h"
+
+class BatchJobView : public JobView
+{
+public:
+ BatchJobView (boost::shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table);
+
+private:
+ int insert_position () const;
+};