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
utils
stock_icon.h
Go to the documentation of this file.
1
10
#ifndef STOCK_ICON_H
11
#define STOCK_ICON_H
12
13
#include <QIcon>
14
19
// Supported standard names:
20
// document-open
21
22
// Supported custom names (see images/toolbar):
23
// x-capture-file-close
24
// x-capture-file-save
25
26
class
StockIcon
:
public
QIcon
27
{
28
public
:
29
explicit
StockIcon
(
const
QString icon_name);
30
31
static
QIcon colorIcon(
const
QRgb bg_color,
const
QRgb fg_color,
const
QString glyph = QString());
32
static
QIcon colorIconTriangle(
const
QRgb bg_color,
const
QRgb fg_color);
33
static
QIcon colorIconCross(
const
QRgb bg_color,
const
QRgb fg_color);
34
static
QIcon colorIconCircle(
const
QRgb bg_color,
const
QRgb fg_color);
35
36
private
:
37
void
fillIconNameMap();
38
};
26
class
StockIcon
:
public
QIcon {
…
};
39
40
#endif
// STOCK_ICON_H
StockIcon
Definition
stock_icon.h:27
Generated by
1.9.8