55 Ui::ManageInterfacesDialog *ui;
69 void showRemoteInterfaces();
71#ifdef HAVE_PCAP_REMOTE
76 void addRemote(
const QVariantMap&& remoteHostMap);
81 void populateExistingRemotes();
85#ifdef HAVE_PCAP_REMOTE
91 void remoteAdded(GList *rlist, remote_options *roptions);
104 void updateWidgets();
110 void on_addPipe_clicked();
115 void on_delPipe_clicked();
118#ifdef HAVE_PCAP_REMOTE
122 void on_addRemote_clicked();
127 void on_delRemote_clicked();
132 void remoteAccepted();
139 void on_remoteList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
146 void on_remoteList_itemClicked(QTreeWidgetItem *item,
int column);
153 void addRemoteInterfaces(GList *rlist, remote_options *roptions);
161 void updateRemoteInterfaceList(capture_options* capture_opts, GList *rlist, remote_options *roptions);
174 void remoteSelectionChanged(QTreeWidgetItem* item,
int col);
179 void on_remoteSettings_clicked();
185 void on_buttonBox_helpRequested();
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91