|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QPaintEngine.DirtyFlag>
com.trolltech.qt.gui.QPaintEngine.DirtyFlag
public static enum QPaintEngine.DirtyFlag
These types are used by QPainter to trigger lazy updates of the various states in the QPaintEngine using QPaintEngine::updateState().
A paint engine must update every dirty state.
Enum Constant Summary | |
---|---|
AllDirty
Convenience enum used internally. |
|
DirtyBackground
The background is dirty and needs to be updated. |
|
DirtyBackgroundMode
The background mode is dirty and needs to be updated. |
|
DirtyBrush
The brush is dirty and needs to be updated. |
|
DirtyBrushOrigin
The brush origin is dirty and needs to updated. |
|
DirtyClipEnabled
Whether clipping is enabled or not is dirty and needs to be updated. |
|
DirtyClipPath
The clip path is dirty and needs to be updated. |
|
DirtyClipRegion
The clip region is dirty and needs to be updated. |
|
DirtyCompositionMode
The composition mode is dirty and needs to be updated. |
|
DirtyFont
The font is dirty and needs to be updated. |
|
DirtyHints
The render hints is dirty and needs to be updated. |
|
DirtyOpacity
The constant opacity has changed and needs to be updated as part of the state change in QPaintEngine::updateState(). |
|
DirtyPen
The pen is dirty and needs to be updated. |
|
DirtyTransform
The transform is dirty and needs to be updated. |
Method Summary | |
---|---|
static QPaintEngine.DirtyFlags |
createQFlags(QPaintEngine.DirtyFlag... values)
|
static QPaintEngine.DirtyFlag |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPaintEngine.DirtyFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QPaintEngine.DirtyFlag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final QPaintEngine.DirtyFlag DirtyPen
The pen is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyBrush
The brush is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyBrushOrigin
The brush origin is dirty and needs to updated.
public static final QPaintEngine.DirtyFlag DirtyFont
The font is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyBackground
The background is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyBackgroundMode
The background mode is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyTransform
The transform is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyClipRegion
The clip region is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyClipPath
The clip path is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyHints
The render hints is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyCompositionMode
The composition mode is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyClipEnabled
Whether clipping is enabled or not is dirty and needs to be updated.
public static final QPaintEngine.DirtyFlag DirtyOpacity
The constant opacity has changed and needs to be updated as part of the state change in QPaintEngine::updateState().
public static final QPaintEngine.DirtyFlag AllDirty
Convenience enum used internally.
Method Detail |
---|
public static QPaintEngine.DirtyFlag[] values()
for (QPaintEngine.DirtyFlag c : QPaintEngine.DirtyFlag.values()) System.out.println(c);
public static QPaintEngine.DirtyFlag 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QPaintEngine.DirtyFlags createQFlags(QPaintEngine.DirtyFlag... values)
public static QPaintEngine.DirtyFlag resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |