Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_main_status_bar.h
Go to the documentation of this file.
1
9
10#ifndef STRATOSHARK_MAIN_STATUS_BAR_H
11#define STRATOSHARK_MAIN_STATUS_BAR_H
12
13#include "config.h"
15
22{
23 Q_OBJECT
24
25public:
30 explicit StratosharkMainStatusBar(QWidget *parent = 0);
31
36
37protected:
42 void showCaptureStatistics() override;
43};
44
45#endif // STRATOSHARK_MAIN_STATUS_BAR_H
MainStatusBar(QWidget *parent=0)
Constructs a new MainStatusBar.
Definition main_status_bar.cpp:82
void showCaptureStatistics() override
Updates the status bar's capture statistics section with Stratoshark-appropriate event counts and dis...
Definition stratoshark_main_status_bar.cpp:25
virtual ~StratosharkMainStatusBar()
Destroys the status bar.
Definition stratoshark_main_status_bar.cpp:21
StratosharkMainStatusBar(QWidget *parent=0)
Constructs the Stratoshark main status bar.
Definition stratoshark_main_status_bar.cpp:16