
#include <conexus-gtkmm/serialcombobox.h>
Classes | |
| class | ModelColumns |
Public Member Functions | |
| SerialComboBox () | |
| ~SerialComboBox () | |
| std::string | device () |
| void | set_device (const std::string &device) |
Protected Member Functions | |
| void | load_from_hal () |
Protected Attributes | |
| DBusError | m_dbus_error |
| LibHalContext * | m_hal_ctx |
| bool | m_hal_ctx_status |
| ModelColumns | m_modelcolumns |
| Glib::RefPtr< ::Gtk::ListStore > | m_reftreemodel |
| Conexus::Gtk::SerialComboBox::SerialComboBox | ( | ) |
| Conexus::Gtk::SerialComboBox::~SerialComboBox | ( | ) |
References m_dbus_error, and m_hal_ctx.
| std::string Conexus::Gtk::SerialComboBox::device | ( | ) |
References Conexus::Gtk::SerialComboBox::ModelColumns::device, and m_modelcolumns.
Referenced by load_from_hal(), and Conexus::Gtk::TTYWidget::on_serial_device_changed().
| void Conexus::Gtk::SerialComboBox::load_from_hal | ( | ) | [protected] |
| void Conexus::Gtk::SerialComboBox::set_device | ( | const std::string & | device | ) |
References Conexus::Gtk::SerialComboBox::ModelColumns::device, m_modelcolumns, and m_reftreemodel.
DBusError Conexus::Gtk::SerialComboBox::m_dbus_error [protected] |
Referenced by load_from_hal(), SerialComboBox(), and ~SerialComboBox().
LibHalContext* Conexus::Gtk::SerialComboBox::m_hal_ctx [protected] |
Referenced by load_from_hal(), SerialComboBox(), and ~SerialComboBox().
bool Conexus::Gtk::SerialComboBox::m_hal_ctx_status [protected] |
Referenced by load_from_hal(), and SerialComboBox().
Referenced by device(), load_from_hal(), SerialComboBox(), and set_device().
Glib::RefPtr< ::Gtk::ListStore> Conexus::Gtk::SerialComboBox::m_reftreemodel [protected] |
Referenced by load_from_hal(), SerialComboBox(), and set_device().
1.5.7.1