|
|||||||||
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.QProgressBar.Direction
public static final class QProgressBar.Direction
Specifies the reading direction of the text
for vertical progress bars. Note that whether or not the text is drawn is dependent on the style. Currently CDE, CleanLooks, Motif, and Plastique draw the text. Mac, Windows and WindowsXP style do not.
textDirection
.
Field Summary | |
---|---|
static QProgressBar.Direction |
BottomToTop
The text is rotated 90 degrees counter-clockwise. |
static QProgressBar.Direction |
TopToBottom
The text is rotated 90 degrees clockwise. |
Method Summary | |
---|---|
static QProgressBar.Direction |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QProgressBar.Direction |
valueOf(java.lang.String name)
|
static QProgressBar.Direction[] |
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 QProgressBar.Direction TopToBottom
public static final QProgressBar.Direction BottomToTop
Method Detail |
---|
public static QProgressBar.Direction[] values()
public static QProgressBar.Direction valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QProgressBar.Direction resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |