Ardour  9.0-pre0-582-g084a23a80d
RcActionButton Class Reference

#include <option_editor.h>

Inheritance diagram for RcActionButton:
[legend]

Public Member Functions

 RcActionButton (std::string const &t, const Glib::SignalProxy0< void >::SlotType &slot, std::string const &l="")
 
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

Gtk::Button_button
 
Gtk::Label_label
 
std::string _name
 
- 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 156 of file option_editor.h.

Constructor & Destructor Documentation

◆ RcActionButton()

RcActionButton::RcActionButton ( std::string const &  t,
const Glib::SignalProxy0< void >::SlotType &  slot,
std::string const &  l = "" 
)

Member Function Documentation

◆ add_to_page()

void RcActionButton::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements OptionEditorComponent.

◆ parameter_changed()

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

Called when a configuration parameter's value has changed.

Parameters
pparameter name

Implements OptionEditorComponent.

Definition at line 162 of file option_editor.h.

◆ set_state_from_config()

void RcActionButton::set_state_from_config ( )
inlinevirtual

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

Implements OptionEditorComponent.

Definition at line 163 of file option_editor.h.

◆ tip_widget()

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

Implements OptionEditorComponent.

Definition at line 164 of file option_editor.h.

Member Data Documentation

◆ _button

Gtk::Button* RcActionButton::_button
protected

Definition at line 167 of file option_editor.h.

◆ _label

Gtk::Label* RcActionButton::_label
protected

Definition at line 168 of file option_editor.h.

◆ _name

std::string RcActionButton::_name
protected

Definition at line 169 of file option_editor.h.


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