#include <option_editor.h>
|
| | RouteDisplayBoolOption (std::string const &, std::string const &, sigc::slot< bool >, sigc::slot< bool, bool >) |
| |
| | BoolOption (std::string const &, std::string const &, sigc::slot< bool >, sigc::slot< bool, bool >) |
| |
| void | set_state_from_config () |
| |
| void | add_to_page (OptionEditorPage *) |
| |
| void | set_sensitive (bool yn) |
| |
| Gtk::Widget & | tip_widget () |
| |
| | Option (std::string const &i, std::string const &n) |
| |
| void | parameter_changed (std::string const &p) |
| |
| std::string | id () const |
| |
| | OptionEditorComponent () |
| |
| virtual | ~OptionEditorComponent () |
| |
| void | add_widget_to_page (OptionEditorPage *, Gtk::Widget *) |
| |
| void | add_widgets_to_page (OptionEditorPage *, Gtk::Widget *, Gtk::Widget *, bool expand=true) |
| |
| void | set_note (std::string const &) |
| |
| virtual PBD::Configuration::Metadata const * | get_metadata () const |
| |
| void | set_metadata (PBD::Configuration::Metadata const &) |
| |
| void | highlight () |
| |
| void | end_highlight () |
| |
Definition at line 255 of file option_editor.h.
◆ RouteDisplayBoolOption()
| RouteDisplayBoolOption::RouteDisplayBoolOption |
( |
std::string const & |
, |
|
|
std::string const & |
, |
|
|
sigc::slot< bool > |
, |
|
|
sigc::slot< bool, bool > |
|
|
) |
| |
◆ toggled()
| virtual void RouteDisplayBoolOption::toggled |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: