API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
Properties
Related Symbols
Files
File List
File 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
z
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
DesignPixmapResolver.h
Go to the documentation of this file.
1
#pragma once
2
#include "
DLLInfo.h
"
3
#include <NDEVR/QTIconManager.h>
4
namespace
NDEVR
5
{
6
class
ImageData;
7
class
DESIGN_WIDGETS_API
DesignPixmapResolver
:
public
PixmapResolver
8
{
9
public
:
10
virtual
bool
canPotentiallyResolve(
const
String
& pixmap_resource)
override
;
11
virtual
QPixmap resolve(
const
String
& pixmap_resource, QIcon::Mode,
const
QSize&,
Dictionary<String, QPixmap>
& pixmaps)
override
;
12
virtual
UUID
id()
const override
;
13
static
QImage Convert(
const
ImageData
& image);
14
static
ImageData
Convert(
const
String
& to_id,
const
QImage& qimage);
15
static
void
SaveToImageFactory(
const
String
& image_id,
const
QImage& image);
16
};
7
class
DESIGN_WIDGETS_API
DesignPixmapResolver
:
public
PixmapResolver
{
…
};
17
}
DLLInfo.h
DESIGN_WIDGETS_API
#define DESIGN_WIDGETS_API
Definition
DLLInfo.h:74
NDEVR::DesignPixmapResolver
Definition
DesignPixmapResolver.h:8
NDEVR::Dictionary
Definition
Dictionary.h:48
NDEVR::ImageData
Definition
ImageFactory.h:108
NDEVR::PixmapResolver
Definition
QTIconManager.h:100
NDEVR::String
Definition
String.h:40
NDEVR::UUID
Definition
UUID.h:66
NDEVR
Definition
ACIColor.h:37
DesignWidgets
Headers
DesignPixmapResolver.h