62 void updateFilter(QString &filter,
bool force =
false);
64 void goToPacket(
int packet_num);
67 void keyPressEvent(QKeyEvent *event);
71 void changeEvent(QEvent* event);
74 Ui::BluetoothDeviceDialog *ui;
80 static void tapReset(
void *tapinfo_ptr);
82 static void updateChanges(QTableWidget *tableWidget, QString value,
const int row,
unsigned *changes,
packet_info *pinfo);
86 void setTitle(QString bdAddr, QString name);
87 void on_tableWidget_itemActivated(QTableWidgetItem *item);
88 void on_buttonBox_clicked(QAbstractButton *button);
89 void on_actionMark_Unmark_Cell_triggered();
90 void on_actionMark_Unmark_Row_triggered();
91 void on_actionCopy_Cell_triggered();
92 void on_actionCopy_Rows_triggered();
93 void on_actionCopy_All_triggered();
94 void on_actionSave_as_image_triggered();
95 void tableContextMenu(
const QPoint &pos);
96 void interfaceCurrentIndexChanged(
int index);
97 void showInformationStepsChanged(
int state);
void captureFileClosing()
Called when the capture file is about to close. This can be used to disconnect taps and similar actio...
Definition bluetooth_device_dialog.cpp:176