- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QIconEngine
Java wrapper for Qt class QIconEngine::ScaledPixmapArgument
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionSeeQIconEngine::ScaledPixmapArgument::
ScaledPixmapArgument() -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.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()See
QIconEngine::ScaledPixmapArgument::
ScaledPixmapArgument()
-
-
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
Creates and returns a copy of this object.
-
getMode
Kotlin property getter. In Java use
mode()
instead. -
getPixmap
Kotlin property getter. In Java use
pixmap()
instead. -
getScale
Kotlin property getter. In Java use
scale()
instead. -
getSize
Kotlin property getter. In Java use
size()
instead. -
getState
Kotlin property getter. In Java use
state()
instead.
-