|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QStyle.ComplexControl>
com.trolltech.qt.gui.QStyle.ComplexControl
public static enum QStyle.ComplexControl
This enum describes the available complex controls. Complex controls have different behavior depending upon where the user clicks on them or which keys are pressed.
Enum Constant Summary | |
---|---|
CC_ComboBox
A combobox, like QComboBox. |
|
CC_CustomBase
Base value for custom complex controls. |
|
CC_Dial
A dial, like QDial. |
|
CC_GroupBox
A group box, like QGroupBox. |
|
CC_MdiControls
The minimize, close, and normal button in the menu bar for a maximized MDI subwindow. |
|
CC_Q3ListView
Used for drawing the Q3ListView class. |
|
CC_ScrollBar
A scroll bar, like QScrollBar. |
|
CC_Slider
A slider, like QSlider. |
|
CC_SpinBox
A spinbox, like QSpinBox. |
|
CC_TitleBar
A Title bar, like those used in QWorkspace. |
|
CC_ToolButton
A tool button, like QToolButton. |
|
CustomEnum
|
Method Summary | |
---|---|
static QStyle.ComplexControl |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QStyle.ComplexControl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QStyle.ComplexControl[] |
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 QStyle.ComplexControl CC_SpinBox
A spinbox, like QSpinBox.
public static final QStyle.ComplexControl CC_ComboBox
A combobox, like QComboBox.
public static final QStyle.ComplexControl CC_ScrollBar
A scroll bar, like QScrollBar.
public static final QStyle.ComplexControl CC_Slider
A slider, like QSlider.
public static final QStyle.ComplexControl CC_ToolButton
A tool button, like QToolButton.
public static final QStyle.ComplexControl CC_TitleBar
A Title bar, like those used in QWorkspace.
public static final QStyle.ComplexControl CC_Q3ListView
Used for drawing the Q3ListView class.
public static final QStyle.ComplexControl CC_Dial
A dial, like QDial.
public static final QStyle.ComplexControl CC_GroupBox
A group box, like QGroupBox.
public static final QStyle.ComplexControl CC_MdiControls
The minimize, close, and normal button in the menu bar for a maximized MDI subwindow.
public static final QStyle.ComplexControl CC_CustomBase
Base value for custom complex controls. Custom values must be greater than this value.
public static final QStyle.ComplexControl CustomEnum
Method Detail |
---|
public static QStyle.ComplexControl[] values()
for (QStyle.ComplexControl c : QStyle.ComplexControl.values()) System.out.println(c);
public static QStyle.ComplexControl 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 QStyle.ComplexControl resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |