Allow configuration of KDM filename format.
[dcpomatic.git] / src / wx / kdm_dialog.h
index e0111b6c524b64b90355c41c5ece042fb8c85202..7d64fea7776783e36fde90d627dfe89ae565fa60 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "wx_util.h"
+#include "lib/kdm_name_format.h"
 #include <dcp/types.h>
 #include <wx/wx.h>
 #include <boost/shared_ptr.hpp>
@@ -50,6 +51,9 @@ public:
        boost::filesystem::path directory () const;
        bool write_to () const;
        dcp::Formulation formulation () const;
+       KDMNameFormat name_format () const;
+
+       int ShowModal ();
 
 private:
        void setup_sensitivity ();