Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::InterfaceChooserDialog::Record Class Reference

Blackboard interface record. More...

#include <>>

Inheritance diagram for fawkes::InterfaceChooserDialog::Record:

Public Member Functions

 Record ()
 Constructor.

Public Attributes

Gtk::TreeModelColumn
< Glib::ustring > 
type
 The type of the interface.
Gtk::TreeModelColumn
< Glib::ustring > 
id
 The ID of the interface.
Gtk::TreeModelColumn< bool > has_writer
 Writer exists?
Gtk::TreeModelColumn< unsigned
int > 
num_readers
 Number of readers.

Detailed Description

Blackboard interface record.

Record with information about a blackboard interface for a tree model.

Author
Tim Niemueller

Definition at line 63 of file interface_chooser_dialog.h.

Constructor & Destructor Documentation

fawkes::InterfaceChooserDialog::Record::Record ( )

Constructor.

Reimplemented in fawkes::MultiInterfaceChooserDialog::Record.

Definition at line 50 of file interface_chooser_dialog.cpp.

Member Data Documentation

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().

Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::id
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().

Gtk::TreeModelColumn<Glib::ustring> fawkes::InterfaceChooserDialog::Record::type

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