Ardour  9.0-pre0-822-g12e3bc5c20
ArdourDialog Class Reference

#include <ardour_dialog.h>

Inheritance diagram for ArdourDialog:
[legend]

Public Member Functions

 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
 

Protected Member Functions

void pop_splash ()
 
void close_self ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 

Protected Attributes

bool _sensitive
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Private Member Functions

void init ()
 

Private Attributes

WM::ProxyTemporaryproxy
 
bool _splash_pushed
 
bool allow_idle
 

Static Private Attributes

static sigc::signal< void > CloseAllDialogs
 

Detailed Description

Definition at line 39 of file ardour_dialog.h.

Constructor & Destructor Documentation

◆ ArdourDialog() [1/2]

ArdourDialog::ArdourDialog ( const std::string &  title,
bool  modal = false,
bool  use_separator = false 
)
explicit

◆ ArdourDialog() [2/2]

ArdourDialog::ArdourDialog ( Gtk::Window &  parent,
const std::string &  title,
bool  modal = false,
bool  use_separator = false 
)

◆ ~ArdourDialog()

ArdourDialog::~ArdourDialog ( )

Member Function Documentation

◆ close_self()

void ArdourDialog::close_self ( )
protected

◆ disallow_idle()

void ArdourDialog::disallow_idle ( )

◆ init()

void ArdourDialog::init ( )
private

◆ on_delete_event()

bool ArdourDialog::on_delete_event ( GdkEventAny *  )

◆ on_focus_in_event()

bool ArdourDialog::on_focus_in_event ( GdkEventFocus *  )

◆ on_focus_out_event()

bool ArdourDialog::on_focus_out_event ( GdkEventFocus *  )

◆ on_response()

◆ on_show()

void ArdourDialog::on_show ( )

◆ on_unmap()

void ArdourDialog::on_unmap ( )

◆ pop_splash()

void ArdourDialog::pop_splash ( )
protected

◆ set_ui_sensitive()

void ArdourDialog::set_ui_sensitive ( bool  )

Member Data Documentation

◆ _sensitive

bool ArdourDialog::_sensitive
protected

Definition at line 59 of file ardour_dialog.h.

◆ _splash_pushed

bool ArdourDialog::_splash_pushed
private

Definition at line 62 of file ardour_dialog.h.

◆ allow_idle

bool ArdourDialog::allow_idle
private

Definition at line 64 of file ardour_dialog.h.

◆ CloseAllDialogs

sigc::signal<void> ArdourDialog::CloseAllDialogs
staticprivate

Definition at line 66 of file ardour_dialog.h.

◆ proxy

WM::ProxyTemporary* ArdourDialog::proxy
private

Definition at line 61 of file ardour_dialog.h.


The documentation for this class was generated from the following file: