10 #ifndef BLUETOOTH_DEVICES_DIALOG_H
11 #define BLUETOOTH_DEVICES_DIALOG_H
23 class QAbstractButton;
25 class QTreeWidgetItem;
28 tap_reset_cb tap_reset;
29 tap_packet_cb tap_packet;
48 void updateFilter(QString filter,
bool force =
false);
50 void goToPacket(
int packet_num);
53 void keyPressEvent(QKeyEvent *event);
57 void changeEvent(QEvent* event);
60 Ui::BluetoothDevicesDialog *ui;
66 static void tapReset(
void *tapinfo_ptr);
70 void on_tableTreeWidget_itemActivated(QTreeWidgetItem *item,
int);
71 void on_buttonBox_clicked(QAbstractButton *button);
72 void on_actionMark_Unmark_Cell_triggered();
73 void on_actionMark_Unmark_Row_triggered();
74 void on_actionCopy_Cell_triggered();
75 void on_actionCopy_Rows_triggered();
76 void on_actionCopy_All_triggered();
77 void on_actionSave_as_image_triggered();
78 void tableContextMenu(
const QPoint &pos);
79 void tableItemDoubleClicked(QTreeWidgetItem *item,
int column);
80 void interfaceCurrentIndexChanged(
int index);
81 void showInformationStepsChanged(
int state);
Definition: bluetooth_devices_dialog.h:38
void captureFileClosed()
Called when the capture file was closed. This can be used to enable or disable widgets according to t...
Definition: bluetooth_devices_dialog.cpp:113
Definition: capture_file.h:21
Definition: packet_list.h:40
Definition: wireshark_dialog.h:35
Definition: bluetooth_devices_dialog.h:27
Definition: packet_info.h:44
Definition: epan_dissect.h:28
tap_packet_status
Definition: tap.h:25