|
|||||||||
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.QStyle.PrimitiveElement
public static final class QStyle.PrimitiveElement
This enum describes that various primitive elements. A primitive element is a common GUI element, such as a checkbox indicator or button bevel.
drawPrimitive()
.
Field Summary | |
---|---|
static QStyle.PrimitiveElement |
CustomEnum
|
static QStyle.PrimitiveElement |
PE_CustomBase
Base value for custom primitive elements. |
static QStyle.PrimitiveElement |
PE_Frame
Generic frame; see also QFrame . |
static QStyle.PrimitiveElement |
PE_FrameButtonBevel
Panel frame for a button bevel. |
static QStyle.PrimitiveElement |
PE_FrameButtonTool
Panel frame for a tool button. |
static QStyle.PrimitiveElement |
PE_FrameDefaultButton
This frame around a default button, e.g. |
static QStyle.PrimitiveElement |
PE_FrameDockWidget
Panel frame for dock windows and toolbars. |
static QStyle.PrimitiveElement |
PE_FrameFocusRect
Generic focus indicator. |
static QStyle.PrimitiveElement |
PE_FrameGroupBox
Panel frame around group boxes. |
static QStyle.PrimitiveElement |
PE_FrameLineEdit
Panel frame for line edits. |
static QStyle.PrimitiveElement |
PE_FrameMenu
Frame for popup windows/menus; see also QMenu . |
static QStyle.PrimitiveElement |
PE_FrameStatusBar
Frame |
static QStyle.PrimitiveElement |
PE_FrameTabBarBase
The frame that is drawn for a tab bar, ususally drawn for a tab bar that isn't part of a tab widget. |
static QStyle.PrimitiveElement |
PE_FrameTabWidget
Frame for tab widgets. |
static QStyle.PrimitiveElement |
PE_FrameWindow
Frame around a MDI window or a docking window. |
static QStyle.PrimitiveElement |
PE_IndicatorArrowDown
Generic Down arrow. |
static QStyle.PrimitiveElement |
PE_IndicatorArrowLeft
Generic Left arrow. |
static QStyle.PrimitiveElement |
PE_IndicatorArrowRight
Generic Right arrow. |
static QStyle.PrimitiveElement |
PE_IndicatorArrowUp
Generic Up arrow. |
static QStyle.PrimitiveElement |
PE_IndicatorBranch
Lines used to represent the branch of a tree in a tree view. |
static QStyle.PrimitiveElement |
PE_IndicatorButtonDropDown
Indicator for a drop down button, for example, a tool button that displays a menu. |
static QStyle.PrimitiveElement |
PE_IndicatorCheckBox
On/off indicator, for example, a QCheckBox . |
static QStyle.PrimitiveElement |
PE_IndicatorColumnViewArrow
An arrow in a QColumnView . |
static QStyle.PrimitiveElement |
PE_IndicatorDockWidgetResizeHandle
Resize handle for dock windows. |
static QStyle.PrimitiveElement |
PE_IndicatorHeaderArrow
Arrow used to indicate sorting on a list or table header. |
static QStyle.PrimitiveElement |
PE_IndicatorItemViewItemDrop
An indicator that is drawn to show where an item in an item view is about to be dropped during a drag-and-drop operation in an item view. |
static QStyle.PrimitiveElement |
PE_IndicatorMenuCheckMark
Check mark used in a menu. |
static QStyle.PrimitiveElement |
PE_IndicatorProgressChunk
Section of a progress bar indicator; see also QProgressBar . |
static QStyle.PrimitiveElement |
PE_IndicatorRadioButton
Exclusive on/off indicator, for example, a QRadioButton . |
static QStyle.PrimitiveElement |
PE_IndicatorSpinDown
Down symbol for a spin widget. |
static QStyle.PrimitiveElement |
PE_IndicatorSpinMinus
Decrease symbol for a spin widget. |
static QStyle.PrimitiveElement |
PE_IndicatorSpinPlus
Increase symbol for a spin widget. |
static QStyle.PrimitiveElement |
PE_IndicatorSpinUp
Up symbol for a spin widget, for example a QSpinBox . |
static QStyle.PrimitiveElement |
PE_IndicatorTabTear
An indicator that a tab is partially scrolled out of the visible tab bar when there are many tabs. |
static QStyle.PrimitiveElement |
PE_IndicatorToolBarHandle
The handle of a toolbar. |
static QStyle.PrimitiveElement |
PE_IndicatorToolBarSeparator
The separator in a toolbar. |
static QStyle.PrimitiveElement |
PE_IndicatorViewItemCheck
|
static QStyle.PrimitiveElement |
PE_PanelButtonBevel
Generic panel with a button bevel. |
static QStyle.PrimitiveElement |
PE_PanelButtonCommand
Button used to initiate an action, for example, a QPushButton . |
static QStyle.PrimitiveElement |
PE_PanelButtonTool
Panel for a Tool button, used with QToolButton . |
static QStyle.PrimitiveElement |
PE_PanelItemViewItem
The background for an item in an item view. |
static QStyle.PrimitiveElement |
PE_PanelItemViewRow
The background of a row in an item view. |
static QStyle.PrimitiveElement |
PE_PanelLineEdit
Panel for a QLineEdit . |
static QStyle.PrimitiveElement |
PE_PanelMenuBar
Panel for menu bars. |
static QStyle.PrimitiveElement |
PE_PanelScrollAreaCorner
Panel at the bottom-right (or bottom-left) corner of a scroll area. |
static QStyle.PrimitiveElement |
PE_PanelStatusBar
The panel for a status bar. |
static QStyle.PrimitiveElement |
PE_PanelTipLabel
The panel for a tip label. |
static QStyle.PrimitiveElement |
PE_PanelToolBar
The panel for a toolbar. |
static QStyle.PrimitiveElement |
PE_Q3CheckListController
Qt 3 compatible controller part of a list view item. |
static QStyle.PrimitiveElement |
PE_Q3CheckListExclusiveIndicator
Qt 3 compatible radio button part of a list view item. |
static QStyle.PrimitiveElement |
PE_Q3CheckListIndicator
Qt 3 compatible checkbox part of a list view item. |
static QStyle.PrimitiveElement |
PE_Q3DockWindowSeparator
Item separator for Qt 3 compatible dock window and toolbar contents. |
static QStyle.PrimitiveElement |
PE_Q3Separator
Qt 3 compatible generic separator. |
static QStyle.PrimitiveElement |
PE_Widget
A plain QWidget . |
Method Summary | |
---|---|
static QStyle.PrimitiveElement |
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.PrimitiveElement |
valueOf(java.lang.String name)
|
static QStyle.PrimitiveElement[] |
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 QStyle.PrimitiveElement PE_Q3CheckListController
public static final QStyle.PrimitiveElement PE_Q3CheckListExclusiveIndicator
public static final QStyle.PrimitiveElement PE_Q3CheckListIndicator
public static final QStyle.PrimitiveElement PE_Q3DockWindowSeparator
public static final QStyle.PrimitiveElement PE_Q3Separator
public static final QStyle.PrimitiveElement PE_Frame
QFrame
.
public static final QStyle.PrimitiveElement PE_FrameDefaultButton
public static final QStyle.PrimitiveElement PE_FrameDockWidget
public static final QStyle.PrimitiveElement PE_FrameFocusRect
public static final QStyle.PrimitiveElement PE_FrameGroupBox
public static final QStyle.PrimitiveElement PE_FrameLineEdit
public static final QStyle.PrimitiveElement PE_FrameMenu
QMenu
.
public static final QStyle.PrimitiveElement PE_FrameStatusBar
public static final QStyle.PrimitiveElement PE_FrameTabWidget
public static final QStyle.PrimitiveElement PE_FrameWindow
public static final QStyle.PrimitiveElement PE_FrameButtonBevel
public static final QStyle.PrimitiveElement PE_FrameButtonTool
public static final QStyle.PrimitiveElement PE_FrameTabBarBase
public static final QStyle.PrimitiveElement PE_PanelButtonCommand
QPushButton
.
public static final QStyle.PrimitiveElement PE_PanelButtonBevel
public static final QStyle.PrimitiveElement PE_PanelButtonTool
QToolButton
.
public static final QStyle.PrimitiveElement PE_PanelMenuBar
public static final QStyle.PrimitiveElement PE_PanelToolBar
public static final QStyle.PrimitiveElement PE_PanelLineEdit
QLineEdit
.
public static final QStyle.PrimitiveElement PE_IndicatorArrowDown
public static final QStyle.PrimitiveElement PE_IndicatorArrowLeft
public static final QStyle.PrimitiveElement PE_IndicatorArrowRight
public static final QStyle.PrimitiveElement PE_IndicatorArrowUp
public static final QStyle.PrimitiveElement PE_IndicatorBranch
public static final QStyle.PrimitiveElement PE_IndicatorButtonDropDown
public static final QStyle.PrimitiveElement PE_IndicatorViewItemCheck
public static final QStyle.PrimitiveElement PE_IndicatorCheckBox
QCheckBox
.
public static final QStyle.PrimitiveElement PE_IndicatorDockWidgetResizeHandle
public static final QStyle.PrimitiveElement PE_IndicatorHeaderArrow
public static final QStyle.PrimitiveElement PE_IndicatorMenuCheckMark
public static final QStyle.PrimitiveElement PE_IndicatorProgressChunk
QProgressBar
.
public static final QStyle.PrimitiveElement PE_IndicatorRadioButton
QRadioButton
.
public static final QStyle.PrimitiveElement PE_IndicatorSpinDown
public static final QStyle.PrimitiveElement PE_IndicatorSpinMinus
public static final QStyle.PrimitiveElement PE_IndicatorSpinPlus
public static final QStyle.PrimitiveElement PE_IndicatorSpinUp
QSpinBox
.
public static final QStyle.PrimitiveElement PE_IndicatorToolBarHandle
public static final QStyle.PrimitiveElement PE_IndicatorToolBarSeparator
public static final QStyle.PrimitiveElement PE_PanelTipLabel
public static final QStyle.PrimitiveElement PE_IndicatorTabTear
public static final QStyle.PrimitiveElement PE_PanelScrollAreaCorner
public static final QStyle.PrimitiveElement PE_Widget
QWidget
.
public static final QStyle.PrimitiveElement PE_IndicatorColumnViewArrow
QColumnView
.
public static final QStyle.PrimitiveElement PE_IndicatorItemViewItemDrop
public static final QStyle.PrimitiveElement PE_PanelItemViewItem
public static final QStyle.PrimitiveElement PE_PanelItemViewRow
public static final QStyle.PrimitiveElement PE_PanelStatusBar
public static final QStyle.PrimitiveElement PE_CustomBase
public static final QStyle.PrimitiveElement CustomEnum
Method Detail |
---|
public static QStyle.PrimitiveElement[] values()
public static QStyle.PrimitiveElement valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QStyle.PrimitiveElement resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |