Ardour  9.0-pre0-822-g12e3bc5c20
OptionEditorContainer Class Reference

#include <option_editor.h>

Inheritance diagram for OptionEditorContainer:
[legend]

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< SearchResultSearchResults
 
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
 
SearchResultssearch_results
 
SearchTargets search_targets
 
SearchResults::iterator search_iterator
 
OptionEditorComponentsearch_current_highlight
 
std::string last_search_string
 
int search_not_found_count
 
sigc::connection not_found_timeout
 

Detailed Description

The OptionEditor dialog-as-container base class

Definition at line 785 of file option_editor.h.

Constructor & Destructor Documentation

◆ OptionEditorContainer()

OptionEditorContainer::OptionEditorContainer ( PBD::Configuration )

◆ ~OptionEditorContainer()

OptionEditorContainer::~OptionEditorContainer ( )
inline

Definition at line 789 of file option_editor.h.

Member Data Documentation

◆ hpacker

Gtk::HBox OptionEditorContainer::hpacker

Definition at line 792 of file option_editor.h.

◆ treeview_packer

Gtk::VBox OptionEditorContainer::treeview_packer

Definition at line 791 of file option_editor.h.


The documentation for this class was generated from the following file: