diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-25 01:45:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-25 01:45:28 +0100 |
| commit | f7e08142ac695b2a839707f9bac66304a583b0cd (patch) | |
| tree | 0f4bf92ea06307943c9e69428fc78ec82888b7fe /src/wx/timeline.cc | |
| parent | ce6eba78414545d561d6749a4cd75ae755a3cef1 (diff) | |
Comments.
Diffstat (limited to 'src/wx/timeline.cc')
| -rw-r--r-- | src/wx/timeline.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index 1096a435a..13baef6b7 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -213,6 +213,9 @@ private: boost::signals2::scoped_connection _content_connection; }; +/** @class AudioContentView + * @brief Timeline view for AudioContent. + */ class AudioContentView : public ContentView { public: @@ -237,6 +240,9 @@ private: } }; +/** @class AudioContentView + * @brief Timeline view for VideoContent. + */ class VideoContentView : public ContentView { public: @@ -266,6 +272,9 @@ private: } }; +/** @class AudioContentView + * @brief Timeline view for SubtitleContent. + */ class SubtitleContentView : public ContentView { public: |
