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

#include <missing_file_dialog.h>

Inheritance diagram for MissingFileDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 MissingFileDialog (ARDOUR::Session *, const std::string &path, ARDOUR::DataType type)
 
int get_action ()
 
- 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

void add_chosen ()
 

Private Attributes

ARDOUR::DataType filetype
 
Gtk::FileChooserButton chooser
 
Gtk::RadioButton use_chosen
 
Gtk::RadioButton::Group choice_group
 
Gtk::RadioButton use_chosen_and_no_more_questions
 
Gtk::RadioButton stop_loading_button
 
Gtk::RadioButton all_missing_ok
 
Gtk::RadioButton this_missing_ok
 
Gtk::Label msg
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 36 of file missing_file_dialog.h.

Constructor & Destructor Documentation

MissingFileDialog::MissingFileDialog ( ARDOUR::Session s,
const std::string &  path,
ARDOUR::DataType  type 
)

Definition at line 34 of file missing_file_dialog.cc.

Member Function Documentation

void MissingFileDialog::add_chosen ( )
private

Definition at line 121 of file missing_file_dialog.cc.

int MissingFileDialog::get_action ( )

Definition at line 163 of file missing_file_dialog.cc.

Member Data Documentation

Gtk::RadioButton MissingFileDialog::all_missing_ok
private

Definition at line 51 of file missing_file_dialog.h.

Gtk::RadioButton::Group MissingFileDialog::choice_group
private

Definition at line 48 of file missing_file_dialog.h.

Gtk::FileChooserButton MissingFileDialog::chooser
private

Definition at line 46 of file missing_file_dialog.h.

ARDOUR::DataType MissingFileDialog::filetype
private

Definition at line 44 of file missing_file_dialog.h.

Gtk::Label MissingFileDialog::msg
private

Definition at line 53 of file missing_file_dialog.h.

Gtk::RadioButton MissingFileDialog::stop_loading_button
private

Definition at line 50 of file missing_file_dialog.h.

Gtk::RadioButton MissingFileDialog::this_missing_ok
private

Definition at line 52 of file missing_file_dialog.h.

Gtk::RadioButton MissingFileDialog::use_chosen
private

Definition at line 47 of file missing_file_dialog.h.

Gtk::RadioButton MissingFileDialog::use_chosen_and_no_more_questions
private

Definition at line 49 of file missing_file_dialog.h.


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