org.kde.qt

Class QDockWindow

public class QDockWindow extends QFrame

See QDockWindowSignals for signals emitted by QDockWindow
Field Summary
static intAlways
static intDocked
static intInDock
static intNever
static intOutsideDock
static intUndocked
Constructor Summary
protected QDockWindow(Class dummy)
QDockWindow(int p, QWidget parent, String name, int f)
QDockWindow(int p, QWidget parent, String name)
QDockWindow(int p, QWidget parent)
QDockWindow(int p)
QDockWindow()
QDockWindow(QWidget parent, String name, int f)
QDockWindow(QWidget parent, String name)
QDockWindow(QWidget parent)
Method Summary
QDockAreaarea()
QBoxLayoutboxLayout()
StringclassName()
intcloseMode()
protected voidcontextMenuEvent(QContextMenuEvent e)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voiddock()
protected voiddrawContents(QPainter arg1)
protected voiddrawFrame(QPainter arg1)
booleanevent(QEvent e)
booleaneventFilter(QObject o, QEvent e)
protected voidfinalize()
Deletes the wrapped C++ instance
QSizefixedExtent()
protected voidhideEvent(QHideEvent e)
booleanisCloseEnabled()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisHorizontallyStretchable()
booleanisHorizontalStretchable()
booleanisMovingEnabled()
booleanisResizeEnabled()
booleanisStretchable()
booleanisVerticallyStretchable()
booleanisVerticalStretchable()
QMetaObjectmetaObject()
QSizeminimumSize()
QSizeminimumSizeHint()
booleannewLine()
intoffset()
booleanopaqueMoving()
intorientation()
intplace()
protected voidresizeEvent(QResizeEvent e)
voidsetCaption(String s)
voidsetCloseMode(int m)
voidsetFixedExtentHeight(int h)
voidsetFixedExtentWidth(int w)
voidsetHorizontallyStretchable(boolean b)
voidsetHorizontalStretchable(boolean b)
voidsetMovingEnabled(boolean b)
voidsetNewLine(boolean b)
voidsetOffset(int o)
voidsetOpaqueMoving(boolean b)
voidsetOrientation(int o)
voidsetResizeEnabled(boolean b)
voidsetVerticallyStretchable(boolean b)
voidsetVerticalStretchable(boolean b)
voidsetWidget(QWidget w)
voidshowEvent(QShowEvent e)
QSizesizeHint()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
voidundock(QWidget w)
voidundock()
QWidgetwidget()

Field Detail

Always

public static final int Always

Docked

public static final int Docked

InDock

public static final int InDock

Never

public static final int Never

OutsideDock

public static final int OutsideDock

Undocked

public static final int Undocked

Constructor Detail

QDockWindow

protected QDockWindow(Class dummy)

QDockWindow

public QDockWindow(int p, QWidget parent, String name, int f)

QDockWindow

public QDockWindow(int p, QWidget parent, String name)

QDockWindow

public QDockWindow(int p, QWidget parent)

QDockWindow

public QDockWindow(int p)

QDockWindow

public QDockWindow()

QDockWindow

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

QDockWindow

public QDockWindow(QWidget parent, String name)

QDockWindow

public QDockWindow(QWidget parent)

Method Detail

area

public QDockArea area()

boxLayout

public QBoxLayout boxLayout()

className

public String className()

closeMode

public int closeMode()

contextMenuEvent

protected void contextMenuEvent(QContextMenuEvent e)

dispose

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

dock

public void dock()

drawContents

protected void drawContents(QPainter arg1)

drawFrame

protected void drawFrame(QPainter arg1)

event

public boolean event(QEvent e)

eventFilter

public boolean eventFilter(QObject o, QEvent e)

finalize

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

fixedExtent

public QSize fixedExtent()

hideEvent

protected void hideEvent(QHideEvent e)

isCloseEnabled

public boolean isCloseEnabled()

isDisposed

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

isHorizontallyStretchable

public boolean isHorizontallyStretchable()

isHorizontalStretchable

public boolean isHorizontalStretchable()

isMovingEnabled

public boolean isMovingEnabled()

isResizeEnabled

public boolean isResizeEnabled()

isStretchable

public boolean isStretchable()

isVerticallyStretchable

public boolean isVerticallyStretchable()

isVerticalStretchable

public boolean isVerticalStretchable()

metaObject

public QMetaObject metaObject()

minimumSize

public QSize minimumSize()

minimumSizeHint

public QSize minimumSizeHint()

newLine

public boolean newLine()

offset

public int offset()

opaqueMoving

public boolean opaqueMoving()

orientation

public int orientation()

place

public int place()

resizeEvent

protected void resizeEvent(QResizeEvent e)

setCaption

public void setCaption(String s)

setCloseMode

public void setCloseMode(int m)

setFixedExtentHeight

public void setFixedExtentHeight(int h)

setFixedExtentWidth

public void setFixedExtentWidth(int w)

setHorizontallyStretchable

public void setHorizontallyStretchable(boolean b)

setHorizontalStretchable

public void setHorizontalStretchable(boolean b)

setMovingEnabled

public void setMovingEnabled(boolean b)

setNewLine

public void setNewLine(boolean b)

setOffset

public void setOffset(int o)

setOpaqueMoving

public void setOpaqueMoving(boolean b)

setOrientation

public void setOrientation(int o)

setResizeEnabled

public void setResizeEnabled(boolean b)

setVerticallyStretchable

public void setVerticallyStretchable(boolean b)

setVerticalStretchable

public void setVerticalStretchable(boolean b)

setWidget

public void setWidget(QWidget w)

showEvent

public void showEvent(QShowEvent e)

sizeHint

public QSize sizeHint()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

undock

public void undock(QWidget w)

undock

public void undock()

widget

public QWidget widget()