diff options
Diffstat (limited to 'doc/html/qdoctwindow.html')
-rw-r--r-- | doc/html/qdoctwindow.html | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/html/qdoctwindow.html b/doc/html/qdoctwindow.html index 091f4a0..80a657f 100644 --- a/doc/html/qdoctwindow.html +++ b/doc/html/qdoctwindow.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qdoctwindow.cpp:701 --> +<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qdockwindow.cpp:701 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -35,10 +35,10 @@ body { background: #ffffff; color: black; } inside a QDockArea or floated as a top level window on the desktop. <a href="#details">More...</a> -<p><tt>#include <<a href="qdoctwindow-h.html">qdoctwindow.h</a>></tt> +<p><tt>#include <<a href="qdockwindow-h.html">qdockwindow.h</a>></tt> <p>Inherits <a href="qframe.html">QFrame</a>. <p>Inherited by <a href="qtoolbar.html">QToolBar</a>. -<p><a href="qdoctwindow-members.html">List of all member functions.</a> +<p><a href="qdockwindow-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> <li class=fn>enum <a href="#Place-enum"><b>Place</b></a> { InDock, OutsideDock }</li> @@ -116,7 +116,7 @@ functionality provided for dock windows is available with the same API for toolbars. <p> <center><img src="qmainwindow-qdockareas.png" alt="QDockWindows in a QDockArea"></center> <blockquote><p align="center"><em> Two QDockWindows (<a href="qtoolbar.html">QToolBar</a>s) in a <a href="qdockarea.html">QDockArea</a> </em></p> -</blockquote><p> <center><img src="qdoctwindow.png" alt="A QDockWindow"></center> <blockquote><p align="center"><em> A Floating QDockWindow +</blockquote><p> <center><img src="qdockwindow.png" alt="A QDockWindow"></center> <blockquote><p align="center"><em> A Floating QDockWindow </em></p> </blockquote><p> If the user drags the dock window into the dock area the dock window will be docked. If the user drags the dock area outside any @@ -214,7 +214,7 @@ floating. <li><tt>QDockWindow::OutsideDock</tt> - Floating as a top level window on the desktop. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="QDockWindow"></a>QDockWindow::QDockWindow ( <a href="qdoctwindow.html#Place-enum">Place</a> p = InDock, <a href="qwidget.html">QWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="QDockWindow"></a>QDockWindow::QDockWindow ( <a href="qdockwindow.html#Place-enum">Place</a> p = InDock, <a href="qwidget.html">QWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a QDockWindow with parent <em>parent</em>, called <em>name</em> and with widget flags <em>f</em>. @@ -250,7 +250,7 @@ using the box layout's <a href="qboxlayout.html#addWidget">QBoxLayout::addWidget <h3 class=fn>int <a name="closeMode"></a>QDockWindow::closeMode () const </h3><p>Returns the close mode of a dock window. -See the <a href="qdoctwindow.html#closeMode-prop">"closeMode"</a> property for details. +See the <a href="qdockwindow.html#closeMode-prop">"closeMode"</a> property for details. <h3 class=fn>void <a name="dock"></a>QDockWindow::dock ()<tt> [virtual slot]</tt> </h3> Docks the dock window into the last dock area in which it was @@ -283,16 +283,16 @@ and its <a href="#CloseMode-enum">CloseMode</a>. <p> <h3 class=fn>bool <a name="isHorizontallyStretchable"></a>QDockWindow::isHorizontallyStretchable () const </h3><p>Returns TRUE if the dock window is horizontally stretchable; otherwise returns FALSE. -See the <a href="qdoctwindow.html#horizontallyStretchable-prop">"horizontallyStretchable"</a> property for details. +See the <a href="qdockwindow.html#horizontallyStretchable-prop">"horizontallyStretchable"</a> property for details. <h3 class=fn>bool <a name="isMovingEnabled"></a>QDockWindow::isMovingEnabled () const </h3><p>Returns TRUE if the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window; otherwise returns FALSE. -See the <a href="qdoctwindow.html#movingEnabled-prop">"movingEnabled"</a> property for details. +See the <a href="qdockwindow.html#movingEnabled-prop">"movingEnabled"</a> property for details. <h3 class=fn>bool <a name="isResizeEnabled"></a>QDockWindow::isResizeEnabled () const </h3><p>Returns TRUE if the dock window is resizeable; otherwise returns FALSE. -See the <a href="qdoctwindow.html#resizeEnabled-prop">"resizeEnabled"</a> property for details. +See the <a href="qdockwindow.html#resizeEnabled-prop">"resizeEnabled"</a> property for details. <h3 class=fn>bool <a name="isStretchable"></a>QDockWindow::isStretchable () const </h3><p>Returns TRUE if the dock window is stretchable in the current <a href="#orientation">orientation</a>(); otherwise returns FALSE. -See the <a href="qdoctwindow.html#stretchable-prop">"stretchable"</a> property for details. +See the <a href="qdockwindow.html#stretchable-prop">"stretchable"</a> property for details. <h3 class=fn>bool <a name="isVerticalStretchable"></a>QDockWindow::isVerticalStretchable () const </h3> @@ -300,16 +300,16 @@ See the <a href="qdoctwindow.html#stretchable-prop">"stretchable"</a> property f <p> <h3 class=fn>bool <a name="isVerticallyStretchable"></a>QDockWindow::isVerticallyStretchable () const </h3><p>Returns TRUE if the dock window is vertically stretchable; otherwise returns FALSE. -See the <a href="qdoctwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details. +See the <a href="qdockwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details. <h3 class=fn>bool <a name="newLine"></a>QDockWindow::newLine () const </h3><p>Returns TRUE if the dock window prefers to start a new line in the dock area; otherwise returns FALSE. -See the <a href="qdoctwindow.html#newLine-prop">"newLine"</a> property for details. +See the <a href="qdockwindow.html#newLine-prop">"newLine"</a> property for details. <h3 class=fn>int <a name="offset"></a>QDockWindow::offset () const </h3><p>Returns the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). -See the <a href="qdoctwindow.html#offset-prop">"offset"</a> property for details. +See the <a href="qdockwindow.html#offset-prop">"offset"</a> property for details. <h3 class=fn>bool <a name="opaqueMoving"></a>QDockWindow::opaqueMoving () const </h3><p>Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE. -See the <a href="qdoctwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. +See the <a href="qdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. <h3 class=fn><a href="qt.html#Orientation-enum">Qt::Orientation</a> <a name="orientation"></a>QDockWindow::orientation () const </h3> Returns the orientation of the dock window. @@ -321,14 +321,14 @@ Returns the orientation of the dock window. <p> This signal is emitted when the orientation of the dock window is changed. The new orientation is <em>o</em>. -<h3 class=fn><a href="qdoctwindow.html#Place-enum">Place</a> <a name="place"></a>QDockWindow::place () const +<h3 class=fn><a href="qdockwindow.html#Place-enum">Place</a> <a name="place"></a>QDockWindow::place () const </h3> <p> This function returns where the dock window is placed. This is either <a href="#Place-enum">InDock</a> or <a href="#Place-enum">OutsideDock</a>. <p> <p>See also <a href="qdockarea.html#moveDockWindow">QDockArea::moveDockWindow</a>(), <a href="qdockarea.html#removeDockWindow">QDockArea::removeDockWindow</a>(), <a href="qmainwindow.html#moveDockWindow">QMainWindow::moveDockWindow</a>(), and <a href="qmainwindow.html#removeDockWindow">QMainWindow::removeDockWindow</a>(). -<h3 class=fn>void <a name="placeChanged"></a>QDockWindow::placeChanged ( <a href="qdoctwindow.html#Place-enum">QDockWindow::Place</a> p )<tt> [signal]</tt> +<h3 class=fn>void <a name="placeChanged"></a>QDockWindow::placeChanged ( <a href="qdockwindow.html#Place-enum">QDockWindow::Place</a> p )<tt> [signal]</tt> </h3> <p> This signal is emitted when the dock window is docked (<em>p</em> is <a href="#Place-enum">InDock</a>), undocked (<em>p</em> is <a href="#Place-enum">OutsideDock</a>) or moved inside the @@ -337,7 +337,7 @@ the dock area. <h3 class=fn>void <a name="setCloseMode"></a>QDockWindow::setCloseMode ( int m )<tt> [virtual]</tt> </h3><p>Sets the close mode of a dock window to <em>m</em>. -See the <a href="qdoctwindow.html#closeMode-prop">"closeMode"</a> property for details. +See the <a href="qdockwindow.html#closeMode-prop">"closeMode"</a> property for details. <h3 class=fn>void <a name="setFixedExtentHeight"></a>QDockWindow::setFixedExtentHeight ( int h )<tt> [virtual]</tt> </h3> Sets the dock window's preferred height for its fixed extent @@ -357,19 +357,19 @@ to <em>w</em>. <p> <h3 class=fn>void <a name="setHorizontallyStretchable"></a>QDockWindow::setHorizontallyStretchable ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window is horizontally stretchable to <em>b</em>. -See the <a href="qdoctwindow.html#horizontallyStretchable-prop">"horizontallyStretchable"</a> property for details. +See the <a href="qdockwindow.html#horizontallyStretchable-prop">"horizontallyStretchable"</a> property for details. <h3 class=fn>void <a name="setMovingEnabled"></a>QDockWindow::setMovingEnabled ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window to <em>b</em>. -See the <a href="qdoctwindow.html#movingEnabled-prop">"movingEnabled"</a> property for details. +See the <a href="qdockwindow.html#movingEnabled-prop">"movingEnabled"</a> property for details. <h3 class=fn>void <a name="setNewLine"></a>QDockWindow::setNewLine ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window prefers to start a new line in the dock area to <em>b</em>. -See the <a href="qdoctwindow.html#newLine-prop">"newLine"</a> property for details. +See the <a href="qdockwindow.html#newLine-prop">"newLine"</a> property for details. <h3 class=fn>void <a name="setOffset"></a>QDockWindow::setOffset ( int o )<tt> [virtual]</tt> </h3><p>Sets the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas) to <em>o</em>. -See the <a href="qdoctwindow.html#offset-prop">"offset"</a> property for details. +See the <a href="qdockwindow.html#offset-prop">"offset"</a> property for details. <h3 class=fn>void <a name="setOpaqueMoving"></a>QDockWindow::setOpaqueMoving ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window will be shown normally whilst it is being moved to <em>b</em>. -See the <a href="qdoctwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. +See the <a href="qdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details. <h3 class=fn>void <a name="setOrientation"></a>QDockWindow::setOrientation ( <a href="qt.html#Orientation-enum">Orientation</a> o )<tt> [virtual slot]</tt> </h3> Sets the orientation of the dock window to <em>o</em>. The orientation @@ -378,7 +378,7 @@ is propagated to the layout <a href="#boxLayout">boxLayout</a>(). <h3 class=fn>void <a name="setResizeEnabled"></a>QDockWindow::setResizeEnabled ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window is resizeable to <em>b</em>. -See the <a href="qdoctwindow.html#resizeEnabled-prop">"resizeEnabled"</a> property for details. +See the <a href="qdockwindow.html#resizeEnabled-prop">"resizeEnabled"</a> property for details. <h3 class=fn>void <a name="setVerticalStretchable"></a>QDockWindow::setVerticalStretchable ( bool b ) </h3> @@ -386,7 +386,7 @@ See the <a href="qdoctwindow.html#resizeEnabled-prop">"resizeEnabled"</a> proper <p> <h3 class=fn>void <a name="setVerticallyStretchable"></a>QDockWindow::setVerticallyStretchable ( bool b )<tt> [virtual]</tt> </h3><p>Sets whether the dock window is vertically stretchable to <em>b</em>. -See the <a href="qdoctwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details. +See the <a href="qdockwindow.html#verticallyStretchable-prop">"verticallyStretchable"</a> property for details. <h3 class=fn>void <a name="setWidget"></a>QDockWindow::setWidget ( <a href="qwidget.html">QWidget</a> * w )<tt> [virtual]</tt> </h3> Sets the dock window's main widget to <em>w</em>. |