Ardour  9.0-pre0-822-g12e3bc5c20
NewPluginPresetDialog Class Reference

#include <new_plugin_preset_dialog.h>

Inheritance diagram for NewPluginPresetDialog:
[legend]

Public Member Functions

 NewPluginPresetDialog (std::shared_ptr< ARDOUR::Plugin >, std::string, bool fav=false)
 
std::string name () const
 
bool replace () 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_sensitivity ()
 

Private Attributes

Gtk::Entry _name
 
Gtk::CheckButton _replace
 
Gtk::Button * _add
 
std::vector< ARDOUR::Plugin::PresetRecord_presets
 

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 26 of file new_plugin_preset_dialog.h.

Constructor & Destructor Documentation

◆ NewPluginPresetDialog()

NewPluginPresetDialog::NewPluginPresetDialog ( std::shared_ptr< ARDOUR::Plugin ,
std::string  ,
bool  fav = false 
)

Member Function Documentation

◆ name()

std::string NewPluginPresetDialog::name ( ) const

◆ replace()

bool NewPluginPresetDialog::replace ( ) const

◆ setup_sensitivity()

void NewPluginPresetDialog::setup_sensitivity ( )
private

Member Data Documentation

◆ _add

Gtk::Button* NewPluginPresetDialog::_add
private

Definition at line 39 of file new_plugin_preset_dialog.h.

◆ _name

Gtk::Entry NewPluginPresetDialog::_name
private

Definition at line 37 of file new_plugin_preset_dialog.h.

◆ _presets

std::vector<ARDOUR::Plugin::PresetRecord> NewPluginPresetDialog::_presets
private

Definition at line 40 of file new_plugin_preset_dialog.h.

◆ _replace

Gtk::CheckButton NewPluginPresetDialog::_replace
private

Definition at line 38 of file new_plugin_preset_dialog.h.


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