Ardour
9.0-pre0-582-g084a23a80d
|
#include <option_editor.h>
Classes | |
class | OptionColumns |
struct | SearchResult |
Public Member Functions | |
OptionEditor (PBD::Configuration *) | |
virtual | ~OptionEditor () |
void | add_option (std::string const &, OptionEditorComponent *) |
void | add_page (std::string const &, Gtk::Widget &page_widget) |
std::string | current_page () |
void | set_current_page (std::string const &) |
std::map< std::string, OptionEditorPage * > & | pages () |
Protected Types | |
typedef std::vector< SearchResult > | SearchResults |
typedef std::vector< std::string > | SearchTargets |
Protected Member Functions | |
virtual void | parameter_changed (std::string const &) |
Gtk::Notebook & | notebook () |
Gtk::TreeView & | treeview () |
void | search () |
void | search_highlight (std::string const &page_title, OptionEditorComponent &) |
bool | not_found_callback () |
bool | search_key_press (GdkEventKey *) |
bool | search_key_focus (GdkEventFocus *) |
void | not_found () |
Protected Attributes | |
PBD::Configuration * | _config |
OptionColumns | option_columns |
Glib::RefPtr< Gtk::TreeStore > | option_tree |
Gtk::Entry | search_entry |
Gtk::Label | search_label |
Gtk::Button | search_button |
Gtk::HBox | search_packer |
SearchResults * | search_results |
SearchTargets | search_targets |
SearchResults::iterator | search_iterator |
OptionEditorComponent * | search_current_highlight |
std::string | last_search_string |
int | search_not_found_count |
sigc::connection | not_found_timeout |
Private Member Functions | |
void | add_path_to_treeview (std::string const &, Gtk::Widget &) |
Gtk::TreeModel::iterator | find_path_in_treemodel (std::string const &pn, bool create_missing=false) |
void | treeview_row_selected () |
Private Attributes | |
PBD::ScopedConnection | config_connection |
Gtk::Notebook | _notebook |
Gtk::TreeView | option_treeview |
std::map< std::string, OptionEditorPage * > | _pages |
The OptionEditor dialog base class
Definition at line 708 of file option_editor.h.
|
protected |
Definition at line 755 of file option_editor.h.
|
protected |
Definition at line 757 of file option_editor.h.
OptionEditor::OptionEditor | ( | PBD::Configuration * | ) |
|
virtual |
void OptionEditor::add_option | ( | std::string const & | , |
OptionEditorComponent * | |||
) |
void OptionEditor::add_page | ( | std::string const & | , |
Gtk::Widget & | page_widget | ||
) |
|
private |
std::string OptionEditor::current_page | ( | ) |
|
private |
|
protected |
|
protected |
|
inlineprotected |
Definition at line 725 of file option_editor.h.
|
inline |
Definition at line 719 of file option_editor.h.
|
protectedvirtual |
Reimplemented in SessionOptionEditor, and RCOptionEditor.
|
protected |
|
protected |
|
protected |
|
protected |
void OptionEditor::set_current_page | ( | std::string const & | ) |
|
inlineprotected |
Definition at line 726 of file option_editor.h.
|
private |
|
protected |
Definition at line 724 of file option_editor.h.
|
private |
Definition at line 774 of file option_editor.h.
|
private |
Definition at line 776 of file option_editor.h.
|
private |
Definition at line 773 of file option_editor.h.
|
protected |
Definition at line 761 of file option_editor.h.
|
protected |
Definition at line 763 of file option_editor.h.
|
protected |
Definition at line 740 of file option_editor.h.
|
protected |
Definition at line 741 of file option_editor.h.
|
private |
Definition at line 775 of file option_editor.h.
|
protected |
Definition at line 747 of file option_editor.h.
|
protected |
Definition at line 760 of file option_editor.h.
|
protected |
Definition at line 745 of file option_editor.h.
|
protected |
Definition at line 759 of file option_editor.h.
|
protected |
Definition at line 746 of file option_editor.h.
|
protected |
Definition at line 762 of file option_editor.h.
|
protected |
Definition at line 748 of file option_editor.h.
|
protected |
Definition at line 756 of file option_editor.h.
|
protected |
Definition at line 758 of file option_editor.h.