Ardour  9.0-pre0-822-g12e3bc5c20
OptionEditorWindow Class Reference

#include <option_editor.h>

Inheritance diagram for OptionEditorWindow:
[legend]

Public Member Functions

 OptionEditorWindow (PBD::Configuration *, std::string const &)
 
 ~OptionEditorWindow ()
 
- 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 Member Functions inherited from ArdourWindow
 ArdourWindow (std::string title)
 
 ArdourWindow (Gtk::Window &parent, std::string title)
 
virtual ~ArdourWindow ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 
- Public Member Functions inherited from Gtkmm2ext::VisibilityTracker
 VisibilityTracker (Gtk::Window &)
 
virtual ~VisibilityTracker ()
 
void cycle_visibility ()
 
bool fully_visible () const
 
bool not_visible () const
 
bool partially_visible () const
 
Gtk::Window & window () const
 

Protected Attributes

Gtk::VBox vpacker
 
Gtk::HBox hpacker
 
- 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
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Additional Inherited Members

- Static Public Member Functions inherited from Gtkmm2ext::VisibilityTracker
static void set_use_window_manager_visibility (bool)
 
static bool use_window_manager_visibility ()
 
- 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 Member Functions inherited from ArdourWindow
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
bool on_key_press_event (GdkEventKey *)
 
bool on_key_release_event (GdkEventKey *)
 
void on_unmap ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 

Detailed Description

The OptionEditor dialog-as-container base class

Definition at line 796 of file option_editor.h.

Constructor & Destructor Documentation

◆ OptionEditorWindow()

OptionEditorWindow::OptionEditorWindow ( PBD::Configuration ,
std::string const &   
)

◆ ~OptionEditorWindow()

OptionEditorWindow::~OptionEditorWindow ( )
inline

Definition at line 800 of file option_editor.h.

Member Data Documentation

◆ hpacker

Gtk::HBox OptionEditorWindow::hpacker
protected

Definition at line 803 of file option_editor.h.

◆ vpacker

Gtk::VBox OptionEditorWindow::vpacker
protected

Definition at line 802 of file option_editor.h.


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