Fawkes API
Fawkes Development Version
|
Blackboard interface record. More...
#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 63 of file interface_chooser_dialog.h.
fawkes::InterfaceChooserDialog::Record::Record | ( | ) |
Constructor.
Definition at line 50 of file interface_chooser_dialog.cpp.
References has_writer, num_readers, and type.
Gtk::TreeModelColumn<bool> fawkes::InterfaceChooserDialog::Record::has_writer |
Writer exists?
Definition at line 70 of file interface_chooser_dialog.h.
Referenced by fawkes::InterfaceChooserDialog::init_row(), and Record().
Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::id |
The ID of the interface.
Definition at line 69 of file interface_chooser_dialog.h.
Referenced by fawkes::InterfaceChooserDialog::get_selected_interface(), and fawkes::InterfaceChooserDialog::init_row().
Gtk::TreeModelColumn<unsigned int> fawkes::InterfaceChooserDialog::Record::num_readers |
Number of readers.
Definition at line 71 of file interface_chooser_dialog.h.
Referenced by fawkes::InterfaceChooserDialog::init_row(), and Record().
Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::type |
The type of the interface.
Definition at line 68 of file interface_chooser_dialog.h.
Referenced by fawkes::InterfaceChooserDialog::get_selected_interface(), fawkes::InterfaceChooserDialog::init_row(), and Record().