![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <plugin_ui.h>
Public Member Functions | |
PluginUIWindow (std::shared_ptr< ARDOUR::PlugInsertBase >, bool scrollable=false, bool editor=true) | |
~PluginUIWindow () | |
PlugUIBase & | pluginui () |
void | resize_preferred () |
void | set_parent (Gtk::Window *) |
void | set_title (const std::string &title) |
bool | on_key_press_event (GdkEventKey *) |
bool | on_key_release_event (GdkEventKey *) |
void | on_show () |
void | on_hide () |
![]() | |
ArdourWindow (std::string title) | |
ArdourWindow (Gtk::Window &parent, std::string title) | |
virtual | ~ArdourWindow () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
![]() | |
VisibilityTracker (Gtk::Window &) | |
virtual | ~VisibilityTracker () |
void | cycle_visibility () |
bool | fully_visible () const |
bool | not_visible () const |
bool | partially_visible () const |
Gtk::Window & | window () const |
Private Member Functions | |
void | keyboard_focused (bool yn) |
void | app_activated (bool) |
void | plugin_going_away () |
bool | create_windows_vst_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
bool | create_lxvst_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
bool | create_mac_vst_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
bool | create_audiounit_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
bool | create_lv2_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
bool | create_vst3_editor (std::shared_ptr< ARDOUR::PlugInsertBase >) |
Private Attributes | |
std::string | _title |
PlugUIBase * | _pluginui |
PBD::ScopedConnection | death_connection |
Gtk::Window * | parent |
Gtk::VBox | vbox |
bool | was_visible |
bool | _keyboard_focused |
Static Private Attributes | |
static PluginUIWindow * | the_plugin_window |
Additional Inherited Members | |
![]() | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
![]() | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
bool | on_key_press_event (GdkEventKey *) |
bool | on_key_release_event (GdkEventKey *) |
void | on_unmap () |
![]() | |
virtual void | session_going_away () |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 350 of file plugin_ui.h.
PluginUIWindow::PluginUIWindow | ( | std::shared_ptr< ARDOUR::PlugInsertBase > | , |
bool | scrollable = false , |
||
bool | editor = true |
||
) |
PluginUIWindow::~PluginUIWindow | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void PluginUIWindow::on_hide | ( | ) |
bool PluginUIWindow::on_key_press_event | ( | GdkEventKey * | ) |
bool PluginUIWindow::on_key_release_event | ( | GdkEventKey * | ) |
void PluginUIWindow::on_show | ( | ) |
|
private |
|
inline |
Definition at line 358 of file plugin_ui.h.
void PluginUIWindow::resize_preferred | ( | ) |
void PluginUIWindow::set_parent | ( | Gtk::Window * | ) |
void PluginUIWindow::set_title | ( | const std::string & | title | ) |
|
private |
Definition at line 377 of file plugin_ui.h.
|
private |
Definition at line 372 of file plugin_ui.h.
|
private |
Definition at line 371 of file plugin_ui.h.
|
private |
Definition at line 373 of file plugin_ui.h.
|
private |
Definition at line 374 of file plugin_ui.h.
|
staticprivate |
Definition at line 395 of file plugin_ui.h.
|
private |
Definition at line 375 of file plugin_ui.h.
|
private |
Definition at line 376 of file plugin_ui.h.