#include <set_tmp_ip_window.h>
Public Member Functions | |
void | doIP () |
void | doSubnetMask () |
void | isChangingDevice () |
void | isClear () |
void | isSet () |
void | update () |
void | updateDevices (const std::vector< std::pair< std::string, std::string > > &list, const std::string &sel_mac) |
Static Public Member Functions | |
static void | hideWindow () |
static SetTmpIPWindow * | showWindow () |
Private Member Functions | |
SetTmpIPWindow () | |
Private Attributes | |
Button * | clear_form |
InputIP * | default_gateway |
DeviceChoice * | device |
Button * | help |
InputIP * | ip |
InputMAC * | mac |
Button * | set_ip |
InputIP * | subnet_mask |
Definition at line 26 of file set_tmp_ip_window.h.
|
private |
Definition at line 216 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::doIP | ( | ) |
Definition at line 134 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::doSubnetMask | ( | ) |
Definition at line 164 of file set_tmp_ip_window.cc.
|
static |
Definition at line 89 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::isChangingDevice | ( | ) |
Definition at line 128 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::isClear | ( | ) |
Definition at line 207 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::isSet | ( | ) |
Definition at line 174 of file set_tmp_ip_window.cc.
|
static |
Definition at line 77 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::update | ( | ) |
Definition at line 105 of file set_tmp_ip_window.cc.
void SetTmpIPWindow::updateDevices | ( | const std::vector< std::pair< std::string, std::string > > & | list, |
const std::string & | sel_mac | ||
) |
Definition at line 97 of file set_tmp_ip_window.cc.
|
private |
Definition at line 54 of file set_tmp_ip_window.h.
|
private |
Definition at line 52 of file set_tmp_ip_window.h.
|
private |
Definition at line 48 of file set_tmp_ip_window.h.
|
private |
Definition at line 55 of file set_tmp_ip_window.h.
|
private |
Definition at line 50 of file set_tmp_ip_window.h.
|
private |
Definition at line 49 of file set_tmp_ip_window.h.
|
private |
Definition at line 53 of file set_tmp_ip_window.h.
|
private |
Definition at line 51 of file set_tmp_ip_window.h.