Ardour  9.0-pre0-582-g084a23a80d
EntryOption Class Reference

#include <option_editor.h>

Inheritance diagram for EntryOption:
[legend]

Public Member Functions

 EntryOption (std::string const &, std::string const &, sigc::slot< std::string >, sigc::slot< bool, std::string >)
 
void set_state_from_config ()
 
void add_to_page (OptionEditorPage *)
 
void set_sensitive (bool)
 
void set_invalid_chars (std::string i)
 
void set_valid_chars (std::string i)
 
Gtk::Widgettip_widget ()
 
- Public Member Functions inherited from Option
 Option (std::string const &i, std::string const &n)
 
void parameter_changed (std::string const &p)
 
std::string id () const
 
- 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 ()
 

Private Member Functions

void activated ()
 
bool focus_out (GdkEventFocus *)
 
void filter_text (const Glib::ustring &, int *)
 

Private Attributes

sigc::slot< std::string > _get
 slot to get the configuration variable's value More...
 
sigc::slot< bool, std::string > _set
 slot to set the configuration variable's value More...
 
Gtk::Label_label
 UI label. More...
 
Gtk::Entry_entry
 UI entry. More...
 
std::string _invalid
 
std::string _valid
 

Additional Inherited Members

- Protected Member Functions inherited from OptionEditorComponent
void maybe_add_note (OptionEditorPage *, int)
 
- Protected Attributes inherited from Option
std::string _id
 
std::string _name
 
- Protected Attributes inherited from OptionEditorComponent
std::string _note
 
ArdourWidgets::Frame_frame
 
PBD::Configuration::Metadata const * _metadata
 

Detailed Description

Component which provides the UI to handle a string option using a GTK Entry

Definition at line 282 of file option_editor.h.

Constructor & Destructor Documentation

◆ EntryOption()

EntryOption::EntryOption ( std::string const &  ,
std::string const &  ,
sigc::slot< std::string >  ,
sigc::slot< bool, std::string >   
)

Member Function Documentation

◆ activated()

void EntryOption::activated ( )
private

◆ add_to_page()

void EntryOption::add_to_page ( OptionEditorPage )
virtual

Called to instruct the object to add itself to an OptionEditorPage

Implements Option.

◆ filter_text()

void EntryOption::filter_text ( const Glib::ustring &  ,
int *   
)
private

◆ focus_out()

bool EntryOption::focus_out ( GdkEventFocus )
private

◆ set_invalid_chars()

void EntryOption::set_invalid_chars ( std::string  i)
inline

Definition at line 289 of file option_editor.h.

◆ set_sensitive()

void EntryOption::set_sensitive ( bool  )

◆ set_state_from_config()

void EntryOption::set_state_from_config ( )
virtual

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

Implements Option.

◆ set_valid_chars()

void EntryOption::set_valid_chars ( std::string  i)
inline

Definition at line 290 of file option_editor.h.

◆ tip_widget()

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

Implements OptionEditorComponent.

Definition at line 292 of file option_editor.h.

Member Data Documentation

◆ _entry

Gtk::Entry* EntryOption::_entry
private

UI entry.

Definition at line 302 of file option_editor.h.

◆ _get

sigc::slot<std::string> EntryOption::_get
private

slot to get the configuration variable's value

Definition at line 299 of file option_editor.h.

◆ _invalid

std::string EntryOption::_invalid
private

Definition at line 303 of file option_editor.h.

◆ _label

Gtk::Label* EntryOption::_label
private

UI label.

Definition at line 301 of file option_editor.h.

◆ _set

sigc::slot<bool, std::string> EntryOption::_set
private

slot to set the configuration variable's value

Definition at line 300 of file option_editor.h.

◆ _valid

std::string EntryOption::_valid
private

Definition at line 304 of file option_editor.h.


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