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

#include <option_editor.h>

Inheritance diagram for OptionEditorHeading:
OptionEditorComponent

Public Member Functions

 OptionEditorHeading (std::string const &)
 
void parameter_changed (std::string const &)
 
void set_state_from_config ()
 
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 Attributes

Gtk::Label * _label
 the label used for the heading More...
 

Detailed Description

A component which provides a subheading within the dialog

Definition at line 86 of file option_editor.h.

Constructor & Destructor Documentation

OptionEditorHeading::OptionEditorHeading ( std::string const &  )

Definition at line 91 of file option_editor.cc.

Member Function Documentation

void OptionEditorHeading::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements OptionEditorComponent.

Definition at line 100 of file option_editor.cc.

void OptionEditorHeading::parameter_changed ( std::string const &  p)
inlinevirtual

Called when a configuration parameter's value has changed.

Parameters
pparameter name

Implements OptionEditorComponent.

Definition at line 91 of file option_editor.h.

void OptionEditorHeading::set_state_from_config ( )
inlinevirtual

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

Implements OptionEditorComponent.

Definition at line 92 of file option_editor.h.

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

Implements OptionEditorComponent.

Definition at line 95 of file option_editor.h.

Member Data Documentation

Gtk::Label* OptionEditorHeading::_label
private

the label used for the heading

Definition at line 98 of file option_editor.h.


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