MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Accept

Method Accept

Src/ParameterCompone/ParameterNetUI.cpp:69–79  ·  view source on GitHub ↗

[Accept]

Source from the content-addressed store, hash-verified

67
68//! [Accept]
69int CParameterNetUI::Accept()
70{
71 int nRet = 0;
72
73 m_pNet->SetHost(ui->leHost->text());
74 m_pNet->SetPort(ui->spPort->value());
75
76 // Accept user UI parameters
77 nRet = ui->wUser->Accept();
78 return nRet;
79}
80//! [Accept]
81
82void CParameterNetUI::on_leHost_editingFinished()

Callers

nothing calls this directly

Calls 2

SetHostMethod · 0.80
SetPortMethod · 0.45

Tested by

no test coverage detected