![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <script_selector.h>
Public Member Functions | |
SessionScriptManager (std::string title, const std::vector< std::string > &) | |
std::string | name () |
![]() | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
virtual void | on_response (int) |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Attributes | |
Gtk::ComboBoxText | _names_combo |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 54 of file script_selector.h.
SessionScriptManager::SessionScriptManager | ( | std::string | title, |
const std::vector< std::string > & | |||
) |
|
inline |
Definition at line 58 of file script_selector.h.
|
private |
Definition at line 61 of file script_selector.h.