Ardour  9.0-pre0-582-g084a23a80d
RcConfigDisplay Class Reference

#include <option_editor.h>

Inheritance diagram for RcConfigDisplay:
[legend]

Public Member Functions

 RcConfigDisplay (std::string const &, std::string const &, sigc::slot< std::string >, char s='\0')
 
void add_to_page (OptionEditorPage *)
 
void parameter_changed (std::string const &p)
 
void set_state_from_config ()
 
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 ()
 

Protected Attributes

sigc::slot< std::string > _get
 
Gtk::Label_label
 
Gtk::Label_info
 
std::string _id
 
char _sep
 
- Protected Attributes inherited from OptionEditorComponent
std::string _note
 
ArdourWidgets::Frame_frame
 
PBD::Configuration::Metadata const * _metadata
 

Additional Inherited Members

- Protected Member Functions inherited from OptionEditorComponent
void maybe_add_note (OptionEditorPage *, int)
 

Detailed Description

Definition at line 140 of file option_editor.h.

Constructor & Destructor Documentation

◆ RcConfigDisplay()

RcConfigDisplay::RcConfigDisplay ( std::string const &  ,
std::string const &  ,
sigc::slot< std::string >  ,
char  s = '\0' 
)

Member Function Documentation

◆ add_to_page()

void RcConfigDisplay::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements OptionEditorComponent.

◆ parameter_changed()

void RcConfigDisplay::parameter_changed ( std::string const &  p)
virtual

Called when a configuration parameter's value has changed.

Parameters
pparameter name

Implements OptionEditorComponent.

◆ set_state_from_config()

void RcConfigDisplay::set_state_from_config ( )
virtual

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

Implements OptionEditorComponent.

◆ tip_widget()

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

Implements OptionEditorComponent.

Definition at line 147 of file option_editor.h.

Member Data Documentation

◆ _get

sigc::slot<std::string> RcConfigDisplay::_get
protected

Definition at line 149 of file option_editor.h.

◆ _id

std::string RcConfigDisplay::_id
protected

Definition at line 152 of file option_editor.h.

◆ _info

Gtk::Label* RcConfigDisplay::_info
protected

Definition at line 151 of file option_editor.h.

◆ _label

Gtk::Label* RcConfigDisplay::_label
protected

Definition at line 150 of file option_editor.h.

◆ _sep

char RcConfigDisplay::_sep
protected

Definition at line 153 of file option_editor.h.


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