Ardour  9.0-pre0-822-g12e3bc5c20
PTImportSelector Class Reference

#include <pt_import_selector.h>

Inheritance diagram for PTImportSelector:
[legend]

Public Member Functions

 PTImportSelector (PTFFormat &ptf)
 
void update_ptf ()
 
void set_session (ARDOUR::Session *)
 
- 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 ARDOUR::Sessionsession () const
 

Private Attributes

PTFFormat_ptf
 
uint32_t _session_rate
 
Gtk::FileChooserWidget ptimport_ptf_chooser
 
Gtk::TextView ptimport_info_text
 
Gtk::Button ptimport_import_button
 
Gtk::Button ptimport_cancel_button
 

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 36 of file pt_import_selector.h.

Constructor & Destructor Documentation

◆ PTImportSelector()

PTImportSelector::PTImportSelector ( PTFFormat ptf)

Member Function Documentation

◆ set_session()

void PTImportSelector::set_session ( ARDOUR::Session )
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

◆ update_ptf()

void PTImportSelector::update_ptf ( )

Member Data Documentation

◆ _ptf

PTFFormat* PTImportSelector::_ptf
private

Definition at line 44 of file pt_import_selector.h.

◆ _session_rate

uint32_t PTImportSelector::_session_rate
private

Definition at line 45 of file pt_import_selector.h.

◆ ptimport_cancel_button

Gtk::Button PTImportSelector::ptimport_cancel_button
private

Definition at line 49 of file pt_import_selector.h.

◆ ptimport_import_button

Gtk::Button PTImportSelector::ptimport_import_button
private

Definition at line 48 of file pt_import_selector.h.

◆ ptimport_info_text

Gtk::TextView PTImportSelector::ptimport_info_text
private

Definition at line 47 of file pt_import_selector.h.

◆ ptimport_ptf_chooser

Gtk::FileChooserWidget PTImportSelector::ptimport_ptf_chooser
private

Definition at line 46 of file pt_import_selector.h.


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