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

#include <option_editor.h>

Inheritance diagram for DirectoryOption:
Option OptionEditorComponent

Public Member Functions

 DirectoryOption (std::string const &, std::string const &, sigc::slot< std::string >, sigc::slot< bool, std::string >)
 
void set_state_from_config ()
 
void add_to_page (OptionEditorPage *)
 
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 &)
 

Private Member Functions

void selection_changed ()
 

Private Attributes

sigc::slot< std::string > _get
 slot to get the configuration variable's value More...
 
sigc::slot< bool, std::string > _set
 slot to set the configuration variable's value More...
 
Gtk::FileChooserButton _file_chooser
 

Additional Inherited Members

- Protected Attributes inherited from Option
std::string _id
 
std::string _name
 

Detailed Description

Definition at line 616 of file option_editor.h.

Constructor & Destructor Documentation

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

Definition at line 481 of file option_editor.cc.

Member Function Documentation

void DirectoryOption::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements Option.

Definition at line 498 of file option_editor.cc.

void DirectoryOption::selection_changed ( )
private

Definition at line 507 of file option_editor.cc.

void DirectoryOption::set_state_from_config ( )
virtual

Called to instruct the object to set its UI state from the configuration

Implements Option.

Definition at line 492 of file option_editor.cc.

Gtk::Widget& DirectoryOption::tip_widget ( )
inlinevirtual

Implements OptionEditorComponent.

Definition at line 624 of file option_editor.h.

Member Data Documentation

Gtk::FileChooserButton DirectoryOption::_file_chooser
private

Definition at line 631 of file option_editor.h.

sigc::slot<std::string> DirectoryOption::_get
private

slot to get the configuration variable's value

Definition at line 629 of file option_editor.h.

sigc::slot<bool, std::string> DirectoryOption::_set
private

slot to set the configuration variable's value

Definition at line 630 of file option_editor.h.


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