ardour
Public Member Functions | Protected Member Functions | List of all members
RouteDisplayBoolOption Class Reference

#include <option_editor.h>

Inheritance diagram for RouteDisplayBoolOption:
BoolOption Option OptionEditorComponent

Public Member Functions

 RouteDisplayBoolOption (std::string const &, std::string const &, sigc::slot< bool >, sigc::slot< bool, bool >)
 
- Public Member Functions inherited from BoolOption
 BoolOption (std::string const &, std::string const &, sigc::slot< bool >, sigc::slot< bool, bool >)
 
void set_state_from_config ()
 
void add_to_page (OptionEditorPage *)
 
void set_sensitive (bool yn)
 
Gtk::Widget & tip_widget ()
 
- Public Member Functions inherited from Option
 Option (std::string const &i, std::string const &n)
 
void parameter_changed (std::string const &p)
 
std::string id () const
 
- Public Member Functions inherited from OptionEditorComponent
virtual ~OptionEditorComponent ()
 
void add_widget_to_page (OptionEditorPage *, Gtk::Widget *)
 
void add_widgets_to_page (OptionEditorPage *, Gtk::Widget *, Gtk::Widget *)
 
void set_note (std::string const &)
 

Protected Member Functions

virtual void toggled ()
 

Additional Inherited Members

- Protected Attributes inherited from BoolOption
sigc::slot< bool > _get
 slot to get the configuration variable's value More...
 
sigc::slot< bool, bool > _set
 slot to set the configuration variable's value More...
 
Gtk::CheckButton * _button
 UI button. More...
 
Gtk::Label * _label
 label for button, so we can use markup More...
 
- Protected Attributes inherited from Option
std::string _id
 
std::string _name
 

Detailed Description

Definition at line 184 of file option_editor.h.

Constructor & Destructor Documentation

RouteDisplayBoolOption::RouteDisplayBoolOption ( std::string const &  ,
std::string const &  ,
sigc::slot< bool >  ,
sigc::slot< bool, bool >   
)

Definition at line 146 of file option_editor.cc.

Member Function Documentation

void RouteDisplayBoolOption::toggled ( )
protectedvirtual

Reimplemented from BoolOption.

Definition at line 152 of file option_editor.cc.


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