public class QDockArea: QWidget, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QDockAreaThis type implements System.IDisposable.
Qt Namespace
QDockArea Constructors
QDockArea(Qt.Orientation, HandlePosition, Qt.QWidget, System.String) Constructor
QDockArea(Qt.Orientation) Constructor
QDockArea(Qt.Orientation, HandlePosition) Constructor
QDockArea(Qt.Orientation, HandlePosition, Qt.QWidget) Constructor
QDockArea(void *) Constructor
QDockArea Methods
QDockArea.Count Method
QDockArea.EventFilter Method
QDockArea.Finalize Method
QDockArea.HasDockWindow(Qt.QDockWindow, int[]) Method
QDockArea.HasDockWindow(Qt.QDockWindow) Method
QDockArea.InvalidNextOffset Method
QDockArea.IsDockWindowAccepted Method
QDockArea.IsEmpty Method
QDockArea.LineUp Method
QDockArea.MoveDockWindow(Qt.QDockWindow, Qt.QPoint, Qt.QRect, bool) Method
QDockArea.MoveDockWindow(Qt.QDockWindow, int) Method
QDockArea.MoveDockWindow(Qt.QDockWindow) Method
QDockArea.Orientation Method
QDockArea.RemoveDockWindow(Qt.QDockWindow, bool, bool, bool) Method
QDockArea.RemoveDockWindow(Qt.QDockWindow, bool, bool) Method
QDockArea.SetAcceptDockWindow Method
QDockArea.TheHandlePosition Method
public void QDockArea(Qt.Orientation o, HandlePosition h, Qt.QWidget parent, System.String name);
Qt.QDockArea Class, Qt Namespace
public void QDockArea(Qt.Orientation o);
Qt.QDockArea Class, Qt Namespace
public void QDockArea(Qt.Orientation o, HandlePosition h);
Qt.QDockArea Class, Qt Namespace
public void QDockArea(Qt.Orientation o, HandlePosition h, Qt.QWidget parent);
Qt.QDockArea Class, Qt Namespace
public void QDockArea(void * ptr);
Qt.QDockArea Class, Qt Namespace
public int Count();
Qt.QDockArea Class, Qt Namespace
public bool EventFilter(Qt.QObject arg1, Qt.QEvent arg2);
Qt.QDockArea Class, Qt Namespace
protected override void Finalize();
Qt.QDockArea Class, Qt Namespace
public bool HasDockWindow(Qt.QDockWindow w, int[] index);
Qt.QDockArea Class, Qt Namespace
public bool HasDockWindow(Qt.QDockWindow w);
Qt.QDockArea Class, Qt Namespace
public void InvalidNextOffset(Qt.QDockWindow dw);
Qt.QDockArea Class, Qt Namespace
public bool IsDockWindowAccepted(Qt.QDockWindow dw);
Qt.QDockArea Class, Qt Namespace
public bool IsEmpty();
Qt.QDockArea Class, Qt Namespace
public void LineUp(bool keepNewLines);
Qt.QDockArea Class, Qt Namespace
public void MoveDockWindow(Qt.QDockWindow w, Qt.QPoint globalPos, Qt.QRect rect, bool swap);
Qt.QDockArea Class, Qt Namespace
public void MoveDockWindow(Qt.QDockWindow w, int index);
Qt.QDockArea Class, Qt Namespace
public void MoveDockWindow(Qt.QDockWindow w);
Qt.QDockArea Class, Qt Namespace
public Qt.Orientation Orientation();
Qt.QDockArea Class, Qt Namespace
public void RemoveDockWindow(Qt.QDockWindow w, bool makeFloating, bool swap, bool fixNewLines);
Qt.QDockArea Class, Qt Namespace
public void RemoveDockWindow(Qt.QDockWindow w, bool makeFloating, bool swap);
Qt.QDockArea Class, Qt Namespace
public void SetAcceptDockWindow(Qt.QDockWindow dw, bool accept);
Qt.QDockArea Class, Qt Namespace
public HandlePosition TheHandlePosition();
Qt.QDockArea Class, Qt Namespace