summaryrefslogtreecommitdiff
path: root/src/wx/dkdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-27 00:27:26 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-27 00:30:25 +0100
commit76b0568f28839e802382f41b99b0ed5eea6f5479 (patch)
treebaab36b72be10832f9730b38c527e1700641b0a8 /src/wx/dkdm_output_panel.h
parent59f99b9b81c13941bb663a33539087019d65ff07 (diff)
Make DKDM output panel tell everyone what the output method is and when it changes.
Diffstat (limited to 'src/wx/dkdm_output_panel.h')
-rw-r--r--src/wx/dkdm_output_panel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/dkdm_output_panel.h b/src/wx/dkdm_output_panel.h
index 71a897c41..31f621830 100644
--- a/src/wx/dkdm_output_panel.h
+++ b/src/wx/dkdm_output_panel.h
@@ -54,7 +54,13 @@ public:
std::function<bool (boost::filesystem::path)> confirm_overwrite
);
+ bool method_selected() const;
+
+ boost::signals2::signal<void ()> MethodChanged;
+
private:
+ void method_changed();
+
NameFormatEditor* _filename_format;
CheckBox* _write_to;
#ifdef DCPOMATIC_USE_OWN_PICKER