@Properties(inherit=Qt5Widgets.class) public class QFrame extends QWidget
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
Box
enum QFrame::Shape
|
static int |
HLine
enum QFrame::Shape
|
static int |
NoFrame
enum QFrame::Shape
|
static int |
Panel
enum QFrame::Shape
|
static int |
Plain
enum QFrame::Shadow
|
static int |
Raised
enum QFrame::Shadow
|
static int |
Shadow_Mask
enum QFrame::StyleMask
|
static int |
Shape_Mask
enum QFrame::StyleMask
|
static int |
StyledPanel
enum QFrame::Shape
|
static int |
Sunken
enum QFrame::Shadow
|
static int |
VLine
enum QFrame::Shape
|
static int |
WinPanel
enum QFrame::Shape
|
DrawChildren, DrawWindowBackground, IgnoreMask
Constructor and Description |
---|
QFrame() |
QFrame(long size)
Native array allocator.
|
QFrame(Pointer p)
Pointer cast constructor.
|
QFrame(QWidget parent,
int f) |
Modifier and Type | Method and Description |
---|---|
int |
frameShadow() |
int |
frameShape() |
int |
frameStyle() |
int |
frameWidth() |
int |
lineWidth() |
int |
midLineWidth() |
QFrame |
position(long position) |
void |
setFrameShadow(int arg0) |
void |
setFrameShape(int arg0) |
void |
setFrameStyle(int arg0) |
void |
setLineWidth(int arg0) |
void |
setMidLineWidth(int arg0) |
QSize |
sizeHint() |
_close, acceptDrops, accessibleDescription, accessibleName, activateWindow, addAction, adjustSize, asQPaintDevice, asQPaintDevice, autoFillBackground, baseSize, childAt, clearFocus, clearMask, closeEvent, contextMenuPolicy, createWinId, devType, effectiveWinId, ensurePolished, find, focusPolicy, focusProxy, focusWidget, font, frameSize, getContentsMargins, getContentsMargins, getContentsMargins, grabGesture, grabKeyboard, grabMouse, hasFocus, hasMouseTracking, hasTabletTracking, height, hide, insertAction, internalWinId, isActiveWindow, isAncestorOf, isEnabled, isEnabledTo, isFullScreen, isHidden, isLeftToRight, isMaximized, isMinimized, isModal, isRightToLeft, isTopLevel, isVisible, isVisibleTo, isWindow, isWindowModified, keyboardGrabber, layout, layoutDirection, lower, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, mouseGrabber, move, nativeParentWidget, nextInFocusChain, overrideWindowFlags, parentWidget, previousInFocusChain, raise, releaseKeyboard, releaseMouse, releaseShortcut, removeAction, render, repaint, repaint, resize, resize, restoreGeometry, saveGeometry, scroll, setAcceptDrops, setAccessibleDescription, setAccessibleName, setAttribute, setAttribute, setAutoFillBackground, setBaseSize, setBaseSize, setContentsMargins, setContextMenuPolicy, setDisabled, setEnabled, setFixedHeight, setFixedSize, setFixedSize, setFixedWidth, setFocus, setFocus, setFocusPolicy, setFocusProxy, setFont, setGeometry, setHidden, setLayout, setLayoutDirection, setMaximumHeight, setMaximumSize, setMaximumSize, setMaximumWidth, setMinimumHeight, setMinimumSize, setMinimumSize, setMinimumWidth, setMouseTracking, setParent, setParent, setShortcutAutoRepeat, setShortcutAutoRepeat, setShortcutEnabled, setShortcutEnabled, setSizeIncrement, setSizeIncrement, setSizePolicy, setSizePolicy, setStatusTip, setStyle, setStyleSheet, setTabletTracking, setTabOrder, setToolTip, setToolTipDuration, setUpdatesEnabled, setWhatsThis, setWindowFilePath, setWindowFlag, setWindowFlag, setWindowFlags, setWindowIcon, setWindowIconText, setWindowModality, setWindowModified, setWindowOpacity, setWindowRole, setWindowTitle, show, showFullScreen, showMaximized, showMinimized, showNormal, size, sizeIncrement, sizePolicy, stackUnder, statusTip, style, styleSheet, testAttribute, toolTip, toolTipDuration, topLevelWidget, underMouse, ungrabGesture, unsetCursor, unsetLayoutDirection, unsetLocale, update, update, updateGeometry, updatesEnabled, whatsThis, width, window, windowFilePath, windowFlags, windowIcon, windowIconText, windowModality, windowOpacity, windowRole, windowTitle, windowType, winId, x, y
blockSignals, deleteLater, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, dumpObjectInfo, dumpObjectTree, event, eventFilter, inherits, inherits, installEventFilter, isWidgetType, isWindowType, killTimer, objectName, parent, registerUserData, removeEventFilter, setObjectName, setParent, setProperty, setProperty, signalsBlocked, startTimer, startTimer, startTimer, startTimer, tr, tr, tr, tr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public static final int NoFrame
public static final int Box
public static final int Panel
public static final int WinPanel
public static final int HLine
public static final int VLine
public static final int StyledPanel
public static final int Plain
public static final int Raised
public static final int Sunken
public static final int Shadow_Mask
public static final int Shape_Mask
public QFrame(Pointer p)
Pointer.Pointer(Pointer)
.public QFrame(long size)
Pointer.position(long)
.public QFrame(QWidget parent, @ByVal(nullValue="Qt::WindowFlags()") @Cast(value="Qt::WindowFlags") int f)
public QFrame()
public int frameStyle()
public void setFrameStyle(int arg0)
public int frameWidth()
public int lineWidth()
public void setLineWidth(int arg0)
public int midLineWidth()
public void setMidLineWidth(int arg0)
Copyright © 2020. All rights reserved.