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_openFileSectionLabel_clicked();
49 void on_captureSectionLabel_clicked();
52 Ui::WelcomePage *welcome_ui_;
58 void updateSidebarLayout();
61 void startCapture(QStringList ifaces);
62 void recentFileActivated(QString cfile);
63 void captureFilterSyntaxChanged(
bool valid);
64 void showExtcapOptions(QString &device_name,
bool startCaptureOnClose);
65 void interfacesChanged();
68 void setCaptureFilterText(
const QString capture_filter);
71 void appInitialized();
72 void interfaceListChanged();
73 void setReleaseLabel();
74 void captureFilterTextEdited(
const QString capture_filter);
75 void showCaptureFilesContextMenu(QPoint pos);
77 void on_captureSectionInterfaceFrame_showExtcapOptions(QString device_name,
bool startCaptureOnClose);
78 void on_captureSectionInterfaceFrame_startCapture(QStringList);
79 void captureStarting();
80 void applySidebarPreferences();
Definition welcome_page.h:27