Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_search_frame.h
Go to the documentation of this file.
1
9
10#ifndef STRATOSHARK_SEARCH_FRAME_H
11#define STRATOSHARK_SEARCH_FRAME_H
12
13#include <config.h>
14
15#include "search_frame.h"
16
17namespace Ui {
18class StratosharkSearchFrame;
19}
20
26{
27 Q_OBJECT
28
29public:
34 explicit StratosharkSearchFrame(QWidget *parent = 0);
35
40};
41
42#endif // STRATOSHARK_SEARCH_FRAME_H
SearchFrame(QWidget *parent=0)
Constructs a SearchFrame in its collapsed (hidden) state.
Definition search_frame.cpp:52
virtual ~StratosharkSearchFrame()
Destroys the search frame.
Definition stratoshark_search_frame.cpp:28
StratosharkSearchFrame(QWidget *parent=0)
Constructs the Stratoshark search frame.
Definition stratoshark_search_frame.cpp:13