![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <option_editor.h>
Public Member Functions | |
OptionEditorWindow (PBD::Configuration *, std::string const &) | |
~OptionEditorWindow () | |
![]() | |
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 () |
![]() | |
ArdourWindow (std::string title) | |
ArdourWindow (Gtk::Window &parent, std::string title) | |
virtual | ~ArdourWindow () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
![]() | |
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 |
![]() | |
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 |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Additional Inherited Members | |
![]() | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
![]() | |
typedef std::vector< SearchResult > | SearchResults |
typedef std::vector< std::string > | SearchTargets |
![]() | |
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 () |
![]() | |
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 () |
![]() | |
virtual void | session_going_away () |
The OptionEditor dialog-as-container base class
Definition at line 796 of file option_editor.h.
OptionEditorWindow::OptionEditorWindow | ( | PBD::Configuration * | , |
std::string const & | |||
) |
|
inline |
Definition at line 800 of file option_editor.h.
|
protected |
Definition at line 803 of file option_editor.h.
|
protected |
Definition at line 802 of file option_editor.h.