10 #ifndef WELCOME_PAGE_H
11 #define WELCOME_PAGE_H
16 class QListWidgetItem;
33 const QString captureFilter();
34 void setCaptureFilter(
const QString capture_filter);
37 void interfaceSelected();
40 virtual bool event(QEvent *event);
41 virtual void resizeEvent(QResizeEvent *event);
42 virtual void changeEvent(QEvent* event);
45 void on_recentLabel_clicked();
46 void on_captureLabel_clicked();
47 void on_helpLabel_clicked();
50 void updateStyleSheets();
52 Ui::WelcomePage *welcome_ui_;
59 QListWidget *recent_files_;
62 void startCapture(QStringList);
63 void recentFileActivated(QString cfile);
64 void captureFilterSyntaxChanged(
bool valid);
65 void showExtcapOptions(QString &device_name,
bool startCaptureOnClose);
66 void interfacesChanged();
69 void setCaptureFilterText(
const QString capture_filter);
72 void appInitialized();
73 void interfaceListChanged();
74 void setReleaseLabel();
75 void captureFilterTextEdited(
const QString capture_filter);
76 void updateRecentCaptures();
77 void openRecentItem(QListWidgetItem *item);
78 void showRecentContextMenu(QPoint pos);
79 void showRecentFolder();
80 void copyRecentPath();
81 void removeRecentPath();
83 void on_interfaceFrame_showExtcapOptions(QString device_name,
bool startCaptureOnClose);
84 void on_interfaceFrame_startCapture(QStringList);
85 void captureStarting();
Definition: interface_frame.h:36
Definition: splash_overlay.h:29
Definition: welcome_page.h:27