java.lang.Object
io.qt.QtObject
io.qt.gui.QIconEngine.ScaledPixmapArgument
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QIconEngine
Java wrapper for Qt's class QIconEngine::ScaledPixmapArgument
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QIcon.Mode
mode()
Requested mode of the pixmapfinal QPixmap
pixmap()
That is the best match for the given size, mode, state, and scale.final double
scale()
Requested scale of the pixmapfinal void
setMode
(QIcon.Mode mode) Requested mode of the pixmapfinal void
That is the best match for the given size, mode, state, and scale.final void
setScale
(double scale) Requested scale of the pixmapfinal void
Requested size of the pixmapfinal void
setState
(QIcon.State state) Requested state of the pixmapfinal QSize
size()
Requested size of the pixmapfinal QIcon.State
state()
Requested state of the pixmapMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
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
-