Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <option_editor.h>
Public Member Functions | |
OptionEditorContainer (PBD::Configuration *) | |
~OptionEditorContainer () | |
Public Member Functions inherited from OptionEditor | |
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 () |
Public Attributes | |
Gtk::VBox | treeview_packer |
Gtk::HBox | hpacker |
Additional Inherited Members | |
Protected Types inherited from OptionEditor | |
typedef std::vector< SearchResult > | SearchResults |
typedef std::vector< std::string > | SearchTargets |
Protected Member Functions inherited from OptionEditor | |
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 inherited from OptionEditor | |
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 |
The OptionEditor dialog-as-container base class
Definition at line 785 of file option_editor.h.
OptionEditorContainer::OptionEditorContainer | ( | PBD::Configuration * | ) |
|
inline |
Definition at line 789 of file option_editor.h.
Gtk::HBox OptionEditorContainer::hpacker |
Definition at line 792 of file option_editor.h.
Gtk::VBox OptionEditorContainer::treeview_packer |
Definition at line 791 of file option_editor.h.