java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.gui.QIconEngine.ScaledPixmapArgument
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QIconEngine
public static class QIconEngine.ScaledPixmapArgument extends QtObject implements Cloneable
Java wrapper for Qt class QIconEngine::ScaledPixmapArgument
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description ScaledPixmapArgument()
protected
ScaledPixmapArgument(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QIconEngine.ScaledPixmapArgument
clone()
QIcon.Mode
mode()
Requested mode of the pixmapQPixmap
pixmap()
That is the best match for the given size, mode, state, and scale.double
scale()
Requested scale of the pixmapvoid
setMode(QIcon.Mode mode)
Requested mode of the pixmapvoid
setPixmap(QPixmap pixmap)
That is the best match for the given size, mode, state, and scale.void
setScale(double scale)
Requested scale of the pixmapvoid
setSize(QSize size)
Requested size of the pixmapvoid
setState(QIcon.State state)
Requested state of the pixmapQSize
size()
Requested size of the pixmapQIcon.State
state()
Requested state of the pixmap
-
Constructor Details
-
ScaledPixmapArgument
public ScaledPixmapArgument() -
ScaledPixmapArgument
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setMode
Requested mode of the pixmap
-
mode
Requested mode of the pixmap
-
setPixmap
That is the best match for the given size, mode, state, and scale. This is an output parameter that is set after calling virtual_hook()
-
pixmap
That is the best match for the given size, mode, state, and scale. This is an output parameter that is set after calling virtual_hook()
-
setScale
Requested scale of the pixmap
-
scale
Requested scale of the pixmap
-
setSize
Requested size of the pixmap
-
size
Requested size of the pixmap
-
setState
Requested state of the pixmap
-
state
Requested state of the pixmap
-
clone
-