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
models
resolved_addresses_models.h
Go to the documentation of this file.
1
10
#ifndef RESOLVED_ADDRESSES_MODELS_H
11
#define RESOLVED_ADDRESSES_MODELS_H
12
13
#include <
ui/qt/models/astringlist_list_model.h
>
14
15
#include <QAbstractListModel>
16
#include <QSortFilterProxyModel>
17
18
class
EthernetAddressModel
:
public
AStringListListModel
19
{
20
Q_OBJECT
21
22
public
:
23
EthernetAddressModel
(QObject * parent = Q_NULLPTR);
24
25
QStringList filterValues()
const
;
26
27
protected
:
28
QStringList headerColumns()
const override
;
29
void
populate();
30
31
};
18
class
EthernetAddressModel
:
public
AStringListListModel
{
…
};
32
33
enum
PortsModelColumns
34
{
35
PORTS_COL_NAME,
36
PORTS_COL_PORT,
37
PORTS_COL_PROTOCOL
38
};
39
40
class
PortsModel
:
public
AStringListListModel
41
{
42
Q_OBJECT
43
44
public
:
45
PortsModel
(QObject * parent = Q_NULLPTR);
46
47
QStringList filterValues()
const
;
48
49
protected
:
50
QStringList headerColumns()
const override
;
51
void
populate();
52
53
};
40
class
PortsModel
:
public
AStringListListModel
{
…
};
54
55
#endif
// RESOLVED_ADDRESSES_MODELS_H
astringlist_list_model.h
AStringListListModel
Definition
astringlist_list_model.h:23
EthernetAddressModel
Definition
resolved_addresses_models.h:19
PortsModel
Definition
resolved_addresses_models.h:41
Generated by
1.9.8