|
Fawkes API
Fawkes Development Version
|
A TreeView class to list available plugins und trigger their loading/unloading. More...
#include <>>
Classes | |
| class | PluginRecord |
| Column record class for the plugin tree view. | |
Public Member Functions | |
| PluginTreeView () | |
| Constructor. | |
| PluginTreeView (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > builder) | |
| Constructor. | |
| virtual | ~PluginTreeView () |
| Destructor. | |
| void | set_network_client (fawkes::FawkesNetworkClient *client) |
| Set the network client. | |
| void | set_gconf_prefix (Glib::ustring gconf_prefix) |
| Set Gconf prefix. | |
A TreeView class to list available plugins und trigger their loading/unloading.
Definition at line 45 of file plugin_tree_view.h.
| fawkes::PluginTreeView::PluginTreeView | ( | ) |
Constructor.
Definition at line 64 of file plugin_tree_view.cpp.
| fawkes::PluginTreeView::PluginTreeView | ( | BaseObjectType * | cobject, |
| const Glib::RefPtr< Gtk::Builder > | builder | ||
| ) |
Constructor.
| cobject | pointer to base object type |
| builder | Gtk::Builder instance |
Definition at line 74 of file plugin_tree_view.cpp.
|
virtual |
Destructor.
Definition at line 110 of file plugin_tree_view.cpp.
References fawkes::FawkesNetworkClient::deregister_handler(), fawkes::FawkesNetworkClient::enqueue(), fawkes::ConnectionDispatcher::get_client(), and fawkes::MSG_PLUGIN_UNSUBSCRIBE_WATCH.
| void fawkes::PluginTreeView::set_gconf_prefix | ( | Glib::ustring | gconf_prefix | ) |
Set Gconf prefix.
| gconf_prefix | the GConf prefix |
Definition at line 149 of file plugin_tree_view.cpp.
Referenced by PluginGuiGtkWindow::PluginGuiGtkWindow(), and SkillGuiGtkWindow::SkillGuiGtkWindow().
| void fawkes::PluginTreeView::set_network_client | ( | fawkes::FawkesNetworkClient * | client | ) |
Set the network client.
| client | a Fawkes network client |
Definition at line 139 of file plugin_tree_view.cpp.
References fawkes::ConnectionDispatcher::set_client().
Referenced by PluginGuiGtkWindow::PluginGuiGtkWindow(), SkillGuiGtkWindow::SkillGuiGtkWindow(), and SkillGuiGtkWindow::~SkillGuiGtkWindow().