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

#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 51 of file interface_chooser_dialog.cpp.

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.

◆ id

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

The ID of the interface.

Definition at line 69 of file interface_chooser_dialog.h.

◆ num_readers

Gtk::TreeModelColumn<unsigned int> fawkes::InterfaceChooserDialog::Record::num_readers

Number of readers.

Definition at line 71 of file interface_chooser_dialog.h.

◆ type

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

The type of the interface.

Definition at line 68 of file interface_chooser_dialog.h.


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