ardour
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ImportProgressWindow Class Reference

#include <interthread_progress_window.h>

Inheritance diagram for ImportProgressWindow:
InterthreadProgressWindow ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 ImportProgressWindow (ARDOUR::ImportStatus *, std::string const &, std::string const &)
 
- Public Member Functions inherited from InterthreadProgressWindow
 InterthreadProgressWindow (ARDOUR::InterThreadInfo *, std::string const &, std::string const &)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, 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 ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 

Private Member Functions

bool update ()
 

Private Attributes

Gtk::Label _label
 
ARDOUR::ImportStatus_import_status
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from InterthreadProgressWindow
Gtk::Button _cancel_button
 
Gtk::Label _cancel_label
 
Gtk::ProgressBar _bar
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Progress dialogue for importing sound files

Definition at line 57 of file interthread_progress_window.h.

Constructor & Destructor Documentation

ImportProgressWindow::ImportProgressWindow ( ARDOUR::ImportStatus ,
std::string const &  ,
std::string const &   
)
Parameters
iStatus information.
tWindow title.
cLabel to use for Cancel button.

Definition at line 74 of file interthread_progress_window.cc.

Member Function Documentation

bool ImportProgressWindow::update ( )
privatevirtual

Reimplemented from InterthreadProgressWindow.

Definition at line 87 of file interthread_progress_window.cc.

Member Data Documentation

ARDOUR::ImportStatus* ImportProgressWindow::_import_status
private

Definition at line 66 of file interthread_progress_window.h.

Gtk::Label ImportProgressWindow::_label
private

Definition at line 65 of file interthread_progress_window.h.


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