Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <playlist_selector.h>
Classes | |
struct | ModelColumns |
Public Types | |
enum | plMode { plSelect , plCopy , plShare , plSteal } |
Public Member Functions | |
PlaylistSelector () | |
~PlaylistSelector () | |
void | redisplay () |
void | prepare (RouteUI *, plMode in) |
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::Session * | session () const |
Protected Member Functions | |
bool | on_key_press_event (GdkEventKey *) |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Private Types | |
typedef std::map< PBD::ID, std::vector< std::shared_ptr< ARDOUR::Playlist > > * > | TrackPlaylistMap |
Private Member Functions | |
void | new_plist_button_clicked () |
void | copy_plist_button_clicked () |
void | pl_property_changed (PBD::PropertyChange const &what_changed) |
void | add_playlist_to_map (std::shared_ptr< ARDOUR::Playlist >) |
void | playlist_added () |
void | clear_map () |
void | ok_button_click () |
void | selection_changed () |
Private Attributes | |
Gtk::HBox | _scope_container |
Gtk::HBox * | _scope_box |
Gtk::RadioButton * | _scope_all_radio |
Gtk::RadioButton * | _scope_rec_radio |
Gtk::RadioButton * | _scope_grp_radio |
Gtk::HBox | _button_box |
ArdourWidgets::ArdourButton | _btn_new_plist |
ArdourWidgets::ArdourButton | _btn_copy_plist |
TrackPlaylistMap | _trpl_map |
RouteUI * | _rui |
plMode | _mode |
ModelColumns | columns |
Glib::RefPtr< Gtk::TreeStore > | model |
Gtk::TreeView | tree |
PBD::ScopedConnectionList | _track_connections |
PBD::ScopedConnectionList | _playlist_connections |
bool | _ignore_selection |
Additional Inherited Members | |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 58 of file playlist_selector.h.
|
private |
Definition at line 78 of file playlist_selector.h.
Enumerator | |
---|---|
plSelect | |
plCopy | |
plShare | |
plSteal |
Definition at line 64 of file playlist_selector.h.
PlaylistSelector::PlaylistSelector | ( | ) |
PlaylistSelector::~PlaylistSelector | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
|
private |
|
private |
void PlaylistSelector::redisplay | ( | ) |
|
private |
|
private |
Definition at line 99 of file playlist_selector.h.
|
private |
Definition at line 98 of file playlist_selector.h.
|
private |
Definition at line 96 of file playlist_selector.h.
|
private |
Definition at line 124 of file playlist_selector.h.
|
private |
Definition at line 103 of file playlist_selector.h.
|
private |
Definition at line 122 of file playlist_selector.h.
|
private |
Definition at line 102 of file playlist_selector.h.
|
private |
Definition at line 93 of file playlist_selector.h.
|
private |
Definition at line 92 of file playlist_selector.h.
|
private |
Definition at line 91 of file playlist_selector.h.
|
private |
Definition at line 95 of file playlist_selector.h.
|
private |
Definition at line 94 of file playlist_selector.h.
|
private |
Definition at line 121 of file playlist_selector.h.
|
private |
Definition at line 101 of file playlist_selector.h.
|
private |
Definition at line 117 of file playlist_selector.h.
|
private |
Definition at line 118 of file playlist_selector.h.
|
private |
Definition at line 119 of file playlist_selector.h.