X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Frc_option_editor.h;h=e0d0116c36da204b0c40fad46468e8df1c88b4ec;hb=693baa8430d01d00d266923c9caf3a0427267b25;hp=416563dac5ff0681ba4ab97e24ee21b413f5b116;hpb=552e995297d7706790ed2dfaab75749e914ad317;p=ardour.git diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h index 416563dac5..e0d0116c36 100644 --- a/gtk2_ardour/rc_option_editor.h +++ b/gtk2_ardour/rc_option_editor.h @@ -34,7 +34,7 @@ */ /** Editor for options which are obtained from and written back to one of the .rc files. */ -class RCOptionEditor : public OptionEditor, public Gtkmm2ext::Tabbable +class RCOptionEditor : public OptionEditorContainer, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::Tabbable { public: RCOptionEditor (); @@ -42,7 +42,8 @@ public: void populate_sync_options (); Gtk::Window* use_own_window (bool and_fill_it); - + XMLNode& get_state (); + private: void parameter_changed (std::string const &); void ltc_generator_volume_changed (); @@ -58,6 +59,8 @@ private: HSliderOption* _ltc_volume_slider; Gtk::Adjustment* _ltc_volume_adjustment; BoolOption* _ltc_send_continuously; + BoolOption* _plugin_prefer_inline; + ComboOption* _l10n; PBD::ScopedConnection parameter_change_connection; PBD::ScopedConnection engine_started_connection;