Ardour  9.0-pre0-822-g12e3bc5c20
ScriptParameterDialog Class Reference

#include <script_selector.h>

Inheritance diagram for ScriptParameterDialog:
[legend]

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::Sessionsession () 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
 

Detailed Description

Definition at line 64 of file script_selector.h.

Constructor & Destructor Documentation

◆ ScriptParameterDialog()

ScriptParameterDialog::ScriptParameterDialog ( std::string  title,
const ARDOUR::LuaScriptInfoPtr ,
const std::vector< std::string > &  ,
ARDOUR::LuaScriptParamList  
)

Member Function Documentation

◆ active_changed()

void ScriptParameterDialog::active_changed ( int  ,
Gtk::CheckButton *  ,
Gtk::Entry *   
)
private

◆ name()

std::string ScriptParameterDialog::name ( )
inline

Definition at line 68 of file script_selector.h.

◆ need_interaction()

bool ScriptParameterDialog::need_interaction ( ) const

◆ parameters_ok()

bool ScriptParameterDialog::parameters_ok ( ) const
private

◆ update_sensitivity()

void ScriptParameterDialog::update_sensitivity ( )
private

◆ value_changed()

void ScriptParameterDialog::value_changed ( int  ,
Gtk::Entry *   
)
private

Member Data Documentation

◆ _add

Gtk::Button* ScriptParameterDialog::_add
private

Definition at line 78 of file script_selector.h.

◆ _existing_names

const std::vector<std::string>& ScriptParameterDialog::_existing_names
private

Definition at line 79 of file script_selector.h.

◆ _lsp

ARDOUR::LuaScriptParamList& ScriptParameterDialog::_lsp
private

Definition at line 80 of file script_selector.h.

◆ _name_entry

Gtk::Entry ScriptParameterDialog::_name_entry
private

Definition at line 77 of file script_selector.h.


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