java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QImageEncoderSettings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QImageEncoderSettings extends QtObject implements Cloneable
Set of image encoder settings
Java wrapper for Qt class QImageEncoderSettings
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QImageEncoderSettings()
QImageEncoderSettings(QImageEncoderSettings other)
protected
QImageEncoderSettings(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QImageEncoderSettings
clone()
String
codec()
Object
encodingOption(String option)
QMap<String,Object>
encodingOptions()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isNull()
QMultimedia.EncodingQuality
quality()
QSize
resolution()
void
setCodec(String arg__1)
void
setEncodingOption(String option, Object value)
void
setEncodingOptions(Map<String,Object> options)
void
setQuality(QMultimedia.EncodingQuality quality)
void
setResolution(int width, int height)
void
setResolution(QSize arg__1)
-
Constructor Details
-
QImageEncoderSettings
public QImageEncoderSettings() -
QImageEncoderSettings
-
QImageEncoderSettings
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
codec
-
encodingOption
-
encodingOptions
-
isNull
-
quality
-
resolution
-
setCodec
-
setEncodingOption
-
setEncodingOptions
-
setQuality
-
setResolution
-
setResolution
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-