ardour
Public Member Functions | Private Member Functions | Private Attributes | List of all members
MonoPannerEditor Class Reference

#include <mono_panner_editor.h>

Inheritance diagram for MonoPannerEditor:
PannerEditor ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 MonoPannerEditor (MonoPanner *)
 
- Public Member Functions inherited from PannerEditor
 PannerEditor (std::string)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, 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 ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 

Private Member Functions

void panner_going_away ()
 
void update_editor ()
 
void left_changed ()
 
void right_changed ()
 

Private Attributes

MonoPanner_panner
 
Gtk::SpinButton _left
 
Gtk::SpinButton _right
 
bool _ignore_changes
 
PBD::ScopedConnectionList _connections
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Editor dialog for the mono panner

Definition at line 26 of file mono_panner_editor.h.

Constructor & Destructor Documentation

MonoPannerEditor::MonoPannerEditor ( MonoPanner p)

Definition at line 32 of file mono_panner_editor.cc.

Member Function Documentation

void MonoPannerEditor::left_changed ( )
private

Definition at line 91 of file mono_panner_editor.cc.

void MonoPannerEditor::panner_going_away ( )
private

Definition at line 70 of file mono_panner_editor.cc.

void MonoPannerEditor::right_changed ( )
private

Definition at line 106 of file mono_panner_editor.cc.

void MonoPannerEditor::update_editor ( )
private

Definition at line 76 of file mono_panner_editor.cc.

Member Data Documentation

PBD::ScopedConnectionList MonoPannerEditor::_connections
private

Definition at line 42 of file mono_panner_editor.h.

bool MonoPannerEditor::_ignore_changes
private

Definition at line 40 of file mono_panner_editor.h.

Gtk::SpinButton MonoPannerEditor::_left
private

Definition at line 38 of file mono_panner_editor.h.

MonoPanner* MonoPannerEditor::_panner
private

Definition at line 37 of file mono_panner_editor.h.

Gtk::SpinButton MonoPannerEditor::_right
private

Definition at line 39 of file mono_panner_editor.h.


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