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
stock_icon_tool_button.h
Go to the documentation of this file.
1
10
#ifndef STOCKICONTOOLBUTTON_H
11
#define STOCKICONTOOLBUTTON_H
12
13
#include <QToolButton>
14
15
class
StockIconToolButton
:
public
QToolButton
16
{
17
public
:
18
explicit
StockIconToolButton
(QWidget * parent = 0, QString stock_icon_name = QString());
19
20
void
setIconMode(QIcon::Mode mode = QIcon::Normal);
21
void
setStockIcon(QString icon_name = QString());
22
23
protected
:
24
virtual
bool
event(QEvent *event);
25
26
private
:
27
QIcon base_icon_;
28
QString icon_name_;
29
};
15
class
StockIconToolButton
:
public
QToolButton {
…
};
30
31
#endif
// STOCKICONTOOLBUTTON_H
StockIconToolButton
Definition
stock_icon_tool_button.h:16
Generated by
1.9.8