23 #include "config_editor_plugin.h" 80 m_config_path = config_path;
81 m_builder = Gtk::Builder::create_from_file(ui_file);
113 m_dialog = load_dialog();
124 int response = m_dialog->run();
125 post_run( response );
ConfigEditorPlugin(std::string config_path, std::string ui_file)
Constructor.
Fawkes library namespace.
void set_config(fawkes::Configuration *config)
Set the configuration for the plugin to work on.
void initialize()
Initialize the plugin.
void run()
Run the plugin.
std::string get_config_path() const
Get the config prefix specified for this config editor plugin.
Interface for configuration handling.
virtual ~ConfigEditorPlugin()
Destructor.