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

Public Member Functions

 FontScalingOptions (UIConfiguration *uic)
 
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 dpi_changed ()
 

Private Attributes

UIConfiguration_ui_config
 
Adjustment _dpi_adjustment
 
HScale _dpi_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 534 of file rc_option_editor.cc.

Constructor & Destructor Documentation

FontScalingOptions::FontScalingOptions ( UIConfiguration uic)
inline

Definition at line 537 of file rc_option_editor.cc.

Member Function Documentation

void FontScalingOptions::dpi_changed ( )
inlineprivate

Definition at line 592 of file rc_option_editor.cc.

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

Definition at line 578 of file rc_option_editor.cc.

void FontScalingOptions::set_state_from_config ( )
inlinevirtual

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

Implements OptionEditorBox.

Definition at line 585 of file rc_option_editor.cc.

Member Data Documentation

Adjustment FontScalingOptions::_dpi_adjustment
private

Definition at line 600 of file rc_option_editor.cc.

HScale FontScalingOptions::_dpi_slider
private

Definition at line 601 of file rc_option_editor.cc.

UIConfiguration* FontScalingOptions::_ui_config
private

Definition at line 599 of file rc_option_editor.cc.


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