Ardour  9.0-pre0-822-g12e3bc5c20
ScriptSelector Class Reference

#include <script_selector.h>

Inheritance diagram for ScriptSelector:
[legend]

Public Member Functions

 ScriptSelector (Gtk::Window &parent, std::string title, ARDOUR::LuaScriptInfo::ScriptType t)
 
ARDOUR::LuaScriptInfoPtr script () 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 setup_list ()
 
void refresh ()
 
void script_combo_changed ()
 
bool script_separator (const Glib::RefPtr< Gtk::TreeModel > &, const Gtk::TreeModel::iterator &i)
 

Private Attributes

Gtk::Button * _add
 
Gtk::ComboBoxText _script_combo
 
Gtk::Label _type_label
 
Gtk::Label _type
 
Gtk::Label _author_label
 
Gtk::Label _author
 
Gtk::Label _description
 
ARDOUR::LuaScriptList _scripts
 
ARDOUR::LuaScriptInfoPtr _script
 
ARDOUR::LuaScriptInfo::ScriptType _script_type
 
sigc::connection _combocon
 

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 27 of file script_selector.h.

Constructor & Destructor Documentation

◆ ScriptSelector()

ScriptSelector::ScriptSelector ( Gtk::Window &  parent,
std::string  title,
ARDOUR::LuaScriptInfo::ScriptType  t 
)

Member Function Documentation

◆ refresh()

void ScriptSelector::refresh ( )
private

◆ script()

ARDOUR::LuaScriptInfoPtr ScriptSelector::script ( ) const
inline

Definition at line 31 of file script_selector.h.

◆ script_combo_changed()

void ScriptSelector::script_combo_changed ( )
private

◆ script_separator()

bool ScriptSelector::script_separator ( const Glib::RefPtr< Gtk::TreeModel > &  ,
const Gtk::TreeModel::iterator &  i 
)
private

◆ setup_list()

void ScriptSelector::setup_list ( )
private

Member Data Documentation

◆ _add

Gtk::Button* ScriptSelector::_add
private

Definition at line 39 of file script_selector.h.

◆ _author

Gtk::Label ScriptSelector::_author
private

Definition at line 45 of file script_selector.h.

◆ _author_label

Gtk::Label ScriptSelector::_author_label
private

Definition at line 44 of file script_selector.h.

◆ _combocon

sigc::connection ScriptSelector::_combocon
private

Definition at line 51 of file script_selector.h.

◆ _description

Gtk::Label ScriptSelector::_description
private

Definition at line 46 of file script_selector.h.

◆ _script

ARDOUR::LuaScriptInfoPtr ScriptSelector::_script
private

Definition at line 49 of file script_selector.h.

◆ _script_combo

Gtk::ComboBoxText ScriptSelector::_script_combo
private

Definition at line 40 of file script_selector.h.

◆ _script_type

ARDOUR::LuaScriptInfo::ScriptType ScriptSelector::_script_type
private

Definition at line 50 of file script_selector.h.

◆ _scripts

ARDOUR::LuaScriptList ScriptSelector::_scripts
private

Definition at line 48 of file script_selector.h.

◆ _type

Gtk::Label ScriptSelector::_type
private

Definition at line 43 of file script_selector.h.

◆ _type_label

Gtk::Label ScriptSelector::_type_label
private

Definition at line 42 of file script_selector.h.


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