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

#include <control_point_dialog.h>

Inheritance diagram for ControlPointDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 ControlPointDialog (ControlPoint *)
 
double get_y_fraction () const
 
- 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 Attributes

ControlPointpoint_
 
Gtk::Entry value_
 

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

Definition at line 25 of file control_point_dialog.h.

Constructor & Destructor Documentation

ControlPointDialog::ControlPointDialog ( ControlPoint p)

ControlPointDialog constructor.

Parameters
pControlPoint to edit.

Definition at line 32 of file control_point_dialog.cc.

Member Function Documentation

double ControlPointDialog::get_y_fraction ( ) const

Definition at line 61 of file control_point_dialog.cc.

Member Data Documentation

ControlPoint* ControlPointDialog::point_
private

Definition at line 33 of file control_point_dialog.h.

Gtk::Entry ControlPointDialog::value_
private

Definition at line 34 of file control_point_dialog.h.


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