com.trolltech.qt.core
Class Qt.WindowFrameSection

java.lang.Object
  extended by java.lang.Enum
      extended by com.trolltech.qt.core.Qt.WindowFrameSection
All Implemented Interfaces:
QtEnumerator, java.io.Serializable, java.lang.Comparable
Enclosing interface:
Qt

public static final class Qt.WindowFrameSection
extends java.lang.Enum
implements QtEnumerator

This enum is used to describe parts of a window frame. It is returned by QGraphicsWidget::windowFrameSectionAt() to describe what section of the window frame is under the mouse.

See also:
QGraphicsWidget::windowFrameEvent(), QGraphicsWidget::paintWindowFrame(), and QGraphicsWidget::windowFrameSectionAt().

See Also:
Serialized Form

Field Summary
static Qt.WindowFrameSection BottomLeftSection
          Value: BottomLeftSection
static Qt.WindowFrameSection BottomRightSection
          Value: BottomRightSection
static Qt.WindowFrameSection BottomSection
          Value: BottomSection
static Qt.WindowFrameSection LeftSection
          Value: LeftSection
static Qt.WindowFrameSection NoSection
          Value: NoSection
static Qt.WindowFrameSection RightSection
          Value: RightSection
static Qt.WindowFrameSection TitleBarArea
          Value: TitleBarArea
static Qt.WindowFrameSection TopLeftSection
          Value: TopLeftSection
static Qt.WindowFrameSection TopRightSection
          Value: TopRightSection
static Qt.WindowFrameSection TopSection
          Value: TopSection
 
Method Summary
static Qt.WindowFrameSection resolve(int value)
          Returns the WindowFrameSection constant with the specified int.
 int value()
          This function should return an integer value for the enum values of the enumeration that implements this interface.
static Qt.WindowFrameSection valueOf(java.lang.String name)
           
static Qt.WindowFrameSection[] 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

NoSection

public static final Qt.WindowFrameSection NoSection
Value: NoSection


LeftSection

public static final Qt.WindowFrameSection LeftSection
Value: LeftSection


TopLeftSection

public static final Qt.WindowFrameSection TopLeftSection
Value: TopLeftSection


TopSection

public static final Qt.WindowFrameSection TopSection
Value: TopSection


TopRightSection

public static final Qt.WindowFrameSection TopRightSection
Value: TopRightSection


RightSection

public static final Qt.WindowFrameSection RightSection
Value: RightSection


BottomRightSection

public static final Qt.WindowFrameSection BottomRightSection
Value: BottomRightSection


BottomSection

public static final Qt.WindowFrameSection BottomSection
Value: BottomSection


BottomLeftSection

public static final Qt.WindowFrameSection BottomLeftSection
Value: BottomLeftSection


TitleBarArea

public static final Qt.WindowFrameSection TitleBarArea
Value: TitleBarArea

Method Detail

values

public static Qt.WindowFrameSection[] values()

valueOf

public static Qt.WindowFrameSection valueOf(java.lang.String name)

value

public int value()
This function should return an integer value for the enum values of the enumeration that implements this interface.

Specified by:
value in interface QtEnumerator

resolve

public static Qt.WindowFrameSection resolve(int value)
Returns the WindowFrameSection constant with the specified int.