#include <dotteddecimalentry.h>
Public Member Functions | |
DottedDecimalEntry () | |
~DottedDecimalEntry () | |
std::string | host_string () const |
::Gtk::Button & | apply_button () |
bool | is_immediate_apply_enabled () |
void | enable_immediate_apply (bool enable=true) |
void | apply () |
Protected Member Functions | |
void | on_entry_insert_text (const Glib::ustring &text, int *position, int n) |
Protected Attributes | |
IPAddressInterface * | m_address |
bool | m_immediate_apply |
sigc::connection | m_address_host_connection |
::Gtk::Entry | m_entry [4] |
Private Member Functions | |
void | setup_widget () |
Conexus::Gtk::DottedDecimalEntry::DottedDecimalEntry | ( | ) |
References setup_widget().
Conexus::Gtk::DottedDecimalEntry::~DottedDecimalEntry | ( | ) |
void Conexus::Gtk::DottedDecimalEntry::apply | ( | ) |
::Gtk::Button& Conexus::Gtk::DottedDecimalEntry::apply_button | ( | ) |
void Conexus::Gtk::DottedDecimalEntry::enable_immediate_apply | ( | bool | enable = true |
) |
std::string Conexus::Gtk::DottedDecimalEntry::host_string | ( | ) | const |
References m_entry.
bool Conexus::Gtk::DottedDecimalEntry::is_immediate_apply_enabled | ( | ) |
void Conexus::Gtk::DottedDecimalEntry::on_entry_insert_text | ( | const Glib::ustring & | text, | |
int * | position, | |||
int | n | |||
) | [protected] |
void Conexus::Gtk::DottedDecimalEntry::setup_widget | ( | ) | [private] |
sigc::connection Conexus::Gtk::DottedDecimalEntry::m_address_host_connection [protected] |
::Gtk::Entry Conexus::Gtk::DottedDecimalEntry::m_entry[4] [protected] |
Referenced by host_string(), on_entry_insert_text(), and setup_widget().
bool Conexus::Gtk::DottedDecimalEntry::m_immediate_apply [protected] |