Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
g
i
l
m
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
y
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
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
+
Typedefs
_
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
+
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
h
i
k
l
n
o
r
t
u
v
x
+
Enumerator
b
c
d
e
f
h
i
k
l
m
n
o
p
r
t
u
v
w
x
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
3rdparty
Qt-Advanced-Docking
include
Qads
IconProvider.h
Go to the documentation of this file.
1
#ifndef IconProviderH
2
#define IconProviderH
3
//============================================================================
8
//============================================================================
9
10
//============================================================================
11
// INCLUDES
12
//============================================================================
13
#include <QIcon>
14
15
#include "
ads_globals.h
"
16
17
namespace
ads
18
{
19
20
struct
IconProviderPrivate;
21
28
class
ADS_EXPORT
CIconProvider
29
{
30
private
:
31
IconProviderPrivate
*
d
;
32
friend
struct
IconProviderPrivate
;
33
34
public
:
38
CIconProvider
();
39
43
virtual
~
CIconProvider
();
44
49
QIcon customIcon(
eIcon
IconId)
const
;
50
54
void
registerCustomIcon(
eIcon
IconId,
const
QIcon &icon);
55
};
// class IconProvider
56
57
}
// namespace ads
58
59
60
//---------------------------------------------------------------------------
61
#endif // IconProviderH
ads::eIcon
eIcon
Definition:
ads_globals.h:110
ads::CIconProvider
Definition:
IconProvider.h:28
ads
Definition:
ads_globals.h:69
ads::IconProviderPrivate
Definition:
IconProvider.cpp:19
ads_globals.h
Declaration of.
ADS_EXPORT
#define ADS_EXPORT
Definition:
ads_globals.h:50
ads::CIconProvider::d
IconProviderPrivate * d
private data (pimpl)
Definition:
IconProvider.h:31
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:02