ardour
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ClipLevelOptions Class Reference
Inheritance diagram for ClipLevelOptions:
OptionEditorBox OptionEditorComponent

Public Member Functions

 ClipLevelOptions (UIConfiguration *c)
 
void parameter_changed (string const &p)
 
void set_state_from_config ()
 
- Public Member Functions inherited from OptionEditorBox
 OptionEditorBox ()
 
void parameter_changed (std::string const &)=0
 
void add_to_page (OptionEditorPage *)
 
Gtk::Widget & tip_widget ()
 
- 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 clip_level_changed ()
 

Private Attributes

UIConfiguration_ui_config
 
Adjustment _clip_level_adjustment
 
HScale _clip_level_slider
 

Additional Inherited Members

- Protected Attributes inherited from OptionEditorBox
Gtk::VBox * _box
 constituent box for subclasses to add widgets to More...
 

Detailed Description

Definition at line 604 of file rc_option_editor.cc.

Constructor & Destructor Documentation

ClipLevelOptions::ClipLevelOptions ( UIConfiguration c)
inline

Definition at line 607 of file rc_option_editor.cc.

Member Function Documentation

void ClipLevelOptions::clip_level_changed ( )
inlineprivate

Definition at line 642 of file rc_option_editor.cc.

void ClipLevelOptions::parameter_changed ( string const &  p)
inline

Definition at line 628 of file rc_option_editor.cc.

void ClipLevelOptions::set_state_from_config ( )
inlinevirtual

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

Implements OptionEditorBox.

Definition at line 635 of file rc_option_editor.cc.

Member Data Documentation

Adjustment ClipLevelOptions::_clip_level_adjustment
private

Definition at line 650 of file rc_option_editor.cc.

HScale ClipLevelOptions::_clip_level_slider
private

Definition at line 651 of file rc_option_editor.cc.

UIConfiguration* ClipLevelOptions::_ui_config
private

Definition at line 649 of file rc_option_editor.cc.


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