| 
    Ardour
    9.0-pre0-1971-g33f1681c76
    
   | 
 
#include <option_editor.h>
Public Member Functions | |
| DirectoryOption (std::string const &, std::string const &, sigc::slot< std::string >, sigc::slot< bool, std::string >) | |
| void | set_state_from_config () | 
| void | add_to_page (OptionEditorPage *) | 
| Gtk::Widget & | tip_widget () | 
  Public Member Functions inherited from Option | |
| Option (std::string const &i, std::string const &n) | |
| void | parameter_changed (std::string const &p) | 
| std::string | id () const | 
  Public Member Functions inherited from OptionEditorComponent | |
| 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 () | 
Private Member Functions | |
| void | selection_changed () | 
Private Attributes | |
| sigc::slot< std::string > | _get | 
| slot to get the configuration variable's value  More... | |
| sigc::slot< bool, std::string > | _set | 
| slot to set the configuration variable's value  More... | |
| Gtk::FileChooserButton | _file_chooser | 
| sigc::connection | _changed_connection | 
Additional Inherited Members | |
  Protected Member Functions inherited from OptionEditorComponent | |
| void | maybe_add_note (OptionEditorPage *, int) | 
  Protected Attributes inherited from Option | |
| std::string | _id | 
| std::string | _name | 
  Protected Attributes inherited from OptionEditorComponent | |
| std::string | _note | 
| ArdourWidgets::Frame * | _frame | 
| PBD::Configuration::Metadata const * | _metadata | 
Definition at line 654 of file option_editor.h.
| DirectoryOption::DirectoryOption | ( | std::string const & | , | 
| std::string const & | , | ||
| sigc::slot< std::string > | , | ||
| sigc::slot< bool, std::string > | |||
| ) | 
      
  | 
  virtual | 
Called to instruct the object to add itself to an OptionEditorPage
Implements Option.
      
  | 
  private | 
      
  | 
  virtual | 
Called to instruct the object to set its UI state from the configuration
Implements Option.
      
  | 
  inlinevirtual | 
Implements OptionEditorComponent.
Definition at line 662 of file option_editor.h.
      
  | 
  private | 
Definition at line 670 of file option_editor.h.
      
  | 
  private | 
Definition at line 669 of file option_editor.h.
      
  | 
  private | 
slot to get the configuration variable's value
Definition at line 667 of file option_editor.h.
      
  | 
  private | 
slot to set the configuration variable's value
Definition at line 668 of file option_editor.h.