|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QPixmapFilter.FilterType
public static final class QPixmapFilter.FilterType
This enum describes the types of filter that can be applied to pixmaps.
Field Summary | |
---|---|
static QPixmapFilter.FilterType |
ColorizeFilter
A filter that is used to change the overall color of an image. |
static QPixmapFilter.FilterType |
ConvolutionFilter
A filter that is used to calculate the convolution of the image with a kernel. |
static QPixmapFilter.FilterType |
DropShadowFilter
A filter that is used to add a drop shadow to an image. |
static QPixmapFilter.FilterType |
UserFilter
The first filter type that can be used for application-specific purposes. |
Method Summary | |
---|---|
static QPixmapFilter.FilterType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPixmapFilter.FilterType |
valueOf(java.lang.String name)
|
static QPixmapFilter.FilterType[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QPixmapFilter.FilterType ConvolutionFilter
QPixmapConvolutionFilter
for more information.
public static final QPixmapFilter.FilterType ColorizeFilter
QPixmapColorizeFilter
for more information.
public static final QPixmapFilter.FilterType DropShadowFilter
QPixmapDropShadowFilter
for more information.
public static final QPixmapFilter.FilterType UserFilter
Method Detail |
---|
public static QPixmapFilter.FilterType[] values()
public static QPixmapFilter.FilterType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QPixmapFilter.FilterType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |