Widget displayed on application startup, providing interface selection, capture filter configuration, and recent file access.
More...
#include <welcome_page.h>
|
|
void | interfaceSelected () |
| | Handles selection of a capture interface by the user.
|
| |
| void | setCaptureFilterText (const QString capture_filter) |
| | Updates the capture filter input field with the given text.
|
| |
|
| void | recentFileActivated (QString cfile) |
| | Emitted when the user activates a recent capture file.
|
| |
|
|
void | on_openFileSectionLabel_clicked () |
| | Slot invoked when the "Open File" section label is clicked.
|
| |
|
| virtual bool | event (QEvent *event) |
| | Handles generic Qt events for this widget.
|
| |
| virtual void | resizeEvent (QResizeEvent *event) |
| | Handles widget resize events.
|
| |
| virtual void | showEvent (QShowEvent *event) |
| | Handles widget show events, triggering any necessary initialization.
|
| |
Widget displayed on application startup, providing interface selection, capture filter configuration, and recent file access.
◆ WelcomePage()
| WelcomePage::WelcomePage |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Constructs the WelcomePage widget.
- Parameters
-
| parent | Optional parent widget. |
◆ captureCard()
◆ captureFilter()
| const QString WelcomePage::captureFilter |
( |
| ) |
|
Returns the current capture filter string.
- Returns
- The capture filter expression.
◆ event()
| bool WelcomePage::event |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
Handles generic Qt events for this widget.
- Parameters
-
| event | The event to process. |
- Returns
- True if the event was handled; otherwise false.
◆ getInterfaceFrame()
Returns the interface frame embedded in this page.
- Returns
- Pointer to the InterfaceFrame.
◆ recentFileActivated
| void WelcomePage::recentFileActivated |
( |
QString |
cfile | ) |
|
|
signal |
Emitted when the user activates a recent capture file.
- Parameters
-
| cfile | Absolute path to the activated file. |
◆ resizeEvent()
| void WelcomePage::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protectedvirtual |
Handles widget resize events.
- Parameters
-
| event | The resize event containing the new size. |
◆ setCaptureFilter()
| void WelcomePage::setCaptureFilter |
( |
const QString |
capture_filter | ) |
|
Sets the capture filter expression.
- Parameters
-
| capture_filter | The filter string to apply. |
◆ setCaptureFilterText
| void WelcomePage::setCaptureFilterText |
( |
const QString |
capture_filter | ) |
|
|
slot |
Updates the capture filter input field with the given text.
- Parameters
-
| capture_filter | The filter string to display. |
◆ showEvent()
| void WelcomePage::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Handles widget show events, triggering any necessary initialization.
- Parameters
-
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/welcome_page.h
- /builds/wireshark/wireshark/ui/qt/welcome_page.cpp