Ardour  9.0-pre0-582-g084a23a80d
OptionEditorMiniPage Class Referenceabstract

#include <option_editor.h>

Inheritance diagram for OptionEditorMiniPage:
[legend]

Public Member Functions

 OptionEditorMiniPage ()
 
void parameter_changed (std::string const &)=0
 
void set_state_from_config ()=0
 
virtual void add_to_page (OptionEditorPage *)
 
Gtk::Widgettip_widget ()
 
- Public Member Functions inherited from OptionEditorComponent
 OptionEditorComponent ()
 
virtual ~OptionEditorComponent ()
 
void add_widget_to_page (OptionEditorPage *, Gtk::Widget *)
 
void add_widgets_to_page (OptionEditorPage *, Gtk::Widget *, Gtk::Widget *, bool expand=true)
 
void set_note (std::string const &)
 
virtual PBD::Configuration::Metadata const * get_metadata () const
 
void set_metadata (PBD::Configuration::Metadata const &)
 
void highlight ()
 
void end_highlight ()
 
- Public Member Functions inherited from OptionEditorPage
 OptionEditorPage (Gtk::Notebook &, std::string const &)
 
 OptionEditorPage ()
 

Additional Inherited Members

- Public Attributes inherited from OptionEditorPage
Gtk::VBox box
 
Gtk::Table table
 
std::list< OptionEditorComponent * > components
 
- Protected Member Functions inherited from OptionEditorComponent
void maybe_add_note (OptionEditorPage *, int)
 
- Protected Attributes inherited from OptionEditorComponent
std::string _note
 
ArdourWidgets::Frame_frame
 
PBD::Configuration::Metadata const * _metadata
 

Detailed Description

Definition at line 691 of file option_editor.h.

Constructor & Destructor Documentation

◆ OptionEditorMiniPage()

OptionEditorMiniPage::OptionEditorMiniPage ( )
inline

Definition at line 694 of file option_editor.h.

Member Function Documentation

◆ add_to_page()

virtual void OptionEditorMiniPage::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements OptionEditorComponent.

Reimplemented in ColorThemeManager.

◆ parameter_changed()

void OptionEditorMiniPage::parameter_changed ( std::string const &  p)
pure virtual

Called when a configuration parameter's value has changed.

Parameters
pparameter name

Implements OptionEditorComponent.

Implemented in ColorThemeManager.

◆ set_state_from_config()

void OptionEditorMiniPage::set_state_from_config ( )
pure virtual

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

Implements OptionEditorComponent.

Implemented in ColorThemeManager.

◆ tip_widget()

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

Implements OptionEditorComponent.

Definition at line 704 of file option_editor.h.


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