#include <conexusmm/ttywidget.h>
Public Member Functions | |
void | connect (Conexus::TTY &tty) |
void | disconnect () |
SerialComboBox & | device_widget () |
TTYStopBitsRadio & | stop_bits_widget () |
TTYByteSizeRadio & | byte_size_widget () |
TTYFlowControlComboBox & | flow_control_widget () |
TTYParityComboBox & | parity_widget () |
TTYParityErrorComboBox & | parity_error_widget () |
TTYSpeedComboBox & | input_speed_widget () |
TTYSpeedComboBox & | output_speed_widget () |
Gtk::CheckButton & | carrier_detect_widget () |
Gtk::CheckButton & | receiver_enable_button () |
Protected Member Functions | |
void | on_serial_device_changed () |
void | on_byte_size_changed () |
void | on_stop_bits_changed () |
void | on_flow_control_changed () |
void | on_parity_changed () |
void | on_parity_error_changed () |
void | on_input_speed_changed () |
void | on_output_speed_changed () |
void | on_speed_link_changed () |
void | on_carrier_detect_changed () |
void | on_receiver_enable_changed () |
Protected Attributes | |
Conexus::TTY * | m_tty |
SerialComboBox | m_serial_combobox |
TTYStopBitsRadio | m_stop_bits_radio |
TTYByteSizeRadio | m_byte_size_radio |
TTYFlowControlComboBox | m_flow_control_combobox |
TTYParityComboBox | m_parity_combobox |
TTYParityErrorComboBox | m_parity_error_combobox |
TTYSpeedComboBox | m_input_speed_combobox |
TTYSpeedComboBox | m_output_speed_combobox |
Gtk::Button | m_link_speed_button |
bool | m_speed_linked |
Glib::RefPtr< Gdk::Pixbuf > | m_link_image |
Glib::RefPtr< Gdk::Pixbuf > | m_unlink_image |
Gtk::CheckButton | m_carrier_detect |
Gtk::CheckButton | m_receiver_enable_button |