33 const QString captureFilter();
34 void setCaptureFilter(
const QString capture_filter);
35 void updateStyleSheets();
38 void interfaceSelected();
41 virtual bool event(QEvent *event);
42 virtual void resizeEvent(QResizeEvent *event);
43 virtual void changeEvent(QEvent* event);
44 virtual QString getReleaseLabel();
45 virtual QString getReleaseLabelGlue();
48 void on_recentLabel_clicked();
49 void on_captureLabel_clicked();
50 void on_helpLabel_clicked();
53 Ui::WelcomePage *welcome_ui_;
60 void startCapture(QStringList ifaces);
61 void recentFileActivated(QString cfile);
62 void captureFilterSyntaxChanged(
bool valid);
63 void showExtcapOptions(QString &device_name,
bool startCaptureOnClose);
64 void interfacesChanged();
67 void setCaptureFilterText(
const QString capture_filter);
70 void appInitialized();
71 void interfaceListChanged();
72 void setReleaseLabel();
73 void captureFilterTextEdited(
const QString capture_filter);
74 void showCaptureFilesContextMenu(QPoint pos);
76 void on_interfaceFrame_showExtcapOptions(QString device_name,
bool startCaptureOnClose);
77 void on_interfaceFrame_startCapture(QStringList);
78 void captureStarting();
Definition welcome_page.h:27