org.kde.qt

Class QFrame

public class QFrame extends QWidget

Field Summary
static intBox
static intGroupBoxPanel
static intHLine
static intLineEditPanel
static intMenuBarPanel
static intMShadow
static intMShape
static intNoFrame
static intPanel
static intPlain
static intPopupPanel
static intRaised
static intStyledPanel
static intSunken
static intTabWidgetPanel
static intToolBarPanel
static intVLine
static intWinPanel
Constructor Summary
protected QFrame(Class dummy)
QFrame(QWidget parent, String name, int f)
QFrame(QWidget parent, String name)
QFrame(QWidget parent)
QFrame()
Method Summary
StringclassName()
QRectcontentsRect()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voiddrawContents(QPainter arg1)
protected voiddrawFrame(QPainter arg1)
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidframeChanged()
QRectframeRect()
intframeShadow()
intframeShape()
intframeStyle()
intframeWidth()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanlineShapesOk()
intlineWidth()
intmargin()
QMetaObjectmetaObject()
intmidLineWidth()
protected voidpaintEvent(QPaintEvent arg1)
protected voidresizeEvent(QResizeEvent arg1)
voidsetFrameRect(QRect arg1)
voidsetFrameShadow(int arg1)
voidsetFrameShape(int arg1)
voidsetFrameStyle(int arg1)
voidsetLineWidth(int arg1)
voidsetMargin(int arg1)
voidsetMidLineWidth(int arg1)
QSizesizeHint()
voidstyleChange(QStyle arg1)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Field Detail

Box

public static final int Box

GroupBoxPanel

public static final int GroupBoxPanel

HLine

public static final int HLine

LineEditPanel

public static final int LineEditPanel

MenuBarPanel

public static final int MenuBarPanel

MShadow

public static final int MShadow

MShape

public static final int MShape

NoFrame

public static final int NoFrame

Panel

public static final int Panel

Plain

public static final int Plain

PopupPanel

public static final int PopupPanel

Raised

public static final int Raised

StyledPanel

public static final int StyledPanel

Sunken

public static final int Sunken

TabWidgetPanel

public static final int TabWidgetPanel

ToolBarPanel

public static final int ToolBarPanel

VLine

public static final int VLine

WinPanel

public static final int WinPanel

Constructor Detail

QFrame

protected QFrame(Class dummy)

QFrame

public QFrame(QWidget parent, String name, int f)

QFrame

public QFrame(QWidget parent, String name)

QFrame

public QFrame(QWidget parent)

QFrame

public QFrame()

Method Detail

className

public String className()

contentsRect

public QRect contentsRect()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

drawContents

protected void drawContents(QPainter arg1)

drawFrame

protected void drawFrame(QPainter arg1)

finalize

protected void finalize()
Deletes the wrapped C++ instance

frameChanged

protected void frameChanged()

frameRect

public QRect frameRect()

frameShadow

public int frameShadow()

frameShape

public int frameShape()

frameStyle

public int frameStyle()

frameWidth

public int frameWidth()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

lineShapesOk

public boolean lineShapesOk()

lineWidth

public int lineWidth()

margin

public int margin()

metaObject

public QMetaObject metaObject()

midLineWidth

public int midLineWidth()

paintEvent

protected void paintEvent(QPaintEvent arg1)

resizeEvent

protected void resizeEvent(QResizeEvent arg1)

setFrameRect

public void setFrameRect(QRect arg1)

setFrameShadow

public void setFrameShadow(int arg1)

setFrameShape

public void setFrameShape(int arg1)

setFrameStyle

public void setFrameStyle(int arg1)

setLineWidth

public void setLineWidth(int arg1)

setMargin

public void setMargin(int arg1)

setMidLineWidth

public void setMidLineWidth(int arg1)

sizeHint

public QSize sizeHint()

styleChange

public void styleChange(QStyle arg1)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)