X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=4331a97128bea83daba8749ec4d1f6a73f7da532;hb=e6c67f4aac2ca9afc275b6f13058e1e46f2cecc3;hp=2f0c97cb7643f399fbfbd4635972ae39d41b990a;hpb=6293ca30e4afb64fb3e172048c8784adc022f9dc;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 2f0c97cb7..4331a9712 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2013 Carl Hetherington + Copyright (C) 2012-2014 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,6 +17,10 @@ */ +/** @file src/lib/video_panel.h + * @brief VideoPanel class. + */ + #include "lib/film.h" #include "film_editor_panel.h" #include "content_widget.h" @@ -26,6 +30,9 @@ class wxStaticText; class wxSpinCtrl; class wxButton; +/** @class VideoPanel + * @brief The video tab of the film editor. + */ class VideoPanel : public FilmEditorPanel { public: @@ -41,12 +48,12 @@ private: void setup_description (); - ContentChoice* _frame_type; - ContentSpinCtrl* _left_crop; - ContentSpinCtrl* _right_crop; - ContentSpinCtrl* _top_crop; - ContentSpinCtrl* _bottom_crop; - ContentChoice* _ratio; + ContentChoice* _frame_type; + ContentSpinCtrl* _left_crop; + ContentSpinCtrl* _right_crop; + ContentSpinCtrl* _top_crop; + ContentSpinCtrl* _bottom_crop; + ContentChoice* _scale; wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button;