![]() |
Ardour
9.0-pre0-844-g046623df59
|
#include <ambiguous_file_dialog.h>
Public Member Functions | |
AmbiguousFileDialog (const std::string &, const std::vector< std::string > &) | |
int | get_which () const |
![]() | |
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 () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
bool | rb_button_press (GdkEventButton *) |
Private Attributes | |
Gtk::RadioButtonGroup | _group |
std::vector< Gtk::RadioButton * > | _radio_buttons |
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 27 of file ambiguous_file_dialog.h.
AmbiguousFileDialog::AmbiguousFileDialog | ( | const std::string & | , |
const std::vector< std::string > & | |||
) |
int AmbiguousFileDialog::get_which | ( | ) | const |
|
private |
|
private |
Definition at line 35 of file ambiguous_file_dialog.h.
|
private |
Definition at line 36 of file ambiguous_file_dialog.h.