public class QDockWindow: QFrame, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QDockWindowThis type implements System.IDisposable.
Qt Namespace
QDockWindow Constructors
QDockWindow(Place, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QDockWindow() Constructor
QDockWindow(Place) Constructor
QDockWindow(Place, Qt.QWidget) Constructor
QDockWindow(Place, Qt.QWidget, System.String) Constructor
QDockWindow(void *) Constructor
QDockWindow Methods
QDockWindow.Area Method
QDockWindow.BoxLayout Method
QDockWindow.Caption Method
QDockWindow.Dock Method
QDockWindow.DrawFrame Method
QDockWindow.EventFilter Method
QDockWindow.Finalize Method
QDockWindow.FixedExtent Method
QDockWindow.IsCloseEnabled Method
QDockWindow.IsHorizontalStretchable Method
QDockWindow.IsHorizontallyStretchable Method
QDockWindow.IsMovingEnabled Method
QDockWindow.IsResizeEnabled Method
QDockWindow.IsStretchable Method
QDockWindow.IsVerticalStretchable Method
QDockWindow.IsVerticallyStretchable Method
QDockWindow.MinimumSize Method
QDockWindow.MinimumSizeHint Method
QDockWindow.NewLine Method
QDockWindow.Offset Method
QDockWindow.OpaqueMoving Method
QDockWindow.Orientation Method
QDockWindow.Q_event Method
QDockWindow.SetCaption Method
QDockWindow.SetCloseMode Method
QDockWindow.SetFixedExtentHeight Method
QDockWindow.SetFixedExtentWidth Method
QDockWindow.SetHorizontalStretchable Method
QDockWindow.SetHorizontallyStretchable Method
QDockWindow.SetMovingEnabled Method
QDockWindow.SetNewLine Method
QDockWindow.SetOffset Method
QDockWindow.SetOpaqueMoving Method
QDockWindow.SetOrientation Method
QDockWindow.SetResizeEnabled Method
QDockWindow.SetVerticalStretchable Method
QDockWindow.SetVerticallyStretchable Method
QDockWindow.SetWidget Method
QDockWindow.SizeHint Method
QDockWindow.TheCloseMode Method
QDockWindow.ThePlace Method
QDockWindow.Undock(Qt.QWidget) Method
QDockWindow.Undock() Method
QDockWindow.Widget Method
public void QDockWindow(Place p, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);
Qt.QDockWindow Class, Qt Namespace
public void QDockWindow();
Qt.QDockWindow Class, Qt Namespace
public void QDockWindow(Place p);
Qt.QDockWindow Class, Qt Namespace
public void QDockWindow(Place p, Qt.QWidget parent);
Qt.QDockWindow Class, Qt Namespace
public void QDockWindow(Place p, Qt.QWidget parent, System.String name);
Qt.QDockWindow Class, Qt Namespace
public void QDockWindow(void * ptr);
Qt.QDockWindow Class, Qt Namespace
public Qt.QDockArea Area();
Qt.QDockWindow Class, Qt Namespace
public Qt.QBoxLayout BoxLayout();
Qt.QDockWindow Class, Qt Namespace
public System.String Caption();
Qt.QDockWindow Class, Qt Namespace
public void Dock();
Qt.QDockWindow Class, Qt Namespace
protected void DrawFrame(Qt.QPainter arg1);
Qt.QDockWindow Class, Qt Namespace
public bool EventFilter(Qt.QObject o, Qt.QEvent e);
Qt.QDockWindow Class, Qt Namespace
protected override void Finalize();
Qt.QDockWindow Class, Qt Namespace
public Qt.QSize FixedExtent();
Qt.QDockWindow Class, Qt Namespace
public bool IsCloseEnabled();
Qt.QDockWindow Class, Qt Namespace
public bool IsHorizontalStretchable();
Qt.QDockWindow Class, Qt Namespace
public bool IsHorizontallyStretchable();
Qt.QDockWindow Class, Qt Namespace
public bool IsMovingEnabled();
Qt.QDockWindow Class, Qt Namespace
public bool IsResizeEnabled();
Qt.QDockWindow Class, Qt Namespace
public bool IsStretchable();
Qt.QDockWindow Class, Qt Namespace
public bool IsVerticalStretchable();
Qt.QDockWindow Class, Qt Namespace
public bool IsVerticallyStretchable();
Qt.QDockWindow Class, Qt Namespace
public Qt.QSize MinimumSize();
Qt.QDockWindow Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QDockWindow Class, Qt Namespace
public bool NewLine();
Qt.QDockWindow Class, Qt Namespace
public int Offset();
Qt.QDockWindow Class, Qt Namespace
public bool OpaqueMoving();
Qt.QDockWindow Class, Qt Namespace
public Qt.Orientation Orientation();
Qt.QDockWindow Class, Qt Namespace
protected bool Q_event(Qt.QEvent e);
Qt.QDockWindow Class, Qt Namespace
public void SetCaption(System.String s);
Qt.QDockWindow Class, Qt Namespace
public void SetCloseMode(int m);
Qt.QDockWindow Class, Qt Namespace
public void SetFixedExtentHeight(int h);
Qt.QDockWindow Class, Qt Namespace
public void SetFixedExtentWidth(int w);
Qt.QDockWindow Class, Qt Namespace
public void SetHorizontalStretchable(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetHorizontallyStretchable(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetMovingEnabled(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetNewLine(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetOffset(int o);
Qt.QDockWindow Class, Qt Namespace
public void SetOpaqueMoving(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetOrientation(Qt.Orientation o);
Qt.QDockWindow Class, Qt Namespace
public void SetResizeEnabled(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetVerticalStretchable(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetVerticallyStretchable(bool b);
Qt.QDockWindow Class, Qt Namespace
public void SetWidget(Qt.QWidget w);
Qt.QDockWindow Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QDockWindow Class, Qt Namespace
public int TheCloseMode();
Qt.QDockWindow Class, Qt Namespace
public Place ThePlace();
Qt.QDockWindow Class, Qt Namespace
public void Undock(Qt.QWidget w);
Qt.QDockWindow Class, Qt Namespace
public void Undock();
Qt.QDockWindow Class, Qt Namespace
public Qt.QWidget Widget();
Qt.QDockWindow Class, Qt Namespace