$search
Public Member Functions | |
PluginRecord () | |
Public Attributes | |
Gtk::TreeModelColumn < Glib::ustring > | description |
Gtk::TreeModelColumn< int > | index |
Gtk::TreeModelColumn< bool > | loaded |
Gtk::TreeModelColumn < Glib::ustring > | name |
Gtk::TreeModelColumn < Glib::ustring > | status |
Definition at line 44 of file rosspawn_gui.h.
RosSpawnGuiWindow::PluginRecord::PluginRecord | ( | ) | [inline] |
Definition at line 47 of file rosspawn_gui.h.
Gtk::TreeModelColumn<Glib::ustring> RosSpawnGuiWindow::PluginRecord::description |
description of the plugin
Definition at line 58 of file rosspawn_gui.h.
Gtk::TreeModelColumn<int> RosSpawnGuiWindow::PluginRecord::index |
an index
Definition at line 56 of file rosspawn_gui.h.
Gtk::TreeModelColumn<bool> RosSpawnGuiWindow::PluginRecord::loaded |
the loaded status of the plugin
Definition at line 59 of file rosspawn_gui.h.
Gtk::TreeModelColumn<Glib::ustring> RosSpawnGuiWindow::PluginRecord::name |
the name of the plugin
Definition at line 57 of file rosspawn_gui.h.
Gtk::TreeModelColumn<Glib::ustring> RosSpawnGuiWindow::PluginRecord::status |
Current status
Definition at line 60 of file rosspawn_gui.h.