java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QMimeType
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes types of file or data, represented by a MIME type string
Java wrapper for Qt class QMimeType
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QStringList
aliases()
final QStringList
clone()
final String
comment()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final String
final String
final QStringList
int
hashCode()
final String
iconName()
final boolean
final boolean
final boolean
isValid()
final String
name()
final QStringList
final String
final QStringList
suffixes()
final void
toString()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QMimeType
public QMimeType() -
QMimeType
-
QMimeType
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
aliases
-
allAncestors
-
comment
-
filterString
-
genericIconName
-
globPatterns
-
iconName
-
inherits
-
isDefault
-
isValid
-
name
-
parentMimeTypes
-
preferredSuffix
-
suffixes
-
swap
-
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
-
toString
-
clone
-