10 #ifndef MANAGE_INTERFACES_DIALOG_H 11 #define MANAGE_INTERFACES_DIALOG_H 18 #include <ui/qt/models/interface_tree_cache_model.h> 19 #include <ui/qt/models/interface_sort_filter_model.h> 21 #include "geometry_state_dialog.h" 22 #include <QStyledItemDelegate> 25 class QTreeWidgetItem;
26 class QStandardItemModel;
50 void showRemoteInterfaces();
54 #ifdef HAVE_PCAP_REMOTE 55 void remoteAdded(GList *rlist, remote_options *roptions);
62 void on_buttonBox_accepted();
65 void on_addPipe_clicked();
66 void on_delPipe_clicked();
69 void onSelectionChanged(
const QItemSelection &sel,
const QItemSelection &desel);
71 #ifdef HAVE_PCAP_REMOTE 72 void on_addRemote_clicked();
73 void on_delRemote_clicked();
74 void remoteAccepted();
75 void on_remoteList_currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
76 void on_remoteList_itemClicked(QTreeWidgetItem *item,
int column);
77 void addRemoteInterfaces(GList *rlist, remote_options *roptions);
78 void updateRemoteInterfaceList(GList *rlist, remote_options *roptions);
80 void remoteSelectionChanged(QTreeWidgetItem* item,
int col);
81 void on_remoteSettings_clicked();
83 void on_buttonBox_helpRequested();
86 #endif // MANAGE_INTERFACES_DIALOG_H Definition: ui_manage_interfaces_dialog.h:231
Definition: geometry_state_dialog.h:15
Definition: ui_about_dialog.h:291
Definition: interface_sort_filter_model.h:22
Definition: manage_interfaces_dialog.h:35
Definition: interface_tree_cache_model.h:20
Definition: androiddump.c:211