
#include <dotteddecimalentry.h>

Public Member Functions | |
| DottedDecimalEntry () | |
| ~DottedDecimalEntry () | |
| std::string | get_value_string () const |
Protected Member Functions | |
| void | on_entry_insert_text (const Glib::ustring &text, int *position, int n) |
| virtual void | on_connect (Conexus::IPv4::Address &address) |
| virtual void | on_connect (Conexus::IPv6::Address &address) |
Protected Attributes | |
| ::Gtk::Entry | m_entry [4] |
| Conexus::Gtk::DottedDecimalEntry::DottedDecimalEntry | ( | ) |
References m_entry, and on_entry_insert_text().
| Conexus::Gtk::DottedDecimalEntry::~DottedDecimalEntry | ( | ) |
| std::string Conexus::Gtk::DottedDecimalEntry::get_value_string | ( | ) | const |
| void Conexus::Gtk::DottedDecimalEntry::on_connect | ( | Conexus::IPv6::Address & | address | ) | [protected, virtual] |
| void Conexus::Gtk::DottedDecimalEntry::on_connect | ( | Conexus::IPv4::Address & | address | ) | [protected, virtual] |
Reimplemented from Conexus::Gtk::AddressContainer.
References get_value_string(), and Conexus::IPv4::Address::set_address().
| void Conexus::Gtk::DottedDecimalEntry::on_entry_insert_text | ( | const Glib::ustring & | text, | |
| int * | position, | |||
| int | n | |||
| ) | [protected] |
References m_entry, Conexus::Gtk::AddressContainer::m_ipv4_address, and Conexus::Gtk::AddressContainer::m_ipv6_address.
Referenced by DottedDecimalEntry().
::Gtk::Entry Conexus::Gtk::DottedDecimalEntry::m_entry[4] [protected] |
Referenced by DottedDecimalEntry(), get_value_string(), and on_entry_insert_text().
1.5.7.1