Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
wireshark_application.h
Go to the documentation of this file.
1
10
#ifndef WIRESHARK_APPLICATION_H
11
#define WIRESHARK_APPLICATION_H
12
13
#include <
main_application.h
>
14
18
class
WiresharkApplication
:
public
MainApplication
19
{
20
public
:
26
explicit
WiresharkApplication
(
int
&argc,
char
**argv);
27
31
~WiresharkApplication
();
32
33
private
:
37
void
initializeIcons()
override
;
38
};
39
41
extern
WiresharkApplication
*
wsApp
;
42
43
#endif
// WIRESHARK_APPLICATION_H
MainApplication
Core application class handling global state, signals, and configurations.
Definition
main_application.h:39
WiresharkApplication
Top-level Qt application object for the Wireshark GUI.
Definition
wireshark_application.h:19
WiresharkApplication::~WiresharkApplication
~WiresharkApplication()
Destroys the Wireshark application instance.
Definition
wireshark_application.cpp:25
main_application.h
wsApp
WiresharkApplication * wsApp
Global pointer to the single WiresharkApplication instance.
Definition
wireshark_application.cpp:12
Generated by
1.9.8