- 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
getMode()
Kotlin property getter.final QPixmap
Kotlin property getter.final double
getScale()
Kotlin property getter.final QSize
getSize()
Kotlin property getter.final QIcon.State
getState()
Kotlin property getter.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
-
getMode
Kotlin property getter. In Java use
mode()
instead. -
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()
-
getPixmap
Kotlin property getter. In Java use
pixmap()
instead. -
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
-
getScale
Kotlin property getter. In Java use
scale()
instead. -
scale
Requested scale of the pixmap
-
setSize
Requested size of the pixmap
-
getSize
Kotlin property getter. In Java use
size()
instead. -
size
Requested size of the pixmap
-
setState
Requested state of the pixmap
-
getState
Kotlin property getter. In Java use
state()
instead. -
state
Requested state of the pixmap
-
clone
-