Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
Record () | |
Constructor. More... | |
Public Attributes | |
Gtk::TreeModelColumn< Glib::ustring > | type |
The type of the interface. More... | |
Gtk::TreeModelColumn< Glib::ustring > | id |
The ID of the interface. More... | |
Gtk::TreeModelColumn< bool > | has_writer |
Writer exists? More... | |
Gtk::TreeModelColumn< unsigned int > | num_readers |
Number of readers. More... | |
Blackboard interface record. Record with information about a blackboard interface for a tree model.
Definition at line 65 of file interface_chooser_dialog.h.
fawkes::InterfaceChooserDialog::Record::Record | ( | ) |
Constructor.
Definition at line 53 of file interface_chooser_dialog.cpp.
References fawkes::InterfaceChooserDialog::InterfaceChooserDialog().
Gtk::TreeModelColumn<bool> fawkes::InterfaceChooserDialog::Record::has_writer |
Writer exists?
Definition at line 72 of file interface_chooser_dialog.h.
Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::id |
The ID of the interface.
Definition at line 71 of file interface_chooser_dialog.h.
Gtk::TreeModelColumn<unsigned int> fawkes::InterfaceChooserDialog::Record::num_readers |
Number of readers.
Definition at line 73 of file interface_chooser_dialog.h.
Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::type |
The type of the interface.
Definition at line 70 of file interface_chooser_dialog.h.
Referenced by fawkes::InterfaceChooserDialog::init_row().