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
l
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
widgets
display_filter_combo.h
Go to the documentation of this file.
1
10
#ifndef DISPLAY_FILTER_COMBO_H
11
#define DISPLAY_FILTER_COMBO_H
12
13
#include <QComboBox>
14
#include <QList>
15
16
class
DisplayFilterCombo
:
public
QComboBox
17
{
18
Q_OBJECT
19
public
:
20
explicit
DisplayFilterCombo
(QWidget *parent = 0);
21
bool
addRecentCapture(
const
char
*filter);
22
void
writeRecent(FILE *rf);
23
void
updateStyleSheet();
24
25
protected
:
26
void
rowsInserted(
const
QModelIndex&,
int
,
int
);
27
virtual
bool
event(QEvent *event);
28
29
private
:
30
31
public
slots:
32
bool
checkDisplayFilter();
33
void
applyDisplayFilter();
34
void
setDisplayFilter(QString filter);
35
36
private
slots:
37
void
updateMaxCount();
38
void
filterApplied(QString filter,
bool
force);
39
};
16
class
DisplayFilterCombo
:
public
QComboBox {
…
};
40
41
#endif
// DISPLAY_FILTER_COMBO_H
DisplayFilterCombo
Definition
display_filter_combo.h:17
Generated by
1.9.8