|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QPaintEngine.Type>
com.trolltech.qt.gui.QPaintEngine.Type
public static enum QPaintEngine.Type
Press link for info on QPaintEngine.Type
Enum Constant Summary | |
---|---|
CoreGraphics
Mac OS X's Quartz2D (CoreGraphics) |
|
Direct3D
Windows only, Direct3D based engine |
|
MacPrinter
Internal. |
|
MaxUser
Last user type ID |
|
OpenGL
Internal. |
|
Picture
QPicture format |
|
PostScript
Internal. |
|
QuickDraw
Mac OS X's QuickDraw |
|
QWindowSystem
Qtopia Core |
|
Raster
Internal. |
|
SVG
Scalable Vector Graphics XML format |
|
User
First user type ID |
|
Windows
Internal. |
|
X11
Internal. |
Method Summary | |
---|---|
static QPaintEngine.Type |
resolve(int value)
|
int |
value()
|
static QPaintEngine.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QPaintEngine.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QPaintEngine.Type X11
public static final QPaintEngine.Type Windows
public static final QPaintEngine.Type QuickDraw
Mac OS X's QuickDraw
public static final QPaintEngine.Type CoreGraphics
Mac OS X's Quartz2D (CoreGraphics)
public static final QPaintEngine.Type MacPrinter
public static final QPaintEngine.Type QWindowSystem
Qtopia Core
public static final QPaintEngine.Type PostScript
public static final QPaintEngine.Type OpenGL
public static final QPaintEngine.Type Picture
QPicture format
public static final QPaintEngine.Type SVG
Scalable Vector Graphics XML format
public static final QPaintEngine.Type Raster
public static final QPaintEngine.Type Direct3D
Windows only, Direct3D based engine
public static final QPaintEngine.Type User
First user type ID
public static final QPaintEngine.Type MaxUser
Last user type ID
Method Detail |
---|
public static final QPaintEngine.Type[] values()
for(QPaintEngine.Type c : QPaintEngine.Type.values()) System.out.println(c);
public static QPaintEngine.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
value
in interface QtEnumerator
public static QPaintEngine.Type resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |