Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f9eb832ba1e4b88d9a5c2b384813bb4 > files > 6153

kdelibs3-apidocs-3.5.10-31.fc15.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>kmdi: kmdichildarea.cpp Source File (kmdi)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../..">API Reference</a>
 / <a href=".">kmdi</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.7.4 -->
<div class="header">
  <div class="headertitle">
<div class="title">kmdichildarea.cpp</div>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//----------------------------------------------------------------------------</span>
<a name="l00002"></a>00002 <span class="comment">//    filename             : kmdichildarea.cpp</span>
<a name="l00003"></a>00003 <span class="comment">//----------------------------------------------------------------------------</span>
<a name="l00004"></a>00004 <span class="comment">//    Project              : KDE MDI extension</span>
<a name="l00005"></a>00005 <span class="comment">//</span>
<a name="l00006"></a>00006 <span class="comment">//    begin                : 07/1999       by Szymon Stefanek as part of kvirc</span>
<a name="l00007"></a>00007 <span class="comment">//                                         (an IRC application)</span>
<a name="l00008"></a>00008 <span class="comment">//    changes              : 09/1999       by Falk Brettschneider to create an</span>
<a name="l00009"></a>00009 <span class="comment">//                           - 06/2000     stand-alone Qt extension set of</span>
<a name="l00010"></a>00010 <span class="comment">//                                         classes and a Qt-based library</span>
<a name="l00011"></a>00011 <span class="comment">//                           2000-2003     maintained by the KDevelop project</span>
<a name="l00012"></a>00012 <span class="comment">//</span>
<a name="l00013"></a>00013 <span class="comment">//    copyright            : (C) 1999-2003 by Szymon Stefanek (stefanek@tin.it)</span>
<a name="l00014"></a>00014 <span class="comment">//                                         and</span>
<a name="l00015"></a>00015 <span class="comment">//                                         Falk Brettschneider</span>
<a name="l00016"></a>00016 <span class="comment">//    email                :  falkbr@kdevelop.org (Falk Brettschneider)</span>
<a name="l00017"></a>00017 <span class="comment">//----------------------------------------------------------------------------</span>
<a name="l00018"></a>00018 <span class="comment">//</span>
<a name="l00019"></a>00019 <span class="comment">//----------------------------------------------------------------------------</span>
<a name="l00020"></a>00020 <span class="comment">//</span>
<a name="l00021"></a>00021 <span class="comment">//    This program is free software; you can redistribute it and/or modify</span>
<a name="l00022"></a>00022 <span class="comment">//    it under the terms of the GNU Library General Public License as</span>
<a name="l00023"></a>00023 <span class="comment">//    published by the Free Software Foundation; either version 2 of the</span>
<a name="l00024"></a>00024 <span class="comment">//    License, or (at your option) any later version.</span>
<a name="l00025"></a>00025 <span class="comment">//</span>
<a name="l00026"></a>00026 <span class="comment">//----------------------------------------------------------------------------</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="preprocessor">#include &quot;kmdichildarea.h&quot;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &quot;kmdichildarea.moc&quot;</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#include &quot;kmdidefines.h&quot;</span>
<a name="l00032"></a>00032 
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;kconfig.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;kglobal.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;kglobalsettings.h&gt;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;math.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;qpopupmenu.h&gt;</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 
<a name="l00043"></a>00043 <span class="comment">// KMdiChildArea</span>
<a name="l00045"></a>00045 <span class="comment"></span>
<a name="l00046"></a>00046 <span class="comment">//============ KMdiChildArea ============//</span>
<a name="l00047"></a>00047 
<a name="l00048"></a><a class="code" href="classKMdiChildArea.html#af5763f8ffa5475a5b47f8e2c99e8ad7e">00048</a> <a class="code" href="classKMdiChildArea.html#af5763f8ffa5475a5b47f8e2c99e8ad7e" title="Consruction.">KMdiChildArea::KMdiChildArea</a>( <a class="codeRef" href="qwidget.html">QWidget</a> *parent )
<a name="l00049"></a>00049         : <a class="codeRef" href="qframe.html">QFrame</a>( parent, <span class="stringliteral">&quot;kmdi_childarea&quot;</span> )
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051     <a class="codeRef" href="qframe.html#setFrameStyle">setFrameStyle</a>( QFrame::Panel | QFrame::Sunken );
<a name="l00052"></a>00052     <a class="code" href="classKMdiChildArea.html#a17753a5b723c9511248aec51bdc9ec4d" title="The MDI childframe window caption font.">m_captionFont</a> = <a class="codeRef" href="qfont.html">QFont</a>();
<a name="l00053"></a>00053     <a class="codeRef" href="qfontmetrics.html">QFontMetrics</a> fm( <a class="code" href="classKMdiChildArea.html#a17753a5b723c9511248aec51bdc9ec4d" title="The MDI childframe window caption font.">m_captionFont</a> );
<a name="l00054"></a>00054     m_captionFontLineSpacing = fm.<a class="codeRef" href="qfontmetrics.html#lineSpacing">lineSpacing</a>();
<a name="l00055"></a>00055     <a class="code" href="classKMdiChildArea.html#a7a2e02ce48a93848549a922db306e588" title="The foreground color of the active MDI childframe window caption.">m_captionActiveBackColor</a> = KGlobalSettings::activeTitleColor();
<a name="l00056"></a>00056     <a class="code" href="classKMdiChildArea.html#a5505343cb928bbdf575839d1b5a72293" title="The background color of the active MDI childframe window captions.">m_captionActiveForeColor</a> = KGlobalSettings::activeTextColor();
<a name="l00057"></a>00057     <a class="code" href="classKMdiChildArea.html#aafdb6229efc3d1e619b199d7d0ebe081" title="The foreground color of inactive MDI childframe window captions.">m_captionInactiveBackColor</a> = KGlobalSettings::inactiveTitleColor();
<a name="l00058"></a>00058     <a class="code" href="classKMdiChildArea.html#ad6657af46f59ee76aa1e776ef3bc99c6" title="The background color of inactive MDI childframe window captions.">m_captionInactiveForeColor</a> = KGlobalSettings::inactiveTextColor();
<a name="l00059"></a>00059     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> = <span class="keyword">new</span> <a class="codeRef" href="qptrlist.html">QPtrList&lt;KMdiChildFrm&gt;</a>;
<a name="l00060"></a>00060     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">true</span> );
<a name="l00061"></a>00061     setFocusPolicy( ClickFocus );
<a name="l00062"></a>00062     <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a> = <a class="codeRef" href="qsize.html">QSize</a>( 400, 300 );
<a name="l00063"></a>00063 }
<a name="l00064"></a>00064 
<a name="l00065"></a>00065 
<a name="l00066"></a><a class="code" href="classKMdiChildArea.html#ad3717b44ad817b724c405aeefca1717d">00066</a> <a class="code" href="classKMdiChildArea.html#ad3717b44ad817b724c405aeefca1717d" title="Destructor : THERE should be no child windows anymore...">KMdiChildArea::~KMdiChildArea</a>()
<a name="l00067"></a>00067 {
<a name="l00068"></a>00068     <span class="keyword">delete</span> <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>; <span class="comment">//This will destroy all the widgets inside.</span>
<a name="l00069"></a>00069 }
<a name="l00070"></a>00070 
<a name="l00071"></a>00071 
<a name="l00072"></a><a class="code" href="classKMdiChildArea.html#a4783497e8b1df747c3c842c8accded04">00072</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a4783497e8b1df747c3c842c8accded04" title="Appends a new KMdiChildFrm to this manager.">KMdiChildArea::manageChild</a>( <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child, <span class="keywordtype">bool</span> show, <span class="keywordtype">bool</span> cascade )
<a name="l00073"></a>00073 {
<a name="l00074"></a>00074     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Adding child &quot;</span> &lt;&lt; child &lt;&lt; <span class="stringliteral">&quot; to be managed&quot;</span> &lt;&lt; endl;
<a name="l00075"></a>00075     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* top = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00076"></a>00076     
<a name="l00077"></a>00077     <span class="comment">//remove old references. There can be more than one so we remove them all</span>
<a name="l00078"></a>00078     <span class="keywordflow">if</span> ( <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#findRef">findRef</a>( child ) != -1 )
<a name="l00079"></a>00079     {
<a name="l00080"></a>00080         <span class="comment">//QPtrList::find* moves current() to the found item</span>
<a name="l00081"></a>00081         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#take">take</a>(); 
<a name="l00082"></a>00082         <span class="keywordflow">while</span> ( <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#findNextRef">findNextRef</a>( child ) != -1 )
<a name="l00083"></a>00083             <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#take">take</a>();
<a name="l00084"></a>00084     }
<a name="l00085"></a>00085 
<a name="l00086"></a>00086     <span class="keywordflow">if</span> ( show )
<a name="l00087"></a>00087         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#append">append</a>( child ); <span class="comment">//visible -&gt; first in the Z order</span>
<a name="l00088"></a>00088     <span class="keywordflow">else</span>
<a name="l00089"></a>00089         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#insert">insert</a>( 0, child ); <span class="comment">//hidden -&gt; last in the Z order</span>
<a name="l00090"></a>00090 
<a name="l00091"></a>00091     <span class="keywordflow">if</span> ( cascade )
<a name="l00092"></a>00092         child-&gt;move( <a class="code" href="classKMdiChildArea.html#aea6e359f0d296e72487f6c25d083c403" title="Calculates the cascade point for the given index.">getCascadePoint</a>( <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#count">count</a>() - 1 ) );
<a name="l00093"></a>00093     
<a name="l00094"></a>00094     <span class="keywordflow">if</span> ( show )
<a name="l00095"></a>00095     {
<a name="l00096"></a>00096         <span class="keywordflow">if</span> ( top &amp;&amp; top-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00097"></a>00097         {
<a name="l00098"></a>00098             kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Maximizing the new child&quot;</span> &lt;&lt; endl;
<a name="l00099"></a>00099             emit <a class="code" href="classKMdiChildArea.html#a8f891ea3bf5932a1749589c415e81aa3" title="Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in ...">sysButtonConnectionsMustChange</a>( top, child );
<a name="l00100"></a>00100             top-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Normal, <span class="keyword">false</span> <span class="comment">/*animate*/</span> );
<a name="l00101"></a>00101             child-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Maximized, <span class="keyword">false</span> <span class="comment">/*animate*/</span> );
<a name="l00102"></a>00102         }
<a name="l00103"></a>00103         child-&gt;show();
<a name="l00104"></a>00104         <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00105"></a>00105     }
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107 
<a name="l00108"></a>00108 
<a name="l00109"></a><a class="code" href="classKMdiChildArea.html#a014466599731647ab4bf11be31401dde">00109</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a014466599731647ab4bf11be31401dde" title="Destroys a managed KMdiChildFrm Also deletes the client attached to this child.">KMdiChildArea::destroyChild</a>( <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a> *child, <span class="keywordtype">bool</span> focusTop )
<a name="l00110"></a>00110 {
<a name="l00111"></a>00111     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Removing child &quot;</span> &lt;&lt; child-&gt;<a class="code" href="classKMdiChildFrm.html#ab9787ec1cb305810b5b105d994e562e8" title="Gets the caption of this mdi child.">caption</a>() &lt;&lt; endl;
<a name="l00112"></a>00112     <span class="keywordtype">bool</span> wasMaximized = ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized );
<a name="l00113"></a>00113 
<a name="l00114"></a>00114     <span class="comment">// destroy the old one</span>
<a name="l00115"></a>00115     <a class="codeRef" href="qobject.html#disconnect">QObject::disconnect</a>( child );
<a name="l00116"></a>00116     child-&gt;blockSignals( <span class="keyword">true</span> );
<a name="l00117"></a>00117     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00118"></a>00118     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#removeRef">removeRef</a>( child );
<a name="l00119"></a>00119 
<a name="l00120"></a>00120     <span class="comment">// focus the next new childframe</span>
<a name="l00121"></a>00121     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* newTopChild = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00122"></a>00122     <span class="keywordflow">if</span> ( wasMaximized )
<a name="l00123"></a>00123     {
<a name="l00124"></a>00124         <span class="keywordflow">if</span> ( newTopChild )
<a name="l00125"></a>00125         {
<a name="l00126"></a>00126             newTopChild-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Maximized, <span class="keyword">false</span> );
<a name="l00127"></a>00127             emit <a class="code" href="classKMdiChildArea.html#a8f891ea3bf5932a1749589c415e81aa3" title="Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in ...">sysButtonConnectionsMustChange</a>( child, newTopChild );
<a name="l00128"></a>00128         }
<a name="l00129"></a>00129         <span class="keywordflow">else</span>
<a name="l00130"></a>00130             emit <a class="code" href="classKMdiChildArea.html#aec3a075b54ac9c1e581d39ede469d3e0" title="Signals that there aren&#39;t maximized child frames any more.">noMaximizedChildFrmLeft</a>( child ); <span class="comment">// last childframe removed</span>
<a name="l00131"></a>00131     }
<a name="l00132"></a>00132     
<a name="l00133"></a>00133     <span class="keyword">delete</span> child;
<a name="l00134"></a>00134     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">true</span> );
<a name="l00135"></a>00135 
<a name="l00136"></a>00136     <span class="keywordflow">if</span> ( focusTop )
<a name="l00137"></a>00137         <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00138"></a>00138 }
<a name="l00139"></a>00139 
<a name="l00140"></a>00140 
<a name="l00141"></a><a class="code" href="classKMdiChildArea.html#a67fdf5afaeff0bab1614716957d14115">00141</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a67fdf5afaeff0bab1614716957d14115" title="Destroys a managed KMdiChildFrm Clients attached to the KMdiChildFrm are not deleted.">KMdiChildArea::destroyChildButNotItsView</a>( <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child, <span class="keywordtype">bool</span> focusTop )
<a name="l00142"></a>00142 {
<a name="l00143"></a>00143     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Removing child &quot;</span> &lt;&lt; child-&gt;<a class="code" href="classKMdiChildFrm.html#ab9787ec1cb305810b5b105d994e562e8" title="Gets the caption of this mdi child.">caption</a>() &lt;&lt; endl;
<a name="l00144"></a>00144     <span class="keywordtype">bool</span> wasMaximized = ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized );
<a name="l00145"></a>00145 
<a name="l00146"></a>00146     <span class="comment">// destroy the old one</span>
<a name="l00147"></a>00147     <a class="codeRef" href="qobject.html#disconnect">QObject::disconnect</a>( child );
<a name="l00148"></a>00148     child-&gt;<a class="code" href="classKMdiChildFrm.html#a052a9298168636743b51bcf1b8cca0ab" title="Reparents the client widget to 0 (desktop), moves with an offset from the original position Removes t...">unsetClient</a>();
<a name="l00149"></a>00149     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00150"></a>00150     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#removeRef">removeRef</a>( child );
<a name="l00151"></a>00151 
<a name="l00152"></a>00152     <span class="comment">// focus the next new childframe</span>
<a name="l00153"></a>00153     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* newTopChild = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00154"></a>00154     <span class="keywordflow">if</span> ( wasMaximized )
<a name="l00155"></a>00155     {
<a name="l00156"></a>00156         <span class="keywordflow">if</span> ( newTopChild )
<a name="l00157"></a>00157         {
<a name="l00158"></a>00158             newTopChild-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Maximized, <span class="keyword">false</span> );
<a name="l00159"></a>00159             emit <a class="code" href="classKMdiChildArea.html#a8f891ea3bf5932a1749589c415e81aa3" title="Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in ...">sysButtonConnectionsMustChange</a>( child, newTopChild );
<a name="l00160"></a>00160         }
<a name="l00161"></a>00161         <span class="keywordflow">else</span>
<a name="l00162"></a>00162             emit <a class="code" href="classKMdiChildArea.html#aec3a075b54ac9c1e581d39ede469d3e0" title="Signals that there aren&#39;t maximized child frames any more.">noMaximizedChildFrmLeft</a>( child ); <span class="comment">// last childframe removed</span>
<a name="l00163"></a>00163     }
<a name="l00164"></a>00164     <span class="keyword">delete</span> child;
<a name="l00165"></a>00165     <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">true</span> );
<a name="l00166"></a>00166 
<a name="l00167"></a>00167     <span class="keywordflow">if</span> ( focusTop )
<a name="l00168"></a>00168         <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00169"></a>00169 }
<a name="l00170"></a>00170 
<a name="l00171"></a><a class="code" href="classKMdiChildArea.html#ab62efbb77ef196e0470258049efc5c98">00171</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#ab62efbb77ef196e0470258049efc5c98" title="Brings the child to the top of the stack The child is focused if setFocus is true.">KMdiChildArea::setTopChild</a>( <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child, <span class="keywordtype">bool</span> <span class="comment">/* bSetFocus */</span> )
<a name="l00172"></a>00172 {
<a name="l00173"></a>00173     <span class="keywordflow">if</span> ( !child )
<a name="l00174"></a>00174         <span class="keywordflow">return</span>;
<a name="l00175"></a>00175     
<a name="l00176"></a>00176     <span class="keywordflow">if</span> ( <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>() != child )
<a name="l00177"></a>00177     {
<a name="l00178"></a>00178         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Setting &quot;</span> &lt;&lt; child-&gt;<a class="code" href="classKMdiChildFrm.html#ab9787ec1cb305810b5b105d994e562e8" title="Gets the caption of this mdi child.">caption</a>() &lt;&lt; <span class="stringliteral">&quot; as the new top child&quot;</span> &lt;&lt; endl;
<a name="l00179"></a>00179         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00180"></a>00180         <span class="keywordflow">if</span> ( child )
<a name="l00181"></a>00181             <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#removeRef">removeRef</a>( child );
<a name="l00182"></a>00182         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">true</span> );
<a name="l00183"></a>00183         
<a name="l00184"></a>00184         <span class="comment">//disable the labels of all the other children</span>
<a name="l00185"></a>00185         <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00186"></a>00186         <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00187"></a>00187             ( *it )-&gt;m_pCaption-&gt;setActive( <span class="keyword">false</span> );
<a name="l00188"></a>00188         
<a name="l00189"></a>00189         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* maximizedChild = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00190"></a>00190         <span class="keywordtype">bool</span> topChildMaximized = <span class="keyword">false</span>;
<a name="l00191"></a>00191         <span class="keywordflow">if</span> ( maximizedChild &amp;&amp; maximizedChild-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00192"></a>00192             topChildMaximized = <span class="keyword">true</span>;
<a name="l00193"></a>00193         
<a name="l00194"></a>00194         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#append">append</a>( child );
<a name="l00195"></a>00195         
<a name="l00196"></a>00196         <span class="keywordtype">int</span> nChildAreaMinW = 0, nChildAreaMinH = 0;
<a name="l00197"></a>00197         <span class="keywordtype">int</span> nChildAreaMaxW = QWIDGETSIZE_MAX, nChildAreaMaxH = QWIDGETSIZE_MAX;
<a name="l00198"></a>00198         <span class="keywordflow">if</span> ( topChildMaximized &amp;&amp; child-&gt;m_pClient )
<a name="l00199"></a>00199         {
<a name="l00200"></a>00200             <span class="comment">//the former top child is maximized, so maximize the new one</span>
<a name="l00201"></a>00201             nChildAreaMinW = child-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#minimumWidth">minimumWidth</a>();
<a name="l00202"></a>00202             nChildAreaMinH = child-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#minimumHeight">minimumHeight</a>();
<a name="l00204"></a>00204             <span class="comment">// nChildAreaMaxW = child-&gt;m_pClient-&gt;maximumWidth();</span>
<a name="l00205"></a>00205             <span class="comment">// nChildAreaMaxH = child-&gt;m_pClient-&gt;maximumHeight();</span>
<a name="l00206"></a>00206         }
<a name="l00207"></a>00207         
<a name="l00208"></a>00208         <span class="comment">//set the min and max sizes of this child area to the new top child</span>
<a name="l00209"></a>00209         setMinimumSize( nChildAreaMinW, nChildAreaMinH );
<a name="l00210"></a>00210         setMaximumSize( nChildAreaMaxW, nChildAreaMaxH );
<a name="l00211"></a>00211         
<a name="l00212"></a>00212         <span class="keywordflow">if</span> ( topChildMaximized )
<a name="l00213"></a>00213         {   <span class="comment">//maximize the new view and restore the old</span>
<a name="l00214"></a>00214             child-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Maximized, <span class="keyword">false</span> <span class="comment">/*animate*/</span>);
<a name="l00215"></a>00215             maximizedChild-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Normal, <span class="keyword">false</span> <span class="comment">/*animate*/</span> );
<a name="l00216"></a>00216             emit <a class="code" href="classKMdiChildArea.html#a8f891ea3bf5932a1749589c415e81aa3" title="Signals a KMdiMainFrm that the signal/slot connections of the system buttons in the menubar (only in ...">sysButtonConnectionsMustChange</a>( maximizedChild, child );
<a name="l00217"></a>00217         }
<a name="l00218"></a>00218         <span class="keywordflow">else</span>
<a name="l00219"></a>00219             child-&gt;raise();
<a name="l00220"></a>00220         
<a name="l00221"></a>00221         <a class="codeRef" href="qfocusevent.html#setReason">QFocusEvent::setReason</a>( QFocusEvent::Other );
<a name="l00222"></a>00222         child-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#setFocus">setFocus</a>();
<a name="l00223"></a>00223     }
<a name="l00224"></a>00224 }
<a name="l00225"></a>00225 
<a name="l00226"></a>00226 
<a name="l00227"></a><a class="code" href="classKMdiChildArea.html#ad5c72a5362789a0cea831e7cd7306104">00227</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#ad5c72a5362789a0cea831e7cd7306104" title="Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views...">KMdiChildArea::resizeEvent</a>( <a class="codeRef" href="qresizeevent.html">QResizeEvent</a>* e )
<a name="l00228"></a>00228 {
<a name="l00229"></a>00229     <span class="comment">//If we have a maximized children at the top , adjust its size</span>
<a name="l00230"></a>00230     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00231"></a>00231     <span class="keywordflow">if</span> ( child &amp;&amp; child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized  )
<a name="l00232"></a>00232     {
<a name="l00233"></a>00233         <span class="keywordtype">int</span> clientw = 0, clienth = 0;
<a name="l00234"></a>00234         <span class="keywordflow">if</span> ( child-&gt;m_pClient != 0L )
<a name="l00235"></a>00235         {
<a name="l00236"></a>00236             clientw = child-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#width">width</a>();
<a name="l00237"></a>00237             clienth = child-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#height">height</a>();
<a name="l00238"></a>00238         }
<a name="l00239"></a>00239         child-&gt;resize( width() + KMDI_CHILDFRM_DOUBLE_BORDER,
<a name="l00240"></a>00240                        height() + child-&gt;m_pCaption-&gt;<a class="code" href="classKMdiChildFrmCaption.html#a5fc8239a0e37db57ccff25632667d89b" title="Returns the caption bar height depending on the used font.">heightHint</a>() + KMDI_CHILDFRM_SEPARATOR + KMDI_CHILDFRM_DOUBLE_BORDER );
<a name="l00241"></a>00241 
<a name="l00242"></a>00242     }
<a name="l00243"></a>00243     <a class="code" href="classKMdiChildArea.html#a6bfe60484404550782065cb4e0e188b9" title="Position and layout the minimized child frames.">layoutMinimizedChildren</a>();
<a name="l00244"></a>00244     <a class="code" href="classKMdiChildArea.html#ad5c72a5362789a0cea831e7cd7306104" title="Automatically resizes a maximized MDI view and layouts the positions of minimized MDI views...">QWidget::resizeEvent</a>( e );
<a name="l00245"></a>00245 }
<a name="l00246"></a>00246 
<a name="l00247"></a>00247 <span class="comment">//=============== mousePressEvent =============//</span>
<a name="l00248"></a>00248 
<a name="l00249"></a><a class="code" href="classKMdiChildArea.html#ab278a0769705a582423445d1d739a355">00249</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#ab278a0769705a582423445d1d739a355" title="Shows the &#39;Window&#39; popup menu on right mouse button click.">KMdiChildArea::mousePressEvent</a>( <a class="codeRef" href="qmouseevent.html">QMouseEvent</a> *e )
<a name="l00250"></a>00250 {
<a name="l00251"></a>00251     <span class="comment">//Popup the window menu</span>
<a name="l00252"></a>00252     <span class="keywordflow">if</span> ( e-&gt;<a class="codeRef" href="qmouseevent.html#button">button</a>() &amp; RightButton )
<a name="l00253"></a>00253         emit <a class="code" href="classKMdiChildArea.html#a0e0111a45e8c39a57dab84a1cfb2c2a9" title="Signals a KMdiMainFrm that the &#39;Window&#39; popup menu must be shown.">popupWindowMenu</a>( mapToGlobal( e-&gt;<a class="codeRef" href="qmouseevent.html#pos">pos</a>() ) );
<a name="l00254"></a>00254 }
<a name="l00255"></a>00255 
<a name="l00256"></a>00256 <span class="comment">//=============== getCascadePoint ============//</span>
<a name="l00257"></a>00257 
<a name="l00258"></a><a class="code" href="classKMdiChildArea.html#aea6e359f0d296e72487f6c25d083c403">00258</a> <a class="codeRef" href="qpoint.html">QPoint</a> <a class="code" href="classKMdiChildArea.html#aea6e359f0d296e72487f6c25d083c403" title="Calculates the cascade point for the given index.">KMdiChildArea::getCascadePoint</a>( <span class="keywordtype">int</span> indexOfWindow )
<a name="l00259"></a>00259 {
<a name="l00260"></a>00260     <span class="keywordflow">if</span> ( indexOfWindow &lt; 0 )
<a name="l00261"></a>00261     {
<a name="l00262"></a>00262         indexOfWindow = <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#count">count</a>(); <span class="comment">//use the window count</span>
<a name="l00263"></a>00263         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;indexOfWindow was less than zero, using &quot;</span>
<a name="l00264"></a>00264             &lt;&lt; indexOfWindow &lt;&lt; <span class="stringliteral">&quot; as new index&quot;</span> &lt;&lt; endl;
<a name="l00265"></a>00265     }
<a name="l00266"></a>00266 
<a name="l00267"></a>00267     <a class="codeRef" href="qpoint.html">QPoint</a> pnt( 0, 0 );
<a name="l00268"></a>00268     <span class="keywordflow">if</span> ( indexOfWindow == 0 )
<a name="l00269"></a>00269     {
<a name="l00270"></a>00270         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;No windows. Returning QPoint( 0, 0 ) as the cascade point&quot;</span> &lt;&lt; endl;
<a name="l00271"></a>00271         <span class="keywordflow">return</span> pnt;
<a name="l00272"></a>00272     }
<a name="l00273"></a>00273 
<a name="l00274"></a>00274     <span class="keywordtype">bool</span> topLevelMode = <span class="keyword">false</span>;
<a name="l00275"></a>00275     <span class="keywordflow">if</span> ( height() == 1 )    <span class="comment">// hacky?!</span>
<a name="l00276"></a>00276         topLevelMode = <span class="keyword">true</span>;
<a name="l00277"></a>00277 
<a name="l00278"></a>00278     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Getting the cascade point for window index &quot;</span> &lt;&lt; indexOfWindow &lt;&lt; endl;
<a name="l00279"></a>00279     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Do we think we&#39;re in top level mode? &quot;</span> &lt;&lt; topLevelMode &lt;&lt; endl;
<a name="l00280"></a>00280     
<a name="l00281"></a>00281     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#first">first</a>();
<a name="l00282"></a>00282     
<a name="l00283"></a>00283     <span class="comment">//default values</span>
<a name="l00284"></a>00284     <span class="keywordtype">int</span> step = 20;
<a name="l00285"></a>00285     <span class="keywordtype">int</span> h = ( topLevelMode ? <a class="codeRef" href="qapplication.html#desktop">QApplication::desktop</a>()-&gt;height() : height() );
<a name="l00286"></a>00286     <span class="keywordtype">int</span> w = ( topLevelMode ? <a class="codeRef" href="qapplication.html#desktop">QApplication::desktop</a>()-&gt;width() : width() );
<a name="l00287"></a>00287     
<a name="l00288"></a>00288     <span class="keywordtype">int</span> availableHeight = h - <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#height">height</a>();
<a name="l00289"></a>00289     <span class="keywordtype">int</span> availableWidth = w - <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#width">width</a>();
<a name="l00290"></a>00290     <span class="keywordtype">int</span> ax = 0;
<a name="l00291"></a>00291     <span class="keywordtype">int</span> ay = 0;
<a name="l00292"></a>00292     
<a name="l00293"></a>00293     <span class="keywordflow">if</span> ( child )
<a name="l00294"></a>00294     {
<a name="l00295"></a>00295         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;child frame exists. resetting height and width values&quot;</span> &lt;&lt; endl;
<a name="l00296"></a>00296         step = child-&gt;m_pCaption-&gt;<a class="code" href="classKMdiChildFrmCaption.html#a5fc8239a0e37db57ccff25632667d89b" title="Returns the caption bar height depending on the used font.">heightHint</a>() + KMDI_CHILDFRM_BORDER;
<a name="l00297"></a>00297         availableHeight = h - child-&gt;minimumHeight();
<a name="l00298"></a>00298         availableWidth = w - child-&gt;minimumWidth();
<a name="l00299"></a>00299     }
<a name="l00300"></a>00300     
<a name="l00301"></a>00301     <span class="keywordflow">for</span> ( <span class="keywordtype">int</span> i = 0; i &lt; indexOfWindow; i++ )
<a name="l00302"></a>00302     {
<a name="l00303"></a>00303         ax += step;
<a name="l00304"></a>00304         ay += step;
<a name="l00305"></a>00305         
<a name="l00306"></a>00306         <span class="comment">//do some bounds checking, because to not do it would be bad.</span>
<a name="l00307"></a>00307         <span class="keywordflow">if</span> ( ax &gt; availableWidth )
<a name="l00308"></a>00308             ax = 0;
<a name="l00309"></a>00309 
<a name="l00310"></a>00310         <span class="keywordflow">if</span> ( ay &gt; availableHeight )
<a name="l00311"></a>00311             ay = 0;
<a name="l00312"></a>00312     }
<a name="l00313"></a>00313     pnt.<a class="codeRef" href="qpoint.html#setX">setX</a>( ax );
<a name="l00314"></a>00314     pnt.<a class="codeRef" href="qpoint.html#setY">setY</a>( ay );
<a name="l00315"></a>00315     <span class="keywordflow">return</span> pnt;
<a name="l00316"></a>00316 }
<a name="l00317"></a>00317 
<a name="l00318"></a>00318 
<a name="l00319"></a><a class="code" href="classKMdiChildArea.html#a58d086333e4a8cf501e2c9154e2fa633">00319</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a58d086333e4a8cf501e2c9154e2fa633" title="Internally used.">KMdiChildArea::childMinimized</a>( <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a> *minimizedChild, <span class="keywordtype">bool</span> wasMaximized )
<a name="l00320"></a>00320 {
<a name="l00321"></a>00321     <span class="comment">//can&#39;t find the child in our list, so we don&#39;t care.</span>
<a name="l00322"></a>00322     <span class="keywordflow">if</span> ( <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#findRef">findRef</a>( minimizedChild ) == -1 )
<a name="l00323"></a>00323     {
<a name="l00324"></a>00324         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;child was minimized but wasn&#39;t in our list!&quot;</span> &lt;&lt; endl;
<a name="l00325"></a>00325         <span class="keywordflow">return</span>;
<a name="l00326"></a>00326     }
<a name="l00327"></a>00327     
<a name="l00328"></a>00328     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; endl;
<a name="l00329"></a>00329     <span class="keywordflow">if</span> ( <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#count">count</a>() &gt; 1 )
<a name="l00330"></a>00330     {
<a name="l00331"></a>00331         <span class="comment">//move the minimized child to the bottom</span>
<a name="l00332"></a>00332         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00333"></a>00333         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#removeRef">removeRef</a>( minimizedChild );
<a name="l00334"></a>00334         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">true</span> );
<a name="l00335"></a>00335         <a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a>-&gt;<a class="codeRef" href="qptrlist.html#insert">insert</a>( 0, minimizedChild );
<a name="l00336"></a>00336         
<a name="l00337"></a>00337         <span class="keywordflow">if</span> ( wasMaximized )
<a name="l00338"></a>00338         { <span class="comment">// Need to maximize the new top child</span>
<a name="l00339"></a>00339             kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;child just minimized from maximized state. maximize new top child&quot;</span> &lt;&lt; endl;
<a name="l00340"></a>00340             minimizedChild = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00341"></a>00341             <span class="keywordflow">if</span> ( !minimizedChild )
<a name="l00342"></a>00342                 <span class="keywordflow">return</span>; <span class="comment">//??</span>
<a name="l00343"></a>00343             
<a name="l00344"></a>00344             <span class="keywordflow">if</span> ( minimizedChild-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00345"></a>00345                 <span class="keywordflow">return</span>; <span class="comment">//it&#39;s already maximized</span>
<a name="l00346"></a>00346             
<a name="l00347"></a>00347             minimizedChild-&gt;<a class="code" href="classKMdiChildFrm.html#a4b65b9c0380c7bfa4d8d894e8f3a4022" title="Minimizes, Maximizes, or restores the window.">setState</a>( KMdiChildFrm::Maximized, <span class="keyword">false</span> ); <span class="comment">//do not animate the change</span>
<a name="l00348"></a>00348         }
<a name="l00349"></a>00349         <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00350"></a>00350     }
<a name="l00351"></a>00351     <span class="keywordflow">else</span>
<a name="l00352"></a>00352         setFocus(); <span class="comment">//Remove focus from the child. We only have one window</span>
<a name="l00353"></a>00353 }
<a name="l00354"></a>00354 
<a name="l00355"></a><a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd">00355</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">KMdiChildArea::focusTopChild</a>()
<a name="l00356"></a>00356 {
<a name="l00357"></a>00357     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* lastChild = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00358"></a>00358     <span class="keywordflow">if</span> ( !lastChild )
<a name="l00359"></a>00359     {
<a name="l00360"></a>00360         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;No more child windows left&quot;</span> &lt;&lt; endl;
<a name="l00361"></a>00361         emit <a class="code" href="classKMdiChildArea.html#a21b9b0d83e604eff5bd66bf926eca025" title="Signals that the last attached (docked) MDI view has been closed.">lastChildFrmClosed</a>();
<a name="l00362"></a>00362         <span class="keywordflow">return</span>;
<a name="l00363"></a>00363     }
<a name="l00364"></a>00364 
<a name="l00365"></a>00365     <span class="keywordflow">if</span> ( !lastChild-&gt;m_pClient-&gt;<a class="codeRef" href="qwidget.html#hasFocus">hasFocus</a>() )
<a name="l00366"></a>00366     {
<a name="l00367"></a>00367         <span class="comment">//disable the labels of all the other children</span>
<a name="l00368"></a>00368         <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it ( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00369"></a>00369         <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00370"></a>00370         {
<a name="l00371"></a>00371             <span class="keywordflow">if</span> ( ( *it ) != lastChild )
<a name="l00372"></a>00372                 ( *it )-&gt;m_pCaption-&gt;setActive( <span class="keyword">false</span> );
<a name="l00373"></a>00373         }
<a name="l00374"></a>00374 
<a name="l00375"></a>00375         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;Giving focus to &quot;</span> &lt;&lt; lastChild-&gt;<a class="code" href="classKMdiChildFrm.html#ab9787ec1cb305810b5b105d994e562e8" title="Gets the caption of this mdi child.">caption</a>() &lt;&lt; endl;
<a name="l00376"></a>00376         lastChild-&gt;raise();
<a name="l00377"></a>00377         lastChild-&gt;m_pClient-&gt;<a class="code" href="classKMdiChildView.html#a41d61200c3004a24ff4c75c5f75a74d7" title="This method does the same as focusInEvent().">activate</a>();
<a name="l00378"></a>00378     }
<a name="l00379"></a>00379 
<a name="l00380"></a>00380 }
<a name="l00381"></a>00381 
<a name="l00382"></a><a class="code" href="classKMdiChildArea.html#a7d4064e2051eba75293f694f572cc9d1">00382</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a7d4064e2051eba75293f694f572cc9d1" title="Cascades all windows resizing them to the minimum size.">KMdiChildArea::cascadeWindows</a>()
<a name="l00383"></a>00383 {
<a name="l00384"></a>00384     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;cascading windows but not changing their size&quot;</span> &lt;&lt; endl;
<a name="l00385"></a>00385     <span class="keywordtype">int</span> idx = 0;
<a name="l00386"></a>00386     <a class="codeRef" href="qptrlist.html">QPtrList&lt;KMdiChildFrm&gt;</a> list( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00387"></a>00387     list.<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00388"></a>00388     <span class="keywordflow">while</span> ( !list.<a class="codeRef" href="qptrlist.html#isEmpty">isEmpty</a>() )
<a name="l00389"></a>00389     {
<a name="l00390"></a>00390         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* childFrm = list.<a class="codeRef" href="qptrlist.html#first">first</a>();
<a name="l00391"></a>00391         <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00392"></a>00392         {
<a name="l00393"></a>00393             <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00394"></a>00394                 childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00395"></a>00395             
<a name="l00396"></a>00396             childFrm-&gt;move( <a class="code" href="classKMdiChildArea.html#aea6e359f0d296e72487f6c25d083c403" title="Calculates the cascade point for the given index.">getCascadePoint</a>( idx ) );
<a name="l00397"></a>00397             idx++;
<a name="l00398"></a>00398         }
<a name="l00399"></a>00399         list.<a class="codeRef" href="qptrlist.html#removeFirst">removeFirst</a>();
<a name="l00400"></a>00400     }
<a name="l00401"></a>00401     <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00402"></a>00402 }
<a name="l00403"></a>00403 
<a name="l00404"></a><a class="code" href="classKMdiChildArea.html#a1f199c23a3674c2a146af6a8b44783af">00404</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a1f199c23a3674c2a146af6a8b44783af" title="Cascades all windows resizing them to the maximum available size.">KMdiChildArea::cascadeMaximized</a>()
<a name="l00405"></a>00405 {
<a name="l00406"></a>00406     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;cascading windows. will make sure they are minimum sized&quot;</span> &lt;&lt; endl;
<a name="l00407"></a>00407     <span class="keywordtype">int</span> idx = 0;
<a name="l00408"></a>00408     <a class="codeRef" href="qptrlist.html">QPtrList&lt;KMdiChildFrm&gt;</a> list( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00409"></a>00409 
<a name="l00410"></a>00410     list.<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00411"></a>00411     <span class="keywordflow">while</span> ( !list.<a class="codeRef" href="qptrlist.html#isEmpty">isEmpty</a>() )
<a name="l00412"></a>00412     {
<a name="l00413"></a>00413         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* childFrm = list.<a class="codeRef" href="qptrlist.html#first">first</a>();
<a name="l00414"></a>00414         <span class="keywordflow">if</span> (childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00415"></a>00415         {
<a name="l00416"></a>00416             <span class="keywordflow">if</span> (childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00417"></a>00417                 childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00418"></a>00418             
<a name="l00419"></a>00419             <a class="codeRef" href="qpoint.html">QPoint</a> pnt( <a class="code" href="classKMdiChildArea.html#aea6e359f0d296e72487f6c25d083c403" title="Calculates the cascade point for the given index.">getCascadePoint</a>( idx ) );
<a name="l00420"></a>00420             childFrm-&gt;move( pnt );
<a name="l00421"></a>00421             <a class="codeRef" href="qsize.html">QSize</a> curSize( width() - pnt.<a class="codeRef" href="qpoint.html#x">x</a>(), height() - pnt.<a class="codeRef" href="qpoint.html#y">y</a>() );
<a name="l00422"></a>00422             
<a name="l00423"></a>00423             <span class="keywordflow">if</span> ( ( childFrm-&gt;minimumSize().width() &gt; curSize.width() ) ||
<a name="l00424"></a>00424                  ( childFrm-&gt;minimumSize().height() &gt; curSize.height() ) )
<a name="l00425"></a>00425             {
<a name="l00426"></a>00426                 childFrm-&gt;resize( childFrm-&gt;minimumSize() );
<a name="l00427"></a>00427             }
<a name="l00428"></a>00428             <span class="keywordflow">else</span>
<a name="l00429"></a>00429                 childFrm-&gt;resize( curSize );
<a name="l00430"></a>00430             
<a name="l00431"></a>00431             idx++;
<a name="l00432"></a>00432         }
<a name="l00433"></a>00433         list.<a class="codeRef" href="qptrlist.html#removeFirst">removeFirst</a>();
<a name="l00434"></a>00434     }
<a name="l00435"></a>00435     <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00436"></a>00436 }
<a name="l00437"></a>00437 
<a name="l00438"></a><a class="code" href="classKMdiChildArea.html#a35eb6b2e4298cfd4a828b71df63438e8">00438</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a35eb6b2e4298cfd4a828b71df63438e8" title="Maximize all windows but only in vertical direction.">KMdiChildArea::expandVertical</a>()
<a name="l00439"></a>00439 {
<a name="l00440"></a>00440     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;expanding all child frames vertically&quot;</span> &lt;&lt; endl;
<a name="l00441"></a>00441     <span class="keywordtype">int</span> idx = 0;
<a name="l00442"></a>00442     <a class="codeRef" href="qptrlist.html">QPtrList&lt;KMdiChildFrm&gt;</a> list( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00443"></a>00443     list.<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00444"></a>00444     <span class="keywordflow">while</span> ( !list.<a class="codeRef" href="qptrlist.html#isEmpty">isEmpty</a>() )
<a name="l00445"></a>00445     {
<a name="l00446"></a>00446         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* childFrm = list.<a class="codeRef" href="qptrlist.html#first">first</a>();
<a name="l00447"></a>00447         <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00448"></a>00448         {
<a name="l00449"></a>00449             <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00450"></a>00450                 childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00451"></a>00451             
<a name="l00452"></a>00452             childFrm-&gt;setGeometry( childFrm-&gt;x(), 0, childFrm-&gt;width(), height() );
<a name="l00453"></a>00453             idx++;
<a name="l00454"></a>00454         }
<a name="l00455"></a>00455         list.<a class="codeRef" href="qptrlist.html#removeFirst">removeFirst</a>();
<a name="l00456"></a>00456     }
<a name="l00457"></a>00457     <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00458"></a>00458 }
<a name="l00459"></a>00459 
<a name="l00460"></a><a class="code" href="classKMdiChildArea.html#a6dc61ecea62f5ca942f3a7a4c415e778">00460</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a6dc61ecea62f5ca942f3a7a4c415e778" title="Maximize all windows but only in horizontal direction.">KMdiChildArea::expandHorizontal</a>()
<a name="l00461"></a>00461 {
<a name="l00462"></a>00462     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;expanding all child frames horizontally&quot;</span> &lt;&lt; endl;
<a name="l00463"></a>00463     <span class="keywordtype">int</span> idx = 0;
<a name="l00464"></a>00464     <a class="codeRef" href="qptrlist.html">QPtrList&lt;KMdiChildFrm&gt;</a> list( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00465"></a>00465     list.<a class="codeRef" href="qptrlist.html#setAutoDelete">setAutoDelete</a>( <span class="keyword">false</span> );
<a name="l00466"></a>00466     <span class="keywordflow">while</span> ( !list.<a class="codeRef" href="qptrlist.html#isEmpty">isEmpty</a>() )
<a name="l00467"></a>00467     {
<a name="l00468"></a>00468         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* childFrm = list.<a class="codeRef" href="qptrlist.html#first">first</a>();
<a name="l00469"></a>00469         <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00470"></a>00470         {
<a name="l00471"></a>00471             <span class="keywordflow">if</span> ( childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00472"></a>00472                 childFrm-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00473"></a>00473             
<a name="l00474"></a>00474             childFrm-&gt;setGeometry( 0, childFrm-&gt;y(), width(), childFrm-&gt;height() );
<a name="l00475"></a>00475             idx++;
<a name="l00476"></a>00476         }
<a name="l00477"></a>00477         list.<a class="codeRef" href="qptrlist.html#removeFirst">removeFirst</a>();
<a name="l00478"></a>00478     }
<a name="l00479"></a>00479     <a class="code" href="classKMdiChildArea.html#a4c9584aaa62b7cc6dfc20211db77a8cd" title="Gives focus to the topmost child if it doesn&#39;t get focus automatically or you want to wait to give it...">focusTopChild</a>();
<a name="l00480"></a>00480 }
<a name="l00481"></a>00481 
<a name="l00482"></a><a class="code" href="classKMdiChildArea.html#ad289d313839e2e0432ab95351a26bac2">00482</a> <span class="keywordtype">int</span> <a class="code" href="classKMdiChildArea.html#ad289d313839e2e0432ab95351a26bac2" title="Returns the number of visible children.">KMdiChildArea::getVisibleChildCount</a>()<span class="keyword"> const</span>
<a name="l00483"></a>00483 <span class="keyword"></span>{
<a name="l00484"></a>00484     <span class="keywordtype">int</span> visibleChildCount = 0;
<a name="l00485"></a>00485     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00486"></a>00486     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00487"></a>00487     {
<a name="l00488"></a>00488         <span class="keywordflow">if</span> ( ( *it )-&gt;state() != KMdiChildFrm::Minimized &amp;&amp; ( *it )-&gt;isVisible() )
<a name="l00489"></a>00489             visibleChildCount++;
<a name="l00490"></a>00490     }
<a name="l00491"></a>00491     <span class="keywordflow">return</span> visibleChildCount;
<a name="l00492"></a>00492 }
<a name="l00493"></a>00493 
<a name="l00494"></a><a class="code" href="classKMdiChildArea.html#a662f76a3b26ffbc1161222a590ff5c8e">00494</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a662f76a3b26ffbc1161222a590ff5c8e" title="Tile Pragma.">KMdiChildArea::tilePragma</a>()
<a name="l00495"></a>00495 {
<a name="l00496"></a>00496     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; endl;
<a name="l00497"></a>00497     <a class="code" href="classKMdiChildArea.html#aadda8463475fd56aa95d2980df6afa9f" title="Internally used for the tile algorithm.">tileAllInternal</a>( 9 );
<a name="l00498"></a>00498 }
<a name="l00499"></a>00499 
<a name="l00500"></a><a class="code" href="classKMdiChildArea.html#aadda8463475fd56aa95d2980df6afa9f">00500</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#aadda8463475fd56aa95d2980df6afa9f" title="Internally used for the tile algorithm.">KMdiChildArea::tileAllInternal</a>( <span class="keywordtype">int</span> maxWnds )
<a name="l00501"></a>00501 {
<a name="l00502"></a>00502     kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; endl;
<a name="l00503"></a>00503     <span class="comment">//NUM WINDOWS =           1,2,3,4,5,6,7,8,9</span>
<a name="l00504"></a>00504     <span class="keyword">static</span> <span class="keywordtype">int</span> colstable[ 9 ] = { 1, 1, 1, 2, 2, 2, 3, 3, 3 }; <span class="comment">//num columns</span>
<a name="l00505"></a>00505     <span class="keyword">static</span> <span class="keywordtype">int</span> rowstable[ 9 ] = { 1, 2, 3, 2, 3, 3, 3, 3, 3 }; <span class="comment">//num rows</span>
<a name="l00506"></a>00506     <span class="keyword">static</span> <span class="keywordtype">int</span> lastwindw[ 9 ] = { 1, 1, 1, 1, 2, 1, 3, 2, 1 }; <span class="comment">//last window multiplier</span>
<a name="l00507"></a>00507     <span class="keyword">static</span> <span class="keywordtype">int</span> colrecall[ 9 ] = { 0, 0, 0, 3, 3, 3, 6, 6, 6 }; <span class="comment">//adjust self</span>
<a name="l00508"></a>00508     <span class="keyword">static</span> <span class="keywordtype">int</span> rowrecall[ 9 ] = { 0, 0, 0, 0, 4, 4, 4, 4, 4 }; <span class="comment">//adjust self</span>
<a name="l00509"></a>00509 
<a name="l00510"></a>00510     <span class="keywordtype">int</span> numVisible = <a class="code" href="classKMdiChildArea.html#ad289d313839e2e0432ab95351a26bac2" title="Returns the number of visible children.">getVisibleChildCount</a>();
<a name="l00511"></a>00511     <span class="keywordflow">if</span> ( numVisible &lt; 1 )
<a name="l00512"></a>00512     {
<a name="l00513"></a>00513         kdDebug( 760 ) &lt;&lt; k_funcinfo &lt;&lt; <span class="stringliteral">&quot;No visible child windows to tile&quot;</span> &lt;&lt; endl;
<a name="l00514"></a>00514         <span class="keywordflow">return</span>;
<a name="l00515"></a>00515     }
<a name="l00516"></a>00516 
<a name="l00517"></a>00517     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a> *tcw = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00518"></a>00518     <span class="keywordtype">int</span> numToHandle = ( ( numVisible &gt; maxWnds ) ? maxWnds : numVisible );
<a name="l00519"></a>00519     
<a name="l00520"></a>00520     <span class="keywordtype">int</span> xQuantum = width() / colstable[ numToHandle - 1 ];
<a name="l00521"></a>00521     <span class="keywordtype">int</span> widthToCompare;
<a name="l00522"></a>00522     
<a name="l00523"></a>00523     <span class="keywordflow">if</span> ( tcw-&gt;minimumWidth() &gt; <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#width">width</a>() )
<a name="l00524"></a>00524         widthToCompare = tcw-&gt;minimumWidth();
<a name="l00525"></a>00525     <span class="keywordflow">else</span>
<a name="l00526"></a>00526         widthToCompare = <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#width">width</a>();
<a name="l00527"></a>00527     
<a name="l00528"></a>00528     <span class="keywordflow">if</span> ( xQuantum &lt; widthToCompare )
<a name="l00529"></a>00529     {
<a name="l00530"></a>00530         <span class="keywordflow">if</span> ( colrecall[ numToHandle - 1 ] != 0 )
<a name="l00531"></a>00531         {
<a name="l00532"></a>00532             <a class="code" href="classKMdiChildArea.html#aadda8463475fd56aa95d2980df6afa9f" title="Internally used for the tile algorithm.">tileAllInternal</a>( colrecall[ numToHandle - 1 ] );
<a name="l00533"></a>00533             return ;
<a name="l00534"></a>00534         }
<a name="l00535"></a>00535     }
<a name="l00536"></a>00536     
<a name="l00537"></a>00537     <span class="keywordtype">int</span> yQuantum = height() / rowstable[ numToHandle - 1 ];
<a name="l00538"></a>00538     <span class="keywordtype">int</span> heightToCompare;
<a name="l00539"></a>00539     <span class="keywordflow">if</span> ( tcw-&gt;minimumHeight() &gt; <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#height">height</a>() )
<a name="l00540"></a>00540         heightToCompare = tcw-&gt;minimumHeight();
<a name="l00541"></a>00541     <span class="keywordflow">else</span>
<a name="l00542"></a>00542         heightToCompare = <a class="code" href="classKMdiChildArea.html#a08badd1622440ea00e4479d22e23bc63" title="the default size of an newly created childframe">m_defaultChildFrmSize</a>.<a class="codeRef" href="qsize.html#height">height</a>();
<a name="l00543"></a>00543         
<a name="l00544"></a>00544     <span class="keywordflow">if</span> ( yQuantum &lt; heightToCompare )
<a name="l00545"></a>00545     {
<a name="l00546"></a>00546         <span class="keywordflow">if</span> ( rowrecall[ numToHandle - 1 ] != 0 )
<a name="l00547"></a>00547         {
<a name="l00548"></a>00548             <a class="code" href="classKMdiChildArea.html#aadda8463475fd56aa95d2980df6afa9f" title="Internally used for the tile algorithm.">tileAllInternal</a>( rowrecall[ numToHandle - 1 ] );
<a name="l00549"></a>00549             return ;
<a name="l00550"></a>00550         }
<a name="l00551"></a>00551     }
<a name="l00552"></a>00552     <span class="keywordtype">int</span> curX = 0;
<a name="l00553"></a>00553     <span class="keywordtype">int</span> curY = 0;
<a name="l00554"></a>00554     <span class="keywordtype">int</span> curRow = 1;
<a name="l00555"></a>00555     <span class="keywordtype">int</span> curCol = 1;
<a name="l00556"></a>00556     <span class="keywordtype">int</span> curWin = 1;
<a name="l00557"></a>00557     
<a name="l00558"></a>00558     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00559"></a>00559     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00560"></a>00560     {
<a name="l00561"></a>00561         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = ( *it );
<a name="l00562"></a>00562         <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00563"></a>00563         {
<a name="l00564"></a>00564             <span class="comment">//restore the window</span>
<a name="l00565"></a>00565             <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00566"></a>00566                 child-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00567"></a>00567             
<a name="l00568"></a>00568             <span class="keywordflow">if</span> ( ( curWin % numToHandle ) == 0 )
<a name="l00569"></a>00569                 child-&gt;setGeometry( curX, curY, xQuantum * lastwindw[ numToHandle - 1 ], yQuantum );
<a name="l00570"></a>00570             <span class="keywordflow">else</span>
<a name="l00571"></a>00571                 child-&gt;setGeometry( curX, curY, xQuantum, yQuantum );
<a name="l00572"></a>00572             
<a name="l00573"></a>00573             <span class="comment">//example : 12 windows : 3 cols 3 rows</span>
<a name="l00574"></a>00574             <span class="keywordflow">if</span> ( curCol &lt; colstable[ numToHandle - 1 ] )
<a name="l00575"></a>00575             { <span class="comment">//curCol&lt;3</span>
<a name="l00576"></a>00576                 curX += xQuantum; <span class="comment">//add a column in the same row</span>
<a name="l00577"></a>00577                 curCol++;         <span class="comment">//increase current column</span>
<a name="l00578"></a>00578             }
<a name="l00579"></a>00579             <span class="keywordflow">else</span>
<a name="l00580"></a>00580             {
<a name="l00581"></a>00581                 curX = 0;         <span class="comment">//new row</span>
<a name="l00582"></a>00582                 curCol = 1;       <span class="comment">//column 1</span>
<a name="l00583"></a>00583                 <span class="keywordflow">if</span> ( curRow &lt; rowstable[ numToHandle - 1 ] )
<a name="l00584"></a>00584                 { <span class="comment">//curRow&lt;3</span>
<a name="l00585"></a>00585                     curY += yQuantum; <span class="comment">//add a row</span>
<a name="l00586"></a>00586                     curRow++;         <span class="comment">//increase current row</span>
<a name="l00587"></a>00587                 }
<a name="l00588"></a>00588                 <span class="keywordflow">else</span>
<a name="l00589"></a>00589                 {
<a name="l00590"></a>00590                     curY = 0;         <span class="comment">//restart from beginning</span>
<a name="l00591"></a>00591                     curRow = 1;       <span class="comment">//reset current row</span>
<a name="l00592"></a>00592                 }
<a name="l00593"></a>00593             }
<a name="l00594"></a>00594             curWin++;
<a name="l00595"></a>00595         }
<a name="l00596"></a>00596     }
<a name="l00597"></a>00597     
<a name="l00598"></a>00598     <span class="keywordflow">if</span> ( tcw )
<a name="l00599"></a>00599         tcw-&gt;m_pClient-&gt;<a class="code" href="classKMdiChildView.html#a41d61200c3004a24ff4c75c5f75a74d7" title="This method does the same as focusInEvent().">activate</a>();
<a name="l00600"></a>00600 }
<a name="l00601"></a>00601 
<a name="l00602"></a><a class="code" href="classKMdiChildArea.html#acab4d43d91fce8f95ce2471d8a725867">00602</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#acab4d43d91fce8f95ce2471d8a725867" title="Tile Anodine.">KMdiChildArea::tileAnodine</a>()
<a name="l00603"></a>00603 {
<a name="l00604"></a>00604     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a> * topChildWindow = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00605"></a>00605     <span class="keywordtype">int</span> numVisible = <a class="code" href="classKMdiChildArea.html#ad289d313839e2e0432ab95351a26bac2" title="Returns the number of visible children.">getVisibleChildCount</a>(); <span class="comment">// count visible windows</span>
<a name="l00606"></a>00606     <span class="keywordflow">if</span> ( numVisible &lt; 1 )
<a name="l00607"></a>00607         return ;
<a name="l00608"></a>00608     
<a name="l00609"></a>00609     <span class="keywordtype">int</span> numCols = int( sqrt( ( <span class="keywordtype">double</span> ) numVisible ) ); <span class="comment">// set columns to square root of visible count</span>
<a name="l00610"></a>00610     <span class="comment">// create an array to form grid layout</span>
<a name="l00611"></a>00611     <span class="keywordtype">int</span> *numRows = <span class="keyword">new</span> <span class="keywordtype">int</span>[ numCols ];
<a name="l00612"></a>00612     <span class="keywordtype">int</span> numCurCol = 0;
<a name="l00613"></a>00613     
<a name="l00614"></a>00614     <span class="keywordflow">while</span> ( numCurCol &lt; numCols )
<a name="l00615"></a>00615     {
<a name="l00616"></a>00616         numRows[numCurCol] = numCols; <span class="comment">// create primary grid values</span>
<a name="l00617"></a>00617         numCurCol++;
<a name="l00618"></a>00618     }
<a name="l00619"></a>00619     
<a name="l00620"></a>00620     <span class="keywordtype">int</span> numDiff = numVisible - ( numCols * numCols ); <span class="comment">// count extra rows</span>
<a name="l00621"></a>00621     <span class="keywordtype">int</span> numCurDiffCol = numCols; <span class="comment">// set column limiting for grid updates</span>
<a name="l00622"></a>00622     
<a name="l00623"></a>00623     <span class="keywordflow">while</span> ( numDiff &gt; 0 )
<a name="l00624"></a>00624     {
<a name="l00625"></a>00625         numCurDiffCol--;
<a name="l00626"></a>00626         numRows[numCurDiffCol]++; <span class="comment">// add extra rows to column grid</span>
<a name="l00627"></a>00627         
<a name="l00628"></a>00628         <span class="keywordflow">if</span> ( numCurDiffCol &lt; 1 )
<a name="l00629"></a>00629             numCurDiffCol = numCols; <span class="comment">// rotate through the grid</span>
<a name="l00630"></a>00630         
<a name="l00631"></a>00631         numDiff--;
<a name="l00632"></a>00632     }
<a name="l00633"></a>00633     
<a name="l00634"></a>00634     numCurCol = 0;
<a name="l00635"></a>00635     <span class="keywordtype">int</span> numCurRow = 0;
<a name="l00636"></a>00636     <span class="keywordtype">int</span> curX = 0;
<a name="l00637"></a>00637     <span class="keywordtype">int</span> curY = 0;
<a name="l00638"></a>00638     
<a name="l00639"></a>00639     <span class="comment">// the following code will size everything based on my grid above</span>
<a name="l00640"></a>00640     <span class="comment">// there is no limit to the number of windows it will handle</span>
<a name="l00641"></a>00641     <span class="comment">// it&#39;s great when a kick-ass theory works!!!                      // Pragma :)</span>
<a name="l00642"></a>00642     <span class="keywordtype">int</span> xQuantum = width() / numCols;
<a name="l00643"></a>00643     <span class="keywordtype">int</span> yQuantum = height() / numRows[numCurCol];
<a name="l00644"></a>00644     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00645"></a>00645     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00646"></a>00646     {
<a name="l00647"></a>00647         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = ( *it );
<a name="l00648"></a>00648         <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00649"></a>00649         {
<a name="l00650"></a>00650             <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00651"></a>00651                 child-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00652"></a>00652             
<a name="l00653"></a>00653             child-&gt;setGeometry( curX, curY, xQuantum, yQuantum );
<a name="l00654"></a>00654             numCurRow++;
<a name="l00655"></a>00655             curY += yQuantum;
<a name="l00656"></a>00656             
<a name="l00657"></a>00657             <span class="keywordflow">if</span> ( numCurRow == numRows[numCurCol] )
<a name="l00658"></a>00658             {
<a name="l00659"></a>00659                 numCurRow = 0;
<a name="l00660"></a>00660                 numCurCol++;
<a name="l00661"></a>00661                 curY = 0;
<a name="l00662"></a>00662                 curX += xQuantum;
<a name="l00663"></a>00663                 <span class="keywordflow">if</span> ( numCurCol != numCols )
<a name="l00664"></a>00664                     yQuantum = height() / numRows[ numCurCol ];
<a name="l00665"></a>00665             }
<a name="l00666"></a>00666         }
<a name="l00667"></a>00667     }
<a name="l00668"></a>00668     
<a name="l00669"></a>00669     <span class="keyword">delete</span>[] numRows;
<a name="l00670"></a>00670     
<a name="l00671"></a>00671     <span class="keywordflow">if</span> ( topChildWindow )
<a name="l00672"></a>00672         topChildWindow-&gt;m_pClient-&gt;<a class="code" href="classKMdiChildView.html#a41d61200c3004a24ff4c75c5f75a74d7" title="This method does the same as focusInEvent().">activate</a>();
<a name="l00673"></a>00673 }
<a name="l00674"></a>00674 
<a name="l00675"></a>00675 
<a name="l00676"></a><a class="code" href="classKMdiChildArea.html#a9e995fab205390e0c1f6fd7b913aca1f">00676</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a9e995fab205390e0c1f6fd7b913aca1f" title="Tile all the windows in the child area vertically.">KMdiChildArea::tileVertically</a>()
<a name="l00677"></a>00677 {
<a name="l00678"></a>00678     <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a> * topChildWindow = <a class="code" href="classKMdiChildArea.html#a643f554107c3892018aaceb1b9e036a9" title="Returns the topmost child (the active one) or 0 if there are no children.">topChild</a>();
<a name="l00679"></a>00679     <span class="keywordtype">int</span> numVisible = <a class="code" href="classKMdiChildArea.html#ad289d313839e2e0432ab95351a26bac2" title="Returns the number of visible children.">getVisibleChildCount</a>(); <span class="comment">// count visible windows</span>
<a name="l00680"></a>00680     <span class="keywordflow">if</span> ( numVisible &lt; 1 )
<a name="l00681"></a>00681         return ;
<a name="l00682"></a>00682 
<a name="l00683"></a>00683     <span class="keywordtype">int</span> w = width() / numVisible;
<a name="l00684"></a>00684     <span class="keywordtype">int</span> lastWidth = 0;
<a name="l00685"></a>00685     
<a name="l00686"></a>00686     <span class="keywordflow">if</span> ( numVisible &gt; 1 )
<a name="l00687"></a>00687         lastWidth = width() - ( w * ( numVisible - 1 ) );
<a name="l00688"></a>00688     <span class="keywordflow">else</span>
<a name="l00689"></a>00689         lastWidth = w;
<a name="l00690"></a>00690     
<a name="l00691"></a>00691     <span class="keywordtype">int</span> h = height();
<a name="l00692"></a>00692     <span class="keywordtype">int</span> posX = 0;
<a name="l00693"></a>00693     <span class="keywordtype">int</span> countVisible = 0;
<a name="l00694"></a>00694 
<a name="l00695"></a>00695     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00696"></a>00696     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00697"></a>00697     {
<a name="l00698"></a>00698         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = ( *it );
<a name="l00699"></a>00699         <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() != KMdiChildFrm::Minimized )
<a name="l00700"></a>00700         {
<a name="l00701"></a>00701             <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Maximized )
<a name="l00702"></a>00702                 child-&gt;<a class="code" href="classKMdiChildFrm.html#a749ba2205b5b08c382f5409320e37d85" title="Handles a click on the Restore (Normalize) button.">restorePressed</a>();
<a name="l00703"></a>00703             
<a name="l00704"></a>00704             countVisible++;
<a name="l00705"></a>00705             
<a name="l00706"></a>00706             <span class="keywordflow">if</span> ( countVisible &lt; numVisible )
<a name="l00707"></a>00707             {
<a name="l00708"></a>00708                 child-&gt;setGeometry( posX, 0, w, h );
<a name="l00709"></a>00709                 posX += w;
<a name="l00710"></a>00710             }
<a name="l00711"></a>00711             <span class="keywordflow">else</span>
<a name="l00712"></a>00712             { <span class="comment">// last visible childframe</span>
<a name="l00713"></a>00713                 child-&gt;setGeometry( posX, 0, lastWidth, h );
<a name="l00714"></a>00714             }
<a name="l00715"></a>00715         }
<a name="l00716"></a>00716     }
<a name="l00717"></a>00717     
<a name="l00718"></a>00718     <span class="keywordflow">if</span> ( topChildWindow )
<a name="l00719"></a>00719         topChildWindow-&gt;m_pClient-&gt;<a class="code" href="classKMdiChildView.html#a41d61200c3004a24ff4c75c5f75a74d7" title="This method does the same as focusInEvent().">activate</a>();
<a name="l00720"></a>00720 }
<a name="l00721"></a>00721 
<a name="l00722"></a>00722 
<a name="l00723"></a><a class="code" href="classKMdiChildArea.html#a6bfe60484404550782065cb4e0e188b9">00723</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a6bfe60484404550782065cb4e0e188b9" title="Position and layout the minimized child frames.">KMdiChildArea::layoutMinimizedChildren</a>()
<a name="l00724"></a>00724 {
<a name="l00725"></a>00725     <span class="keywordtype">int</span> posX = 0;
<a name="l00726"></a>00726     <span class="keywordtype">int</span> posY = height();
<a name="l00727"></a>00727     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00728"></a>00728     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00729"></a>00729     {
<a name="l00730"></a>00730         <a class="code" href="classKMdiChildFrm.html" title="Internal class.">KMdiChildFrm</a>* child = *( it );
<a name="l00731"></a>00731         <span class="keywordflow">if</span> ( child-&gt;<a class="code" href="classKMdiChildFrm.html#ab775a728239dff0fb0a267f9e2768164" title="Returns the current state of the window.">state</a>() == KMdiChildFrm::Minimized )
<a name="l00732"></a>00732         {
<a name="l00733"></a>00733             
<a name="l00734"></a>00734             <span class="keywordflow">if</span> ( ( posX &gt; 0 ) &amp;&amp; ( posX + child-&gt;width() &gt; width() ) )
<a name="l00735"></a>00735             {
<a name="l00736"></a>00736                 posX = 0;
<a name="l00737"></a>00737                 posY -= child-&gt;height();
<a name="l00738"></a>00738             }
<a name="l00739"></a>00739             
<a name="l00740"></a>00740             child-&gt;move( posX, posY - child-&gt;height() );
<a name="l00741"></a>00741             posX = child-&gt;geometry().right();
<a name="l00742"></a>00742         }
<a name="l00743"></a>00743     }
<a name="l00744"></a>00744 }
<a name="l00745"></a>00745 
<a name="l00746"></a>00746 
<a name="l00747"></a><a class="code" href="classKMdiChildArea.html#aa0f10d85ad65a2d6ede78462801045ea">00747</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#aa0f10d85ad65a2d6ede78462801045ea" title="Sets the MDI childframe window caption font A relayout does not occur when using this function...">KMdiChildArea::setMdiCaptionFont</a>( <span class="keyword">const</span> <a class="codeRef" href="qfont.html">QFont</a>&amp; fnt )
<a name="l00748"></a>00748 {
<a name="l00749"></a>00749     <a class="code" href="classKMdiChildArea.html#a17753a5b723c9511248aec51bdc9ec4d" title="The MDI childframe window caption font.">m_captionFont</a> = fnt;
<a name="l00750"></a>00750     <a class="codeRef" href="qfontmetrics.html">QFontMetrics</a> fm( <a class="code" href="classKMdiChildArea.html#a17753a5b723c9511248aec51bdc9ec4d" title="The MDI childframe window caption font.">m_captionFont</a> );
<a name="l00751"></a>00751     m_captionFontLineSpacing = fm.<a class="codeRef" href="qfontmetrics.html#lineSpacing">lineSpacing</a>();
<a name="l00752"></a>00752 
<a name="l00753"></a>00753     <a class="codeRef" href="qptrlistiterator.html">QPtrListIterator&lt;KMdiChildFrm&gt;</a> it( *<a class="code" href="classKMdiChildArea.html#a8e8ae8be8d0445d8e124e52546ae0817" title="Z Order stack of KMdiChildFrm childframe windows (top=last)">m_pZ</a> );
<a name="l00754"></a>00754     <span class="keywordflow">for</span> ( ; ( *it ); ++it )
<a name="l00755"></a>00755         ( *it )-&gt;doResize();
<a name="l00756"></a>00756 
<a name="l00757"></a>00757 }
<a name="l00758"></a>00758 
<a name="l00759"></a><a class="code" href="classKMdiChildArea.html#a1248b54ae28f7f107e2f2bb98cb4875b">00759</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a1248b54ae28f7f107e2f2bb98cb4875b" title="Sets the foreground color of the active MDI childframe window caption A relayout does not occur when ...">KMdiChildArea::setMdiCaptionActiveForeColor</a>( <span class="keyword">const</span> <a class="codeRef" href="qcolor.html">QColor</a>&amp; clr )
<a name="l00760"></a>00760 {
<a name="l00761"></a>00761     <a class="code" href="classKMdiChildArea.html#a5505343cb928bbdf575839d1b5a72293" title="The background color of the active MDI childframe window captions.">m_captionActiveForeColor</a> = clr;
<a name="l00762"></a>00762 }
<a name="l00763"></a>00763 
<a name="l00764"></a><a class="code" href="classKMdiChildArea.html#ae3b12f120ce6b630fed1e000be64f995">00764</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#ae3b12f120ce6b630fed1e000be64f995" title="Sets the background color of the active MDI childframe window captions A relayout does not occur when...">KMdiChildArea::setMdiCaptionActiveBackColor</a>( <span class="keyword">const</span> <a class="codeRef" href="qcolor.html">QColor</a>&amp; clr )
<a name="l00765"></a>00765 {
<a name="l00766"></a>00766     <a class="code" href="classKMdiChildArea.html#a7a2e02ce48a93848549a922db306e588" title="The foreground color of the active MDI childframe window caption.">m_captionActiveBackColor</a> = clr;
<a name="l00767"></a>00767 }
<a name="l00768"></a>00768 
<a name="l00769"></a><a class="code" href="classKMdiChildArea.html#a9b438426bf03bfbcd5bf793389d2e0fa">00769</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a9b438426bf03bfbcd5bf793389d2e0fa" title="Sets the foreground color of inactive MDI childframe window captions A relayout does not occur when u...">KMdiChildArea::setMdiCaptionInactiveForeColor</a>( <span class="keyword">const</span> <a class="codeRef" href="qcolor.html">QColor</a>&amp; clr )
<a name="l00770"></a>00770 {
<a name="l00771"></a>00771     <a class="code" href="classKMdiChildArea.html#ad6657af46f59ee76aa1e776ef3bc99c6" title="The background color of inactive MDI childframe window captions.">m_captionInactiveForeColor</a> = clr;
<a name="l00772"></a>00772 }
<a name="l00773"></a>00773 
<a name="l00774"></a><a class="code" href="classKMdiChildArea.html#a20680f2e8c22e19eae4b96a4d66367e2">00774</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#a20680f2e8c22e19eae4b96a4d66367e2" title="Sets the background color of inactive MDI childframe window captions A relayout does not occur when u...">KMdiChildArea::setMdiCaptionInactiveBackColor</a>( <span class="keyword">const</span> <a class="codeRef" href="qcolor.html">QColor</a>&amp; clr )
<a name="l00775"></a>00775 {
<a name="l00776"></a>00776     <a class="code" href="classKMdiChildArea.html#aafdb6229efc3d1e619b199d7d0ebe081" title="The foreground color of inactive MDI childframe window captions.">m_captionInactiveBackColor</a> = clr;
<a name="l00777"></a>00777 }
<a name="l00778"></a>00778 
<a name="l00779"></a>00779 <span class="comment">//KDE4: remove</span>
<a name="l00780"></a><a class="code" href="classKMdiChildArea.html#aa150d205bb97ebbe5d7e9e948d7751a4">00780</a> <span class="keywordtype">void</span> <a class="code" href="classKMdiChildArea.html#aa150d205bb97ebbe5d7e9e948d7751a4" title="Gets all caption colors, consistent with current WM settings (or other Desktop settings e...">KMdiChildArea::getCaptionColors</a>( <span class="keyword">const</span> <a class="codeRef" href="qpalette.html">QPalette</a>&amp; <span class="comment">/*pal*/</span>, <a class="codeRef" href="qcolor.html">QColor</a>&amp; activeBG,
<a name="l00781"></a>00781                                       <a class="codeRef" href="qcolor.html">QColor</a>&amp; activeFG, <a class="codeRef" href="qcolor.html">QColor</a>&amp; inactiveBG, <a class="codeRef" href="qcolor.html">QColor</a>&amp; inactiveFG )
<a name="l00782"></a>00782 {
<a name="l00783"></a>00783     activeBG = KGlobalSettings::activeTitleColor();
<a name="l00784"></a>00784     activeFG = KGlobalSettings::activeTextColor();
<a name="l00785"></a>00785     inactiveBG = KGlobalSettings::inactiveTitleColor();
<a name="l00786"></a>00786     inactiveFG = KGlobalSettings::inactiveTextColor();
<a name="l00787"></a>00787 }
<a name="l00788"></a>00788 
<a name="l00789"></a>00789 <span class="comment">// kate: space-indent off; replace-tabs off; tab-width 4; indent-mode csands;</span>
</pre></div></div>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kmdi</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKMdiChildArea.html">kmdichildarea</option>,  <option value="classKMdiChildFrm.html">kmdichildfrm</option>,  <option value="classKMdiChildFrmCaption.html">kmdichildfrmcaption</option>,  <option value="classKMdiChildFrmDragBeginEvent.html">kmdichildfrmdragbeginevent</option>,  <option value="classKMdiChildFrmDragEndEvent.html">kmdichildfrmdragendevent</option>,  <option value="classKMdiChildFrmMoveEvent.html">kmdichildfrmmoveevent</option>,  <option value="classKMdiChildFrmResizeBeginEvent.html">kmdichildfrmresizebeginevent</option>,  <option value="classKMdiChildFrmResizeEndEvent.html">kmdichildfrmresizeendevent</option>,  <option value="classKMdiChildView.html">kmdichildview</option>,  <option value="classKMdiDocumentViewTabWidget.html">kmdidocumentviewtabwidget</option>,  <option value="classKMdiMainFrm.html">kmdimainfrm</option>,  <option value="classKMDIPrivate_1_1KMDIGUIClient.html">kmdiprivate::kmdiguiclient</option>,  <option value="classKMDIPrivate_1_1ToggleToolViewAction.html">kmdiprivate::toggletoolviewaction</option>,  <option value="classKMdiTaskBar.html">kmditaskbar</option>,  <option value="classKMdiTaskBarButton.html">kmditaskbarbutton</option>,  <option value="classKMdiViewCloseEvent.html">kmdiviewcloseevent</option>,  <option value="classKMdiWin32IconButton.html">kmdiwin32iconbutton</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../arts/html/index.html">arts</a></li><li><a href="../../dcop/html/index.html">dcop</a></li><li><a href="../../dnssd/html/index.html">dnssd</a></li><li><a href="../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../kabc/html/index.html">kabc</a></li><li><a href="../../kate/html/index.html">kate</a></li><li><a href="../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../kdecore/html/index.html">kdecore</a></li><li><a href="../../kded/html/index.html">kded</a></li><li><a href="../../kdefx/html/index.html">kdefx</a></li><li><a href="../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../kdesu/html/index.html">kdesu</a></li><li><a href="../../kdeui/html/index.html">kdeui</a></li><li><a href="../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../khtml/html/index.html">khtml</a></li><li><a href="../../kimgio/html/index.html">kimgio</a></li><li><a href="../../kinit/html/index.html">kinit</a></li><li><a href="../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/http/html/index.html">http</a></li><li><a href="../../kjs/html/index.html">kjs</a></li><li><a href="../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../kparts/html/index.html">kparts</a></li><li><a href="../../kresources/html/index.html">kresources</a></li><li><a href="../../kspell2/html/index.html">kspell2</a></li><li><a href="../../kunittest/html/index.html">kunittest</a></li><li><a href="../../kutils/html/index.html">kutils</a></li><li><a href="../../kwallet/html/index.html">kwallet</a></li><li><a href="../../libkmid/html/index.html">libkmid</a></li><li><a href="../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>