![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <export_report.h>
Classes | |
struct | AuditionInfo |
Public Types | |
typedef std::shared_ptr< ARDOUR::ExportStatus > | StatusPtr |
Public Member Functions | |
ExportReport (ARDOUR::Session *, StatusPtr) | |
ExportReport (const std::string &title, const ARDOUR::AnalysisResults &ar) | |
int | run () |
void | on_response (int response_id) |
![]() | |
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 () |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
void | init (const ARDOUR::AnalysisResults &, bool) |
void | open_folder (std::string) |
void | audition (std::string, unsigned int, int) |
void | stop_audition () |
void | play_audition () |
void | audition_active (bool) |
void | audition_seek (int, float) |
void | audition_progress (ARDOUR::samplecnt_t, ARDOUR::samplecnt_t) |
void | on_switch_page (GtkNotebookPage *, guint page_num) |
void | on_logscale_toggled (Gtk::ToggleButton *) |
void | on_rectivied_toggled (Gtk::ToggleButton *) |
Private Attributes | |
Gtk::Notebook | pages |
ARDOUR::Session * | _session |
Gtk::Button * | stop_btn |
Gtk::Button * | play_btn |
PBD::ScopedConnectionList | auditioner_connections |
std::map< int, std::list< CimgPlayheadArea * > > | timeline |
std::map< int, AuditionInfo > | files |
std::list< CimgWaveArea * > | waves |
int | _audition_num |
int | _page_num |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 187 of file export_report.h.
typedef std::shared_ptr<ARDOUR::ExportStatus> ExportReport::StatusPtr |
Definition at line 190 of file export_report.h.
ExportReport::ExportReport | ( | ARDOUR::Session * | , |
StatusPtr | |||
) |
ExportReport::ExportReport | ( | const std::string & | title, |
const ARDOUR::AnalysisResults & | ar | ||
) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlinevirtual |
Reimplemented from ArdourDialog.
Definition at line 195 of file export_report.h.
|
private |
|
private |
|
private |
int ExportReport::run | ( | ) |
|
private |
|
private |
Definition at line 230 of file export_report.h.
|
private |
Definition at line 231 of file export_report.h.
|
private |
Definition at line 214 of file export_report.h.
|
private |
Definition at line 217 of file export_report.h.
|
private |
Definition at line 227 of file export_report.h.
|
private |
Definition at line 213 of file export_report.h.
|
private |
Definition at line 216 of file export_report.h.
|
private |
Definition at line 215 of file export_report.h.
|
private |
Definition at line 226 of file export_report.h.
|
private |
Definition at line 228 of file export_report.h.