Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_application.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <main_application.h>
13
19{
20public:
27 explicit StratosharkApplication(int &argc, char **argv);
28
33
34private:
39 void initializeIcons() override;
40};
41
42extern StratosharkApplication *ssApp;
Core application class handling global state, signals, and configurations.
Definition main_application.h:39
MainApplication subclass that initialises Stratoshark-specific resources and branding at application ...
Definition stratoshark_application.h:19
~StratosharkApplication()
Destroys the application and releases all associated resources.
Definition stratoshark_application.cpp:25