diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-14 23:58:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:26:18 +0000 |
| commit | a3f6e20d055cdf1697eab011622dc569010ad617 (patch) | |
| tree | 9ad5e44636b2927750220002ccf456558a92bdfb /src/wx/controls.h | |
| parent | a0cafafc73958b21db24dfed8693b27238361114 (diff) | |
swaroop: basic manipulation of content in playlist creator.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index d916beaf8..59fe4e5d2 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -32,6 +32,7 @@ class Content; class PlayerVideo; class wxToggleButton; class wxListCtrl; +class ContentView; namespace dcp { class CPL; @@ -85,7 +86,6 @@ private: typedef std::pair<boost::shared_ptr<dcp::CPL>, boost::filesystem::path> CPL; - boost::shared_ptr<Content> selected_content () const; #ifdef DCPOMATIC_VARIANT_SWAROOP void pause_clicked (); void stop_clicked (); @@ -106,14 +106,13 @@ private: wxCheckBox* _outline_content; wxChoice* _eye; wxCheckBox* _jump_to_selected; - wxListCtrl* _content_view; + ContentView* _content_view; wxListCtrl* _spl_view; wxListCtrl* _current_spl_view; wxTextCtrl* _log; wxButton* _add_button; wxButton* _save_button; wxButton* _load_button; - std::vector<boost::shared_ptr<Content> > _content; std::vector<boost::shared_ptr<Film> > _playlists; wxSlider* _slider; wxButton* _rewind_button; |
