Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <script_selector.h>
Public Member Functions | |
ScriptParameterDialog (std::string title, const ARDOUR::LuaScriptInfoPtr &, const std::vector< std::string > &, ARDOUR::LuaScriptParamList &) | |
std::string | name () |
bool | need_interaction () const |
Public Member Functions inherited from ArdourDialog | |
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 () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
void | update_sensitivity () |
bool | parameters_ok () const |
void | active_changed (int, Gtk::CheckButton *, Gtk::Entry *) |
void | value_changed (int, Gtk::Entry *) |
Private Attributes | |
Gtk::Entry | _name_entry |
Gtk::Button * | _add |
const std::vector< std::string > & | _existing_names |
ARDOUR::LuaScriptParamList & | _lsp |
Additional Inherited Members | |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 64 of file script_selector.h.
ScriptParameterDialog::ScriptParameterDialog | ( | std::string | title, |
const ARDOUR::LuaScriptInfoPtr & | , | ||
const std::vector< std::string > & | , | ||
ARDOUR::LuaScriptParamList & | |||
) |
|
private |
|
inline |
Definition at line 68 of file script_selector.h.
bool ScriptParameterDialog::need_interaction | ( | ) | const |
|
private |
|
private |
|
private |
|
private |
Definition at line 78 of file script_selector.h.
|
private |
Definition at line 79 of file script_selector.h.
|
private |
Definition at line 80 of file script_selector.h.
|
private |
Definition at line 77 of file script_selector.h.