Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
};
20
class
PacketFormatStack
:
public
QStackedWidget {
…
};
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:435
Generated by
1.9.8