Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::PluginTreeView Class Reference

A TreeView class to list available plugins und trigger their loading/unloading. More...

#include <>>

Inheritance diagram for fawkes::PluginTreeView:

Public Member Functions

 PluginTreeView ()
 Constructor. More...
 
 PluginTreeView (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > builder)
 Constructor. More...
 
virtual ~PluginTreeView ()
 Destructor. More...
 
void set_network_client (fawkes::FawkesNetworkClient *client)
 Set the network client. More...
 
void set_gconf_prefix (Glib::ustring gconf_prefix)
 Set Gconf prefix. More...
 

Detailed Description

A TreeView class to list available plugins und trigger their loading/unloading.

Author
Daniel Beck
Tim Niemueller

Definition at line 45 of file plugin_tree_view.h.

Constructor & Destructor Documentation

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.

Parameters
cobjectpointer to base object type
builderGtk::Builder instance

Definition at line 74 of file plugin_tree_view.cpp.

Member Function Documentation

void fawkes::PluginTreeView::set_gconf_prefix ( Glib::ustring  gconf_prefix)

Set Gconf prefix.

Parameters
gconf_prefixthe 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.

Parameters
clienta 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().


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