Ardour  9.0-pre0-822-g12e3bc5c20
TransportMastersWidget::AddTransportMasterDialog Struct Reference
Inheritance diagram for TransportMastersWidget::AddTransportMasterDialog:
[legend]

Public Member Functions

 AddTransportMasterDialog ()
 
std::string get_name () const
 
ARDOUR::SyncSource get_type () 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::Label name_label
 
Gtk::Label type_label
 
Gtk::HBox name_hbox
 
Gtk::HBox type_hbox
 
Gtk::Entry name_entry
 
Gtk::ComboBoxText type_combo
 

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 70 of file transport_masters_dialog.h.

Constructor & Destructor Documentation

◆ AddTransportMasterDialog()

TransportMastersWidget::AddTransportMasterDialog::AddTransportMasterDialog ( )

Member Function Documentation

◆ get_name()

std::string TransportMastersWidget::AddTransportMasterDialog::get_name ( ) const

◆ get_type()

ARDOUR::SyncSource TransportMastersWidget::AddTransportMasterDialog::get_type ( ) const

Member Data Documentation

◆ name_entry

Gtk::Entry TransportMastersWidget::AddTransportMasterDialog::name_entry
private

Definition at line 81 of file transport_masters_dialog.h.

◆ name_hbox

Gtk::HBox TransportMastersWidget::AddTransportMasterDialog::name_hbox
private

Definition at line 79 of file transport_masters_dialog.h.

◆ name_label

Gtk::Label TransportMastersWidget::AddTransportMasterDialog::name_label
private

Definition at line 77 of file transport_masters_dialog.h.

◆ type_combo

Gtk::ComboBoxText TransportMastersWidget::AddTransportMasterDialog::type_combo
private

Definition at line 82 of file transport_masters_dialog.h.

◆ type_hbox

Gtk::HBox TransportMastersWidget::AddTransportMasterDialog::type_hbox
private

Definition at line 80 of file transport_masters_dialog.h.

◆ type_label

Gtk::Label TransportMastersWidget::AddTransportMasterDialog::type_label
private

Definition at line 78 of file transport_masters_dialog.h.


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