Ardour  9.0-pre0-822-g12e3bc5c20
MissingFileDialog Class Reference

#include <missing_file_dialog.h>

Inheritance diagram for MissingFileDialog:
[legend]

Public Member Functions

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

void add_chosen ()
 
void set_absolute ()
 

Private Attributes

ARDOUR::DataType filetype
 
bool is_absolute_path
 
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 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 35 of file missing_file_dialog.h.

Constructor & Destructor Documentation

◆ MissingFileDialog()

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

Member Function Documentation

◆ add_chosen()

void MissingFileDialog::add_chosen ( )
private

◆ get_action()

int MissingFileDialog::get_action ( )

◆ set_absolute()

void MissingFileDialog::set_absolute ( )
private

Member Data Documentation

◆ all_missing_ok

Gtk::RadioButton MissingFileDialog::all_missing_ok
private

Definition at line 51 of file missing_file_dialog.h.

◆ choice_group

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

Definition at line 48 of file missing_file_dialog.h.

◆ chooser

Gtk::FileChooserButton MissingFileDialog::chooser
private

Definition at line 46 of file missing_file_dialog.h.

◆ filetype

ARDOUR::DataType MissingFileDialog::filetype
private

Definition at line 43 of file missing_file_dialog.h.

◆ is_absolute_path

bool MissingFileDialog::is_absolute_path
private

Definition at line 44 of file missing_file_dialog.h.

◆ msg

Gtk::Label MissingFileDialog::msg
private

Definition at line 53 of file missing_file_dialog.h.

◆ stop_loading_button

Gtk::RadioButton MissingFileDialog::stop_loading_button
private

Definition at line 50 of file missing_file_dialog.h.

◆ this_missing_ok

Gtk::RadioButton MissingFileDialog::this_missing_ok
private

Definition at line 52 of file missing_file_dialog.h.

◆ use_chosen

Gtk::RadioButton MissingFileDialog::use_chosen
private

Definition at line 47 of file missing_file_dialog.h.

◆ use_chosen_and_no_more_questions

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 file: