#include <search_path_option.h>
|
| | SearchPathOption (const std::string &pathname, const std::string &label, const std::string &default_path, sigc::slot< std::string >, sigc::slot< bool, std::string >) |
| |
| | ~SearchPathOption () |
| |
| void | set_state_from_config () |
| |
| void | add_to_page (OptionEditorPage *) |
| |
| void | clear () |
| |
| 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 30 of file search_path_option.h.
◆ SearchPathOption()
| SearchPathOption::SearchPathOption |
( |
const std::string & |
pathname, |
|
|
const std::string & |
label, |
|
|
const std::string & |
default_path, |
|
|
sigc::slot< std::string > |
, |
|
|
sigc::slot< bool, std::string > |
|
|
) |
| |
◆ ~SearchPathOption()
| SearchPathOption::~SearchPathOption |
( |
| ) |
|
◆ add_path()
| void SearchPathOption::add_path |
( |
const std::string & |
path, |
|
|
bool |
removable = true |
|
) |
| |
|
protected |
◆ add_to_page()
◆ changed()
| void SearchPathOption::changed |
( |
| ) |
|
|
protected |
◆ clear()
| void SearchPathOption::clear |
( |
| ) |
|
◆ path_chosen()
| void SearchPathOption::path_chosen |
( |
| ) |
|
|
protected |
◆ remove_path()
| void SearchPathOption::remove_path |
( |
PathEntry * |
| ) |
|
|
protected |
◆ set_state_from_config()
| void SearchPathOption::set_state_from_config |
( |
| ) |
|
|
virtual |
Called to instruct the object to set its UI state from the configuration
Implements Option.
◆ tip_widget()
◆ _get
| sigc::slot<std::string> SearchPathOption::_get |
|
protected |
◆ _set
| sigc::slot<bool, std::string> SearchPathOption::_set |
|
protected |
◆ add_chooser
◆ path_box
◆ paths
| std::list<PathEntry*> SearchPathOption::paths |
|
protected |
◆ session_label
◆ vbox
The documentation for this class was generated from the following file: