org.kde.qt
public class QFrame extends QWidget
Field Summary | |
---|---|
static int | Box |
static int | GroupBoxPanel |
static int | HLine |
static int | LineEditPanel |
static int | MenuBarPanel |
static int | MShadow |
static int | MShape |
static int | NoFrame |
static int | Panel |
static int | Plain |
static int | PopupPanel |
static int | Raised |
static int | StyledPanel |
static int | Sunken |
static int | TabWidgetPanel |
static int | ToolBarPanel |
static int | VLine |
static int | WinPanel |
Constructor Summary | |
---|---|
protected | QFrame(Class dummy) |
QFrame(QWidget parent, String name, int f) | |
QFrame(QWidget parent, String name) | |
QFrame(QWidget parent) | |
QFrame() |
Method Summary | |
---|---|
String | className() |
QRect | contentsRect() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawContents(QPainter arg1) |
protected void | drawFrame(QPainter arg1) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | frameChanged() |
QRect | frameRect() |
int | frameShadow() |
int | frameShape() |
int | frameStyle() |
int | frameWidth() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | lineShapesOk() |
int | lineWidth() |
int | margin() |
QMetaObject | metaObject() |
int | midLineWidth() |
protected void | paintEvent(QPaintEvent arg1) |
protected void | resizeEvent(QResizeEvent arg1) |
void | setFrameRect(QRect arg1) |
void | setFrameShadow(int arg1) |
void | setFrameShape(int arg1) |
void | setFrameStyle(int arg1) |
void | setLineWidth(int arg1) |
void | setMargin(int arg1) |
void | setMidLineWidth(int arg1) |
QSize | sizeHint() |
void | styleChange(QStyle arg1) |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |