|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.WindowFrameSection
public static final class Qt.WindowFrameSection
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.
QGraphicsWidget::windowFrameEvent()
, QGraphicsWidget::paintWindowFrame()
, and QGraphicsWidget::windowFrameSectionAt()
.
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)
|
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 |
---|
public static final Qt.WindowFrameSection NoSection
public static final Qt.WindowFrameSection LeftSection
public static final Qt.WindowFrameSection TopLeftSection
public static final Qt.WindowFrameSection TopSection
public static final Qt.WindowFrameSection TopRightSection
public static final Qt.WindowFrameSection RightSection
public static final Qt.WindowFrameSection BottomRightSection
public static final Qt.WindowFrameSection BottomSection
public static final Qt.WindowFrameSection BottomLeftSection
public static final Qt.WindowFrameSection TitleBarArea
Method Detail |
---|
public static Qt.WindowFrameSection[] values()
public static Qt.WindowFrameSection valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.WindowFrameSection resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |