Fawkes API  Fawkes Development Version
fawkes::PluginTreeView::PluginRecord Class Reference

Column record class for the plugin tree view. More...

#include <>>

List of all members.

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

Detailed Description

Column record class for the plugin tree view.

Author:
Daniel Beck

Member Data Documentation

Gtk::TreeModelColumn<Glib::ustring> fawkes::PluginTreeView::PluginRecord::description

description of the plugin

Definition at line 71 of file plugin_tree_view.h.

an index

Definition at line 69 of file plugin_tree_view.h.

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.


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