Merge branch '1.0' of ssh://houllier/home/carl/git/dvdomatic into 1.0
[dcpomatic.git] / src / wx / imagemagick_content_dialog.h
index 2fa955929ac189ac65ac91f970ea25c1580aed3e..9a4ea26947cf852c091bb6546cff5e948d66a267 100644 (file)
@@ -1,3 +1,5 @@
+/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
+
 /*
     Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
 
 
 class wxSpinCtrl;
 class ImageMagickContent;
+class Region;
 
 class ImageMagickContentDialog : public wxDialog
 {
 public:
        ImageMagickContentDialog (wxWindow *, boost::shared_ptr<ImageMagickContent>);
 
-       int video_length () const;
-
 private:
+       void video_length_changed (wxCommandEvent &);
+
+       boost::weak_ptr<ImageMagickContent> _content;
        wxSpinCtrl* _video_length;
 };