23 #ifndef __TOOLS_CONFIG_EDITOR_CONFIG_EDITOR_H_
24 #define __TOOLS_CONFIG_EDITOR_CONFIG_EDITOR_H_
31 class ServiceSelectorCBE;
32 class FawkesNetworkClient;
45 void on_btn_exit_clicked();
47 void on_disconnected();
52 Gtk::Window* m_wnd_main;
53 Gtk::Button* m_btn_exit;
Simple Fawkes network client.
Treeview widget for displaying/editing config entries.
FawkesConfigEditor(Glib::RefPtr< Gtk::Builder > builder)
Constructor.
Gtk::Window & get_window() const
Obtain a reference to the main window of the application.
~FawkesConfigEditor()
Destructor.
Graphical configuration editor.
This widget consists of a Gtk::ComboBox and a Gtk::Button.