![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <session_option_editor.h>
Public Member Functions | |
SessionOptionEditor (ARDOUR::Session *s) | |
![]() | |
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 |
Private Member Functions | |
void | parameter_changed (std::string const &) |
void | save_defaults () |
Private Attributes | |
ARDOUR::SessionConfiguration * | _session_config |
ComboOption< float > * | _vpu |
ComboOption< ARDOUR::SampleFormat > * | _sf |
EntryOption * | _take_name |
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 |
![]() | |
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 () |
![]() | |
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 |
Definition at line 30 of file session_option_editor.h.
SessionOptionEditor::SessionOptionEditor | ( | ARDOUR::Session * | s | ) |
|
privatevirtual |
Reimplemented from OptionEditor.
|
private |
|
private |
Definition at line 38 of file session_option_editor.h.
|
private |
Definition at line 41 of file session_option_editor.h.
|
private |
Definition at line 42 of file session_option_editor.h.
|
private |
Definition at line 40 of file session_option_editor.h.