X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour_ui.h;h=dfb2b72a1ebafee391e21c3a27256faf6ff496c6;hb=152935e736eaf06f85bc7f5cb27337a62d95edd4;hp=191df0d31db408b35ecc0112c9a75026c6f229a3;hpb=b362ff220cbd1a17f1b6621b624d3801101fad3e;p=ardour.git diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index 191df0d31d..dfb2b72a1e 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -35,7 +35,6 @@ #include #include -#include #include "pbd/xml++.h" #include "pbd/controllable.h" @@ -64,34 +63,40 @@ #include "ardour/utils.h" #include "ardour/plugin.h" #include "ardour/session_handle.h" +#include "ardour/system_exec.h" #include "video_timeline.h" +#include "about.h" #include "ardour_button.h" #include "ardour_dialog.h" #include "ardour_window.h" #include "editing.h" +#include "engine_dialog.h" #include "meterbridge.h" -#include "nsm.h" #include "ui_config.h" #include "enums.h" #include "visibility_group.h" #include "window_manager.h" -class About; -class AddRouteDialog; -class AddVideoDialog; +#include "add_route_dialog.h" +#include "add_video_dialog.h" +#include "big_clock_window.h" +#include "bundle_manager.h" +#include "global_port_matrix.h" +#include "keyeditor.h" +#include "location_ui.h" +#include "rc_option_editor.h" +#include "route_params_ui.h" +#include "session_option_editor.h" +#include "speaker_dialog.h" +#include "theme_manager.h" + class VideoTimeLine; -class SystemExec; class ArdourKeyboard; class AudioClock; -class BigClockWindow; -class BundleManager; class ButtonJoiner; class ConnectionEditor; -class EngineControl; -class KeyEditor; -class LocationUIWindow; class MainClock; class Mixer_UI; class PublicEditor; @@ -101,12 +106,10 @@ class SessionDialog; class SessionOptionEditor; class ShuttleControl; class Splash; -class SpeakerDialog; -class ThemeManager; class TimeInfoBox; class MidiTracer; +class NSM_Client; class LevelMeterHBox; -class GlobalPortMatrixWindow; class GUIObjectState; namespace Gtkmm2ext { @@ -171,6 +174,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr void new_midi_tracer_window (); void toggle_editing_space(); + void toggle_mixer_space(); void toggle_keep_tearoffs(); Gtk::Tooltips& tooltips() { return _tooltips; } @@ -330,8 +334,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr static ARDOUR_UI *theArdourUI; - void startup (); - void shutdown (); + int starting (); int ask_about_saving_session (const std::vector& actions); @@ -583,6 +586,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr void snapshot_session (bool switch_to_it); void rename_session (); + void setup_order_hint (); Mixer_UI *mixer; int create_mixer (); @@ -623,7 +627,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr static UIConfiguration *ui_config; - SystemExec *video_server_process; + ARDOUR::SystemExec *video_server_process; void handle_locations_change (ARDOUR::Location*); @@ -663,6 +667,12 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr void disk_speed_dialog_gone (int ignored_response, Gtk::MessageDialog*); void disk_overrun_handler (); void disk_underrun_handler (); + void gui_idle_handler (); + + void cancel_plugin_scan (); + void cancel_plugin_timeout (); + void plugin_scan_dialog (std::string type, std::string plugin, bool); + void plugin_scan_timeout (int); void session_format_mismatch (std::string, std::string); @@ -693,7 +703,6 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr bool first_idle (); - void no_memory_warning (); void check_memory_locking (); bool check_audioengine(); @@ -723,7 +732,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr void fontconfig_dialog (); int missing_file (ARDOUR::Session*s, std::string str, ARDOUR::DataType type); - int ambiguous_file (std::string file, std::string path, std::vector hits); + int ambiguous_file (std::string file, std::vector hits); bool click_button_clicked (GdkEventButton *);