|
enum | COLS {
C_SERVER_NAME,
C_DOMAIN,
C_PILOTS_COUNT,
C_IP_ADDRESS,
C_FLAG
} |
|
|
void | dns_lookup () |
|
void | on_dns_lookup_callback (const QHostInfo &hostInfo) |
|
void | on_telnet_data (QString, QString) |
|
void | set_mp_server () |
|
void | set_fgcom () |
|
void | fgcom_check_path () |
|
void | fgcom_set_path () |
|
void | on_fgcom_path (QString) |
|
void | on_select_fgcombutton () |
|
void | on_http () |
|
void | on_telnet () |
|
void | on_screenshot () |
|
void | on_browse_http () |
|
void | on_browse_screenshot () |
|
void | on_open_telnet () |
|
void | on_upx (QString option, bool enabled, QString value) |
|
|
void | setx (QString option, bool enabled, QString value) |
|
|
| NetworkWidget (MainObject *mOb, QWidget *parent=0) |
|
void | load_local_addresses () |
|
void | populate_combo_hz (QComboBox *combo) |
|
QString | validate () |
|
|
qint64 | pid_fgcom |
|
MainObject * | mainObject |
|
XGroupHBox * | grpMpServerIn |
|
XGroupVBox * | grpMpServerOut |
|
QComboBox * | comboLocalIpAddress |
|
QComboBox * | comboRemoteAddress |
|
QComboBox * | comboRemotePort |
|
QComboBox * | comboLocalPort |
|
QComboBox * | comboHzOut |
|
QComboBox * | comboHzIn |
|
QTreeWidget * | treeWidget |
|
XGroupGBox * | grpFgCom |
|
QLineEdit * | txtFgComNo |
|
QLineEdit * | txtFgComPort |
|
QLineEdit * | lineEditFgComPath |
|
QToolButton * | buttonSetFgComPath |
|
QLabel * | labelFgComProgram |
|
QLabel * | labelFgComCheck |
|
XGroupHBox * | grpTelnet |
|
QLineEdit * | txtTelnet |
|
XGroupHBox * | grpHttp |
|
QLineEdit * | txtHttp |
|
XGroupHBox * | grpScreenShot |
|
QLineEdit * | txtScreenShot |
|
The documentation for this class was generated from the following files:
- src/network/networkwidget.h
- src/moc_networkwidget.cpp
- src/network/networkwidget.cpp