Fawkes API
Fawkes Development Version
|
Column record class for the plugin tree view. More...
#include <>>
Public Attributes | |
Gtk::TreeModelColumn< int > | index |
an index | |
Gtk::TreeModelColumn < Glib::ustring > | name |
the name of the plugin | |
Gtk::TreeModelColumn < Glib::ustring > | description |
description of the plugin | |
Gtk::TreeModelColumn< bool > | loaded |
the loaded status of the plugin |
Column record class for the plugin tree view.
Gtk::TreeModelColumn<Glib::ustring> fawkes::PluginTreeView::PluginRecord::description |
description of the plugin
Definition at line 71 of file plugin_tree_view.h.
Gtk::TreeModelColumn<int> fawkes::PluginTreeView::PluginRecord::index |
an index
Definition at line 69 of file plugin_tree_view.h.
Gtk::TreeModelColumn<bool> fawkes::PluginTreeView::PluginRecord::loaded |
the loaded status of the plugin
Definition at line 72 of file plugin_tree_view.h.
Gtk::TreeModelColumn<Glib::ustring> fawkes::PluginTreeView::PluginRecord::name |
the name of the plugin
Definition at line 70 of file plugin_tree_view.h.