#include <option_editor.h>
The OptionEditor dialog base class
Definition at line 708 of file option_editor.h.
◆ SearchResults
◆ SearchTargets
◆ OptionEditor()
◆ ~OptionEditor()
virtual OptionEditor::~OptionEditor |
( |
| ) |
|
|
virtual |
◆ add_option()
◆ add_page()
void OptionEditor::add_page |
( |
std::string const & |
, |
|
|
Gtk::Widget & |
page_widget |
|
) |
| |
◆ add_path_to_treeview()
void OptionEditor::add_path_to_treeview |
( |
std::string const & |
, |
|
|
Gtk::Widget & |
|
|
) |
| |
|
private |
◆ current_page()
std::string OptionEditor::current_page |
( |
| ) |
|
◆ find_path_in_treemodel()
Gtk::TreeModel::iterator OptionEditor::find_path_in_treemodel |
( |
std::string const & |
pn, |
|
|
bool |
create_missing = false |
|
) |
| |
|
private |
◆ not_found()
void OptionEditor::not_found |
( |
| ) |
|
|
protected |
◆ not_found_callback()
bool OptionEditor::not_found_callback |
( |
| ) |
|
|
protected |
◆ notebook()
Gtk::Notebook& OptionEditor::notebook |
( |
| ) |
|
|
inlineprotected |
◆ pages()
◆ parameter_changed()
virtual void OptionEditor::parameter_changed |
( |
std::string const & |
| ) |
|
|
protectedvirtual |
◆ search()
void OptionEditor::search |
( |
| ) |
|
|
protected |
◆ search_highlight()
◆ search_key_focus()
bool OptionEditor::search_key_focus |
( |
GdkEventFocus * |
| ) |
|
|
protected |
◆ search_key_press()
bool OptionEditor::search_key_press |
( |
GdkEventKey * |
| ) |
|
|
protected |
◆ set_current_page()
void OptionEditor::set_current_page |
( |
std::string const & |
| ) |
|
◆ treeview()
Gtk::TreeView& OptionEditor::treeview |
( |
| ) |
|
|
inlineprotected |
◆ treeview_row_selected()
void OptionEditor::treeview_row_selected |
( |
| ) |
|
|
private |
◆ _config
◆ _notebook
Gtk::Notebook OptionEditor::_notebook |
|
private |
◆ _pages
◆ config_connection
◆ last_search_string
std::string OptionEditor::last_search_string |
|
protected |
◆ not_found_timeout
sigc::connection OptionEditor::not_found_timeout |
|
protected |
◆ option_columns
◆ option_tree
Glib::RefPtr<Gtk::TreeStore> OptionEditor::option_tree |
|
protected |
◆ option_treeview
Gtk::TreeView OptionEditor::option_treeview |
|
private |
◆ search_button
Gtk::Button OptionEditor::search_button |
|
protected |
◆ search_current_highlight
◆ search_entry
Gtk::Entry OptionEditor::search_entry |
|
protected |
◆ search_iterator
SearchResults::iterator OptionEditor::search_iterator |
|
protected |
◆ search_label
Gtk::Label OptionEditor::search_label |
|
protected |
◆ search_not_found_count
int OptionEditor::search_not_found_count |
|
protected |
◆ search_packer
Gtk::HBox OptionEditor::search_packer |
|
protected |
◆ search_results
◆ search_targets
The documentation for this class was generated from the following file: