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

#include <bindable_button.h>

Inheritance diagram for BindableButton:
Gtkmm2ext::StatefulButton Gtkmm2ext::StateButton

Public Member Functions

 BindableButton (boost::shared_ptr< PBD::Controllable > c)
 
 ~BindableButton ()
 
bool on_button_press_event (GdkEventButton *ev)
 
boost::shared_ptr
< PBD::Controllable
get_controllable ()
 
void set_controllable (boost::shared_ptr< PBD::Controllable > c)
 
- Public Member Functions inherited from Gtkmm2ext::StatefulButton
 StatefulButton ()
 
 StatefulButton (const std::string &label)
 
virtual ~StatefulButton ()
 
void set_widget_name (const std::string &name)
 
- Public Member Functions inherited from Gtkmm2ext::StateButton
 StateButton ()
 
virtual ~StateButton ()
 
void set_visual_state (int)
 
int get_visual_state ()
 
void set_self_managed (bool yn)
 

Private Attributes

BindingProxy binding_proxy
 

Additional Inherited Members

- Protected Member Functions inherited from Gtkmm2ext::StatefulButton
void on_realize ()
 
void on_style_changed (const Glib::RefPtr< Gtk::Style > &style)
 
void on_state_changed (Gtk::StateType old_state)
 
Gtk::Widget * get_child_widget ()
 
std::string get_widget_name () const
 
- Protected Member Functions inherited from Gtkmm2ext::StateButton
void avoid_prelight_on_style_changed (const Glib::RefPtr< Gtk::Style > &style, GtkWidget *widget)
 
void avoid_prelight_on_state_changed (Gtk::StateType old_state, GtkWidget *widget)
 
- Protected Attributes inherited from Gtkmm2ext::StateButton
int visual_state
 
bool _self_managed
 
bool _is_realized
 
bool style_changing
 
Gtk::StateType state_before_prelight
 
bool is_toggle
 

Detailed Description

Definition at line 65 of file bindable_button.h.

Constructor & Destructor Documentation

BindableButton::BindableButton ( boost::shared_ptr< PBD::Controllable c)
inline

Definition at line 68 of file bindable_button.h.

BindableButton::~BindableButton ( )
inline

Definition at line 69 of file bindable_button.h.

Member Function Documentation

boost::shared_ptr<PBD::Controllable> BindableButton::get_controllable ( )
inline

Definition at line 80 of file bindable_button.h.

bool BindableButton::on_button_press_event ( GdkEventButton *  ev)
inline

Definition at line 71 of file bindable_button.h.

void BindableButton::set_controllable ( boost::shared_ptr< PBD::Controllable c)
inline

Definition at line 81 of file bindable_button.h.

Member Data Documentation

BindingProxy BindableButton::binding_proxy
private

Definition at line 84 of file bindable_button.h.


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