28 const QString captureFilter();
29 void setCaptureFilter(
const QString &filter);
30 void setCaptureFilterText(
const QString &filter);
33 void interfaceSelected();
36 void startCapture(QStringList ifaces);
37 void captureFilterSyntaxChanged(
bool valid);
38 void showExtcapOptions(QString device_name,
bool startCaptureOnClose);
39 void interfacesChanged();
42 bool event(QEvent *event)
override;
43 void resizeEvent(QResizeEvent *event)
override;
46 Ui::CaptureCardWidget *ui_;
48 void updateStyleSheet();
49 void updateFilterRowVisibility();
52 void appInitialized();
53 void interfaceListChanged();
54 void captureFilterTextEdited(
const QString &filter);
55 void captureStarting();