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
file_set_dialog.h
Go to the documentation of this file.
1
10
#ifndef FILE_SET_DIALOG_H
11
#define FILE_SET_DIALOG_H
12
13
#include <config.h>
14
15
#include "
file.h
"
16
#include "
fileset.h
"
17
18
#include "
geometry_state_dialog.h
"
19
20
#include <QItemSelection>
21
22
namespace
Ui {
23
class
FileSetDialog
;
24
}
25
26
class
FilesetEntryModel
;
27
28
class
FileSetDialog
:
public
GeometryStateDialog
29
{
30
Q_OBJECT
31
32
public
:
33
explicit
FileSetDialog
(QWidget *parent = 0);
34
~FileSetDialog
();
35
36
void
fileOpened(
const
capture_file
*cf);
37
void
fileClosed();
38
void
addFile(
fileset_entry
*entry = NULL);
39
void
beginAddFile();
40
void
endAddFile();
41
42
signals:
43
void
fileSetOpenCaptureFile(QString);
44
45
private
slots:
46
void
selectionChanged(
const
QItemSelection &selected,
const
QItemSelection &);
47
void
on_buttonBox_helpRequested();
48
49
private
:
50
Ui::FileSetDialog *fs_ui_;
51
FilesetEntryModel
*fileset_entry_model_;
52
QPushButton *close_button_;
53
int
cur_idx_;
54
};
28
class
FileSetDialog
:
public
GeometryStateDialog
{
…
};
55
56
#endif
// FILE_SET_DIALOG_H
FileSetDialog
Definition
file_set_dialog.h:29
FilesetEntryModel
Definition
fileset_entry_model.h:22
GeometryStateDialog
Definition
geometry_state_dialog.h:17
file.h
fileset.h
geometry_state_dialog.h
_capture_file
Definition
cfile.h:67
_fileset_entry
Definition
fileset.h:22
Generated by
1.9.8