changes associated with save/restore of AutomationControl id's
[ardour2.git] / gtk2_ardour / rc_option_editor.h
blob367c85402b4f6f60e879357cbd43b089dc3ec7e1
1 #include "option_editor.h"
3 /** @file rc_option_editor.h
4 * @brief Editing of options which are obtained from and written back to one of the .rc files.
6 * This is subclassed from OptionEditor. Simple options (e.g. boolean and simple choices)
7 * are expressed using subclasses of Option. More complex UI elements are represented
8 * using individual classes subclassed from OptionEditorBox.
9 */
11 /** Editor for options which are obtained from and written back to one of the .rc files. */
12 class RCOptionEditor : public OptionEditor
14 public:
15 RCOptionEditor ();
17 private:
18 ARDOUR::RCConfiguration* _rc_config;