Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
packet_format_stack.h
Go to the documentation of this file.
1
11
#ifndef PACKET_FORMAT_STACK_H
12
#define PACKET_FORMAT_STACK_H
13
14
#include "
file.h
"
15
#include "
ui/file_dialog.h
"
16
17
#include <QStackedWidget>
18
#include <QMap>
19
20
class
PacketFormatStack
:
public
QStackedWidget
21
{
22
Q_OBJECT
23
24
public
:
25
explicit
PacketFormatStack
(QWidget *parent = 0);
26
~PacketFormatStack
();
27
28
void
setExportType(export_type_e type);
29
bool
isValid()
const
;
30
void
updatePrintArgs(
print_args_t
& print_args);
31
32
signals:
33
void
formatChanged();
34
35
private
:
36
QMap<export_type_e, int> export_type_map_;
37
int
blank_idx_;
38
};
39
40
#endif
// PACKET_FORMAT_STACK_H
PacketFormatStack
Definition
packet_format_stack.h:21
file.h
file_dialog.h
print_args_t
Definition
file.h:443
Generated by
1.9.8