Wireshark  4.3.0
The Wireshark network protocol analyzer
manuf_dialog.h
Go to the documentation of this file.
1 
10 #ifndef MANUF_DIALOG_H
11 #define MANUF_DIALOG_H
12 
13 #include <wireshark_dialog.h>
15 
16 namespace Ui {
17 class ManufDialog;
18 }
19 
21 {
22  Q_OBJECT
23 
24 public:
25  explicit ManufDialog(QWidget &parent, CaptureFile &cf);
26  ~ManufDialog();
27 
28 private slots:
29  void on_searchToggled(void);
30  void on_editingFinished(void);
31  void on_shortNameStateChanged(int state);
32  void copyToClipboard(void);
33  void clearFilter(void);
34 
35 private:
36  void searchPrefix(QString &text);
37  void searchVendor(QString &text);
38 
39  Ui::ManufDialog *ui;
40  ManufTableModel *model_;
41  ManufSortFilterProxyModel *proxy_model_;
42 };
43 
44 #endif // MANUF_DIALOG_H
Definition: capture_file.h:21
Definition: manuf_dialog.h:21
Definition: manuf_table_model.h:60
Definition: manuf_table_model.h:33
Definition: wireshark_dialog.h:35