From 04fcdc080321c9531c5b61e6f216d3967f2d39ef Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:21:54 -0600 Subject: Rename kwin to twin (part 1 of 2) --- doc/html/qdockarea.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/qdockarea.html') diff --git a/doc/html/qdockarea.html b/doc/html/qdockarea.html index b70ea1a..fde9e41 100644 --- a/doc/html/qdockarea.html +++ b/doc/html/qdockarea.html @@ -75,12 +75,12 @@ body { background: #ffffff; color: black; } The QDockArea class manages and lays out QDockWindows.

A QDockArea is a container which manages a list of -QDockWindows which it lays out within its area. In cooperation -with the QDockWindows it is responsible for the docking and -undocking of QDockWindows and moving them inside the dock -area. QDockAreas also handle the wrapping of QDockWindows to +QDockWindows which it lays out within its area. In cooperation +with the QDockWindows it is responsible for the docking and +undocking of QDockWindows and moving them inside the dock +area. QDockAreas also handle the wrapping of QDockWindows to fill the available space as compactly as possible. QDockAreas can -contain QToolBars since QToolBar is a QDockWindow subclass. +contain QToolBars since QToolBar is a QDockWindow subclass.

QMainWindow contains four QDockAreas which you can use for your QToolBars and QDockWindows, so in most situations you do not need to use the QDockArea class directly. Although QMainWindow contains @@ -107,8 +107,8 @@ still retains its position since this is where the window will return if the user double clicks its caption. A dock window's position can be determined with hasDockWindow(). The position can be changed with moveDockWindow(). -

To dock or undock a dock window use QDockWindow::dock() and -QDockWindow::undock() respectively. If you want to control which +

To dock or undock a dock window use QDockWindow::dock() and +QDockWindow::undock() respectively. If you want to control which dock windows can dock in a dock area use setAcceptDockWindow(). To see if a dock area contains a particular dock window use hasDockWindow(); to see how many dock windows a dock area @@ -171,14 +171,14 @@ Returns a list of the dock windows in the dock area.

HandlePosition QDockArea::handlePosition () const

Returns where the dock window splitter handle is placed in the dock area. See the "handlePosition" property for details. -

bool QDockArea::hasDockWindow ( QDockWindow * w, int * index = 0 ) +

bool QDockArea::hasDockWindow ( QDockWindow * w, int * index = 0 )

Returns TRUE if the dock area contains the dock window w; otherwise returns FALSE. If index is not 0 it will be set as follows: if the dock area contains the dock window *index is set to w's index position; otherwise *index is set to -1. -

bool QDockArea::isDockWindowAccepted ( QDockWindow * dw ) +

bool QDockArea::isDockWindowAccepted ( QDockWindow * dw )

Returns TRUE if dock window dw could be docked into the dock area; otherwise returns FALSE. @@ -194,35 +194,35 @@ space. If keepNewLines is TRUE, only space within lines is cleaned up. If keepNewLines is FALSE the number of lines might be changed. -

void QDockArea::moveDockWindow ( QDockWindow * w, int index = -1 ) +

void QDockArea::moveDockWindow ( QDockWindow * w, int index = -1 )

-Moves the QDockWindow w within the dock area. If w is not +Moves the QDockWindow w within the dock area. If w is not already docked in this area, w is docked first. If index is -1 or larger than the number of docked widgets, w is appended at the end, otherwise it is inserted at the position index. -

void QDockArea::moveDockWindow ( QDockWindow * w, const QPoint & p, const QRect & r, bool swap ) +

void QDockArea::moveDockWindow ( QDockWindow * w, const QPoint & p, const QRect & r, bool swap )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Moves the dock window w inside the dock area where p is the new position (in global screen coordinates), r is the suggested rectangle of the dock window and swap specifies whether or not the orientation of the docked widget needs to be changed. -

This function is used internally by QDockWindow. You shouldn't +

This function is used internally by QDockWindow. You shouldn't need to call it yourself.

Orientation QDockArea::orientation () const

Returns the dock area's orientation. See the "orientation" property for details. -

void QDockArea::removeDockWindow ( QDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE ) +

void QDockArea::removeDockWindow ( QDockWindow * w, bool makeFloating, bool swap, bool fixNewLines = TRUE )

Removes the dock window w from the dock area. If makeFloating is TRUE, w gets floated, and if swap is TRUE, the orientation of w gets swapped. If fixNewLines is TRUE (the default) newlines in the area will be fixed.

You should never need to call this function yourself. Use -QDockWindow::dock() and QDockWindow::undock() instead. +QDockWindow::dock() and QDockWindow::undock() instead. -

void QDockArea::setAcceptDockWindow ( QDockWindow * dw, bool accept ) +

void QDockArea::setAcceptDockWindow ( QDockWindow * dw, bool accept )

If accept is TRUE, dock window dw can be docked in the dock area. If accept is FALSE, dock window dw cannot be docked in -- cgit v1.2.1