Fawkes API  Fawkes Development Version
fawkes::InterfaceChooserDialog::Record Class Reference

Blackboard interface record. More...

#include <>>

Inheritance diagram for fawkes::InterfaceChooserDialog::Record:

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

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

◆ Record()

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

Constructor.

Definition at line 50 of file interface_chooser_dialog.cpp.

References has_writer, num_readers, and type.

Member Data Documentation

◆ has_writer

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

◆ id

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

◆ num_readers

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

◆ type

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

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