Ardour  9.0-pre0-822-g12e3bc5c20
SaveTemplateDialog Class Reference

#include <save_template_dialog.h>

Inheritance diagram for SaveTemplateDialog:
[legend]

Public Member Functions

 SaveTemplateDialog (const std::string &name, const std::string &description="")
 
std::string get_template_name () const
 
std::string get_description () 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 Attributes

Gtk::Entry _name_entry
 
Gtk::TextView _description_editor
 

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 29 of file save_template_dialog.h.

Constructor & Destructor Documentation

◆ SaveTemplateDialog()

SaveTemplateDialog::SaveTemplateDialog ( const std::string &  name,
const std::string &  description = "" 
)

Member Function Documentation

◆ get_description()

std::string SaveTemplateDialog::get_description ( ) const

◆ get_template_name()

std::string SaveTemplateDialog::get_template_name ( ) const

Member Data Documentation

◆ _description_editor

Gtk::TextView SaveTemplateDialog::_description_editor
private

Definition at line 39 of file save_template_dialog.h.

◆ _name_entry

Gtk::Entry SaveTemplateDialog::_name_entry
private

Definition at line 38 of file save_template_dialog.h.


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