Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-updates > by-pkgid > 7a18965e2ffd92515e6886f479af5961 > files > 237

kdebase-devel-doc-3.5.9-37.2mdv2008.1.x86_64.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>kwin/lib: kcommondecoration.cpp Source File (kwin/lib)</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="../../html/index.html">kwin</a> / <a href=".">lib</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.5.5 -->
<h1>kcommondecoration.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">  This file is part of the KDE project.</span>
<a name="l00003"></a>00003 <span class="comment"></span>
<a name="l00004"></a>00004 <span class="comment">  Copyright (C) 2005 Sandro Giessl &lt;sandro@giessl.com&gt;</span>
<a name="l00005"></a>00005 <span class="comment"></span>
<a name="l00006"></a>00006 <span class="comment">  Permission is hereby granted, free of charge, to any person obtaining a</span>
<a name="l00007"></a>00007 <span class="comment">  copy of this software and associated documentation files (the "Software"),</span>
<a name="l00008"></a>00008 <span class="comment">  to deal in the Software without restriction, including without limitation</span>
<a name="l00009"></a>00009 <span class="comment">  the rights to use, copy, modify, merge, publish, distribute, sublicense,</span>
<a name="l00010"></a>00010 <span class="comment">  and/or sell copies of the Software, and to permit persons to whom the</span>
<a name="l00011"></a>00011 <span class="comment">  Software is furnished to do so, subject to the following conditions:</span>
<a name="l00012"></a>00012 <span class="comment"></span>
<a name="l00013"></a>00013 <span class="comment">  The above copyright notice and this permission notice shall be included in</span>
<a name="l00014"></a>00014 <span class="comment">  all copies or substantial portions of the Software.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<a name="l00017"></a>00017 <span class="comment">  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00018"></a>00018 <span class="comment">  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL</span>
<a name="l00019"></a>00019 <span class="comment">  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
<a name="l00020"></a>00020 <span class="comment">  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING</span>
<a name="l00021"></a>00021 <span class="comment">  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER</span>
<a name="l00022"></a>00022 <span class="comment">  DEALINGS IN THE SOFTWARE.</span>
<a name="l00023"></a>00023 <span class="comment"> */</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;qapplication.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;qcursor.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;qdatetime.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;qlabel.h&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;qtooltip.h&gt;</span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;qwidget.h&gt;</span>
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;kdebug.h&gt;</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;kapplication.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;kdecorationfactory.h&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;klocale.h&gt;</span>
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="preprocessor">#include "kcommondecoration.h"</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include "kcommondecoration.moc"</span>
<a name="l00040"></a>00040 
<a name="l00041"></a>00041 KCommonDecoration::KCommonDecoration(KDecorationBridge* bridge, KDecorationFactory* factory)
<a name="l00042"></a>00042     : <a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a> (bridge, factory),
<a name="l00043"></a>00043         m_previewWidget(0),
<a name="l00044"></a>00044         btnHideMinWidth(200),
<a name="l00045"></a>00045         btnHideLastWidth(0),
<a name="l00046"></a>00046         closing(false)
<a name="l00047"></a>00047 {
<a name="l00048"></a>00048     <span class="comment">// sizeof(...) is calculated at compile time</span>
<a name="l00049"></a>00049     memset(m_button, 0, <span class="keyword">sizeof</span>(<a class="code" href="classKCommonDecorationButton.html" title="Title bar buttons of KCommonDecoration need to inherit this class.">KCommonDecorationButton</a> *) * NumButtons);
<a name="l00050"></a>00050 }
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 KCommonDecoration::~KCommonDecoration()
<a name="l00053"></a>00053 {
<a name="l00054"></a>00054     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> n=0; n&lt;NumButtons; n++) {
<a name="l00055"></a>00055         <span class="keywordflow">if</span> (m_button[n]) <span class="keyword">delete</span> m_button[n];
<a name="l00056"></a>00056     }
<a name="l00057"></a>00057     <span class="keyword">delete</span> m_previewWidget;
<a name="l00058"></a>00058 }
<a name="l00059"></a>00059 
<a name="l00060"></a><a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f">00060</a> <span class="keywordtype">bool</span> <a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f" title="This controls whether some specific behaviour should be enabled or not.">KCommonDecoration::decorationBehaviour</a>(<a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85e">DecorationBehaviour</a> behaviour)<span class="keyword"> const</span>
<a name="l00061"></a>00061 <span class="keyword"></span>{
<a name="l00062"></a>00062     <span class="keywordflow">switch</span> (behaviour) {
<a name="l00063"></a>00063         <span class="keywordflow">case</span> <a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85ed5e53085cd7d829ef718887d3e18ef70" title="Close window on double clicking the menu.">DB_MenuClose</a>:
<a name="l00064"></a>00064             <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066         <span class="keywordflow">case</span> <a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85ea16204503345b42020ccd9c7d6afdaeb" title="Set a mask on the window.">DB_WindowMask</a>:
<a name="l00067"></a>00067             <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00068"></a>00068 
<a name="l00069"></a>00069         <span class="keywordflow">case</span> <a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85e96c157639aa3bf1b99478dfa3155d670" title="Hide buttons when there is not enough space in the titlebar.">DB_ButtonHide</a>:
<a name="l00070"></a>00070             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00071"></a>00071     }
<a name="l00072"></a>00072 
<a name="l00073"></a>00073     <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00074"></a>00074 }
<a name="l00075"></a>00075 
<a name="l00076"></a><a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6">00076</a> <span class="keywordtype">int</span> <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">KCommonDecoration::layoutMetric</a>(<a class="code" href="classKCommonDecoration.html#7932f74c28432ad8de232f1c6e8751ce" title="Used to calculate the decoration layout.">LayoutMetric</a> lm, <span class="keywordtype">bool</span>, <span class="keyword">const</span> <a class="code" href="classKCommonDecorationButton.html" title="Title bar buttons of KCommonDecoration need to inherit this class.">KCommonDecorationButton</a> *)<span class="keyword"> const</span>
<a name="l00077"></a>00077 <span class="keyword"></span>{
<a name="l00078"></a>00078     <span class="keywordflow">switch</span> (lm) {
<a name="l00079"></a>00079         <span class="keywordflow">case</span> LM_BorderLeft:
<a name="l00080"></a>00080         <span class="keywordflow">case</span> LM_BorderRight:
<a name="l00081"></a>00081         <span class="keywordflow">case</span> LM_BorderBottom:
<a name="l00082"></a>00082         <span class="keywordflow">case</span> LM_TitleEdgeTop:
<a name="l00083"></a>00083         <span class="keywordflow">case</span> LM_TitleEdgeBottom:
<a name="l00084"></a>00084         <span class="keywordflow">case</span> LM_TitleEdgeLeft:
<a name="l00085"></a>00085         <span class="keywordflow">case</span> LM_TitleEdgeRight:
<a name="l00086"></a>00086         <span class="keywordflow">case</span> LM_TitleBorderLeft:
<a name="l00087"></a>00087         <span class="keywordflow">case</span> LM_TitleBorderRight:
<a name="l00088"></a>00088             <span class="keywordflow">return</span> 5;
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 
<a name="l00091"></a>00091         <span class="keywordflow">case</span> LM_ButtonWidth:
<a name="l00092"></a>00092         <span class="keywordflow">case</span> LM_ButtonHeight:
<a name="l00093"></a>00093         <span class="keywordflow">case</span> LM_TitleHeight:
<a name="l00094"></a>00094             <span class="keywordflow">return</span> 20;
<a name="l00095"></a>00095 
<a name="l00096"></a>00096         <span class="keywordflow">case</span> LM_ButtonSpacing:
<a name="l00097"></a>00097             <span class="keywordflow">return</span> 5;
<a name="l00098"></a>00098 
<a name="l00099"></a>00099         <span class="keywordflow">case</span> LM_ButtonMarginTop:
<a name="l00100"></a>00100             <span class="keywordflow">return</span> 0;
<a name="l00101"></a>00101 
<a name="l00102"></a>00102         <span class="keywordflow">case</span> LM_ExplicitButtonSpacer:
<a name="l00103"></a>00103             <span class="keywordflow">return</span> 5;
<a name="l00104"></a>00104 
<a name="l00105"></a>00105         <span class="keywordflow">default</span>:
<a name="l00106"></a>00106             <span class="keywordflow">return</span> 0;
<a name="l00107"></a>00107     }
<a name="l00108"></a>00108 }
<a name="l00109"></a>00109 
<a name="l00110"></a><a class="code" href="classKCommonDecoration.html#43f9b223e5a6cd4afb2d9fd2e92243bb">00110</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#43f9b223e5a6cd4afb2d9fd2e92243bb" title="Handles widget and layout creation, call the base implementation when subclassing...">KCommonDecoration::init</a>()
<a name="l00111"></a>00111 {
<a name="l00112"></a>00112     <a class="code" href="classKDecoration.html#0b9acb36ba59b91cda719210bcade18c" title="Convenience functions that creates and sets a main widget as necessary.">createMainWidget</a>(WNoAutoErase);
<a name="l00113"></a>00113 
<a name="l00114"></a>00114     <span class="comment">// for flicker-free redraws</span>
<a name="l00115"></a>00115     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;setBackgroundMode(NoBackground);
<a name="l00116"></a>00116 
<a name="l00117"></a>00117     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;installEventFilter( <span class="keyword">this</span> );
<a name="l00118"></a>00118 
<a name="l00119"></a>00119     resetLayout();
<a name="l00120"></a>00120 
<a name="l00121"></a>00121     connect(<span class="keyword">this</span>, SIGNAL(<a class="code" href="classKDecoration.html#d3d8a6a54153ff43b54ac3cf209fa783" title="This signal is emitted whenever the window&amp;#39;s keep-above state changes.">keepAboveChanged</a>(<span class="keywordtype">bool</span>) ), SLOT(keepAboveChange(<span class="keywordtype">bool</span>) ) );
<a name="l00122"></a>00122     connect(<span class="keyword">this</span>, SIGNAL(<a class="code" href="classKDecoration.html#cd45f7be3509c709f16c144ed4c80a9d" title="This signal is emitted whenever the window&amp;#39;s keep-below state changes.">keepBelowChanged</a>(<span class="keywordtype">bool</span>) ), SLOT(keepBelowChange(<span class="keywordtype">bool</span>) ) );
<a name="l00123"></a>00123 
<a name="l00124"></a>00124     <a class="code" href="classKCommonDecoration.html#9b32a0e04bd04ade848d5a1dfbd0dd54" title="This is used to update the painting of the title bar after the caption has been changed...">updateCaption</a>();
<a name="l00125"></a>00125 }
<a name="l00126"></a>00126 
<a name="l00127"></a><a class="code" href="classKCommonDecoration.html#b4d284c0aaa45938e18193f0ed704adb">00127</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#b4d284c0aaa45938e18193f0ed704adb" title="Handles SettingButtons, call the base implementation when subclassing this member...">KCommonDecoration::reset</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> changed )
<a name="l00128"></a>00128 {
<a name="l00129"></a>00129     <span class="keywordflow">if</span> (changed &amp; <a class="code" href="classKDecorationDefines.html#08391177eedbda56a1449074299650a86ba01fb4df6f2182e0a94444c78d7037" title="The button layout was changed.">SettingButtons</a>) {
<a name="l00130"></a>00130         resetLayout();
<a name="l00131"></a>00131         <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;update();
<a name="l00132"></a>00132     }
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134 
<a name="l00135"></a><a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">00135</a> QRegion <a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">KCommonDecoration::cornerShape</a>(WindowCorner)
<a name="l00136"></a>00136 {
<a name="l00137"></a>00137     <span class="keywordflow">return</span> QRegion();
<a name="l00138"></a>00138 }
<a name="l00139"></a>00139 
<a name="l00140"></a><a class="code" href="classKCommonDecoration.html#9b32a0e04bd04ade848d5a1dfbd0dd54">00140</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#9b32a0e04bd04ade848d5a1dfbd0dd54" title="This is used to update the painting of the title bar after the caption has been changed...">KCommonDecoration::updateCaption</a>()
<a name="l00141"></a>00141 {
<a name="l00142"></a>00142     <span class="comment">// This should be reimplemented in decorations for better efficiency</span>
<a name="l00143"></a>00143     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;update();
<a name="l00144"></a>00144 }
<a name="l00145"></a>00145 
<a name="l00146"></a><a class="code" href="classKCommonDecoration.html#97838f2c6588ab98c6e5b46e60f29485">00146</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#97838f2c6588ab98c6e5b46e60f29485" title="This function should return the distance from each window side to the inner window...">KCommonDecoration::borders</a>( <span class="keywordtype">int</span>&amp; left, <span class="keywordtype">int</span>&amp; right, <span class="keywordtype">int</span>&amp; top, <span class="keywordtype">int</span>&amp; bottom )<span class="keyword"> const</span>
<a name="l00147"></a>00147 <span class="keyword"></span>{
<a name="l00148"></a>00148     left = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderLeft);
<a name="l00149"></a>00149     right = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderRight);
<a name="l00150"></a>00150     bottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderBottom);
<a name="l00151"></a>00151     top = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight) +
<a name="l00152"></a>00152             <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop) +
<a name="l00153"></a>00153             <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00154"></a>00154 
<a name="l00155"></a>00155     <a class="code" href="classKCommonDecoration.html#f99666df1565f04eecec726644994971" title="TODO: remove?">updateLayout</a>(); <span class="comment">// TODO!! don't call everytime we are in ::borders</span>
<a name="l00156"></a>00156 }
<a name="l00157"></a>00157 
<a name="l00158"></a><a class="code" href="classKCommonDecoration.html#f99666df1565f04eecec726644994971">00158</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#f99666df1565f04eecec726644994971" title="TODO: remove?">KCommonDecoration::updateLayout</a>()<span class="keyword"> const</span>
<a name="l00159"></a>00159 <span class="keyword"></span>{
<a name="l00160"></a>00160     QRect r = <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;rect();
<a name="l00161"></a>00161     <span class="keywordtype">int</span> r_x, r_y, r_x2, r_y2;
<a name="l00162"></a>00162     r.coords(&amp;r_x, &amp;r_y, &amp;r_x2, &amp;r_y2);
<a name="l00163"></a>00163 
<a name="l00164"></a>00164     <span class="comment">// layout preview widget</span>
<a name="l00165"></a>00165     <span class="keywordflow">if</span> (m_previewWidget) {
<a name="l00166"></a>00166         <span class="keyword">const</span> <span class="keywordtype">int</span> borderLeft = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderLeft);
<a name="l00167"></a>00167         <span class="keyword">const</span> <span class="keywordtype">int</span> borderRight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderRight);
<a name="l00168"></a>00168         <span class="keyword">const</span> <span class="keywordtype">int</span> borderBottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderBottom);
<a name="l00169"></a>00169         <span class="keyword">const</span> <span class="keywordtype">int</span> titleHeight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight);
<a name="l00170"></a>00170         <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeTop = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop);
<a name="l00171"></a>00171         <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeBottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00172"></a>00172 
<a name="l00173"></a>00173         <span class="keywordtype">int</span> left = r_x+borderLeft;
<a name="l00174"></a>00174         <span class="keywordtype">int</span> top = r_y+titleEdgeTop+titleHeight+titleEdgeBottom;
<a name="l00175"></a>00175         <span class="keywordtype">int</span> <a class="code" href="classKDecoration.html#9880657f1eb92f4b2e152ca40fd8e8ec" title="Convenience function that returns the width of the decoration.">width</a> = r_x2-borderRight-left+1;
<a name="l00176"></a>00176         <span class="keywordtype">int</span> <a class="code" href="classKDecoration.html#ac5cdf48dc0bd5841a29431d27a722d4" title="Convenience function that returns the height of the decoration.">height</a> = r_y2-borderBottom-top+1;
<a name="l00177"></a>00177         m_previewWidget-&gt;setGeometry(left, top, width, height);
<a name="l00178"></a>00178         moveWidget(left,top, m_previewWidget);
<a name="l00179"></a>00179         resizeWidget(width, height, m_previewWidget);
<a name="l00180"></a>00180     }
<a name="l00181"></a>00181 
<a name="l00182"></a>00182     <span class="comment">// resize buttons...</span>
<a name="l00183"></a>00183     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> n=0; n&lt;NumButtons; n++) {
<a name="l00184"></a>00184         <span class="keywordflow">if</span> (m_button[n]) {
<a name="l00185"></a>00185             QSize newSize = QSize(<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonWidth, <span class="keyword">true</span>, m_button[n]),
<a name="l00186"></a>00186                                   <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonHeight, <span class="keyword">true</span>, m_button[n]) );
<a name="l00187"></a>00187             <span class="keywordflow">if</span> (newSize != m_button[n]-&gt;size() )
<a name="l00188"></a>00188                 m_button[n]-&gt;<a class="code" href="classKCommonDecorationButton.html#31be09cb483adc8a7e3964e40f5917c5" title="Set the button size.">setSize</a>(newSize);
<a name="l00189"></a>00189         }
<a name="l00190"></a>00190     }
<a name="l00191"></a>00191 
<a name="l00192"></a>00192     <span class="comment">// layout buttons</span>
<a name="l00193"></a>00193     <span class="keywordtype">int</span> y = r_y + <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop) + <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonMarginTop);
<a name="l00194"></a>00194     <span class="keywordflow">if</span> (m_buttonsLeft.count() &gt; 0) {
<a name="l00195"></a>00195         <span class="keyword">const</span> <span class="keywordtype">int</span> buttonSpacing = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonSpacing);
<a name="l00196"></a>00196         <span class="keywordtype">int</span> x = r_x + <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeLeft);
<a name="l00197"></a>00197         <span class="keywordflow">for</span> (ButtonContainer::const_iterator it = m_buttonsLeft.begin(); it != m_buttonsLeft.end(); ++it) {
<a name="l00198"></a>00198             <span class="keywordtype">bool</span> elementLayouted = <span class="keyword">false</span>;
<a name="l00199"></a>00199             <span class="keywordflow">if</span> (*it) {
<a name="l00200"></a>00200                 <span class="keywordflow">if</span> (!(*it)-&gt;isHidden() ) {
<a name="l00201"></a>00201                     moveWidget(x,y, *it);
<a name="l00202"></a>00202                     x += <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonWidth, <span class="keyword">true</span>, ::qt_cast&lt;KCommonDecorationButton*&gt;(*it) );
<a name="l00203"></a>00203                     elementLayouted = <span class="keyword">true</span>;
<a name="l00204"></a>00204                 }
<a name="l00205"></a>00205             } <span class="keywordflow">else</span> {
<a name="l00206"></a>00206                 x+= <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ExplicitButtonSpacer);
<a name="l00207"></a>00207                 elementLayouted = <span class="keyword">true</span>;
<a name="l00208"></a>00208             }
<a name="l00209"></a>00209             <span class="keywordflow">if</span> (elementLayouted &amp;&amp; it != m_buttonsLeft.end() )
<a name="l00210"></a>00210                 x += buttonSpacing;
<a name="l00211"></a>00211         }
<a name="l00212"></a>00212     }
<a name="l00213"></a>00213 
<a name="l00214"></a>00214     <span class="keywordflow">if</span> (m_buttonsRight.count() &gt; 0) {
<a name="l00215"></a>00215         <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeRightLeft = r_x2-<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeRight)+1;
<a name="l00216"></a>00216 
<a name="l00217"></a>00217         <span class="keyword">const</span> <span class="keywordtype">int</span> buttonSpacing = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonSpacing);
<a name="l00218"></a>00218         <span class="keywordtype">int</span> x = titleEdgeRightLeft - buttonContainerWidth(m_buttonsRight);
<a name="l00219"></a>00219         <span class="keywordflow">for</span> (ButtonContainer::const_iterator it = m_buttonsRight.begin(); it != m_buttonsRight.end(); ++it) {
<a name="l00220"></a>00220             <span class="keywordtype">bool</span> elementLayouted = <span class="keyword">false</span>;
<a name="l00221"></a>00221             <span class="keywordflow">if</span> (*it) {
<a name="l00222"></a>00222                 <span class="keywordflow">if</span> (!(*it)-&gt;isHidden() ) {
<a name="l00223"></a>00223                     moveWidget(x,y, *it);
<a name="l00224"></a>00224                     x += <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonWidth, <span class="keyword">true</span>, ::qt_cast&lt;KCommonDecorationButton*&gt;(*it) );;
<a name="l00225"></a>00225                     elementLayouted = <span class="keyword">true</span>;
<a name="l00226"></a>00226                 }
<a name="l00227"></a>00227             } <span class="keywordflow">else</span> {
<a name="l00228"></a>00228                 x += <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ExplicitButtonSpacer);
<a name="l00229"></a>00229                 elementLayouted = <span class="keyword">true</span>;
<a name="l00230"></a>00230             }
<a name="l00231"></a>00231             <span class="keywordflow">if</span> (elementLayouted &amp;&amp; it != m_buttonsRight.end() )
<a name="l00232"></a>00232                 x += buttonSpacing;
<a name="l00233"></a>00233         }
<a name="l00234"></a>00234     }
<a name="l00235"></a>00235 }
<a name="l00236"></a>00236 
<a name="l00237"></a><a class="code" href="classKCommonDecoration.html#14c2cbe59464c95eebec770ca869e65e">00237</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#14c2cbe59464c95eebec770ca869e65e" title="Makes sure all buttons are repainted.">KCommonDecoration::updateButtons</a>()<span class="keyword"> const</span>
<a name="l00238"></a>00238 <span class="keyword"></span>{
<a name="l00239"></a>00239     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> n=0; n&lt;NumButtons; n++)
<a name="l00240"></a>00240         <span class="keywordflow">if</span> (m_button[n]) m_button[n]-&gt;update();
<a name="l00241"></a>00241 }
<a name="l00242"></a>00242 
<a name="l00243"></a><a class="code" href="classKCommonDecoration.html#fedb407e5cf98aad7b8e8469328f13b1">00243</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#fedb407e5cf98aad7b8e8469328f13b1" title="Manually call reset() on each button.">KCommonDecoration::resetButtons</a>()<span class="keyword"> const</span>
<a name="l00244"></a>00244 <span class="keyword"></span>{
<a name="l00245"></a>00245     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> n=0; n&lt;NumButtons; n++)
<a name="l00246"></a>00246         <span class="keywordflow">if</span> (m_button[n]) m_button[n]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978522acd148b11ad60cf4d45a1133564c0" title="The button might want to do a full reset for some reason...">KCommonDecorationButton::ManualReset</a>);
<a name="l00247"></a>00247 }
<a name="l00248"></a>00248 
<a name="l00249"></a>00249 <span class="keywordtype">void</span> KCommonDecoration::resetLayout()
<a name="l00250"></a>00250 {
<a name="l00251"></a>00251     <span class="keywordflow">for</span> (<span class="keywordtype">int</span> n=0; n&lt;NumButtons; n++) {
<a name="l00252"></a>00252         <span class="keywordflow">if</span> (m_button[n]) {
<a name="l00253"></a>00253             <span class="keyword">delete</span> m_button[n];
<a name="l00254"></a>00254             m_button[n] = 0;
<a name="l00255"></a>00255         }
<a name="l00256"></a>00256     }
<a name="l00257"></a>00257     m_buttonsLeft.clear();
<a name="l00258"></a>00258     m_buttonsRight.clear();
<a name="l00259"></a>00259 
<a name="l00260"></a>00260     <span class="keyword">delete</span> m_previewWidget;
<a name="l00261"></a>00261     m_previewWidget = 0;
<a name="l00262"></a>00262 
<a name="l00263"></a>00263     <span class="comment">// shown instead of the window contents in decoration previews</span>
<a name="l00264"></a>00264     <span class="keywordflow">if</span>(<a class="code" href="classKDecoration.html#c4dacc454f3e8bb9b3c572c6928aaef2" title="If this function returns true, the decorated window is used as a preview e.g.">isPreview</a>() ) {
<a name="l00265"></a>00265         m_previewWidget = <span class="keyword">new</span> QLabel(i18n(<span class="stringliteral">"%1 is the name of window decoration style"</span>, <span class="stringliteral">"&lt;center&gt;&lt;b&gt;%1 preview&lt;/b&gt;&lt;/center&gt;"</span>).arg(<a class="code" href="classKCommonDecoration.html#89c72f3b427855302c98f856029dc042" title="The name of the decoration used in the decoration preview.">visibleName</a>() ), <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>());
<a name="l00266"></a>00266         m_previewWidget-&gt;show();
<a name="l00267"></a>00267     }
<a name="l00268"></a>00268 
<a name="l00269"></a>00269     addButtons(m_buttonsLeft,
<a name="l00270"></a>00270                <a class="code" href="classKDecoration.html#10b913d348df2d70ffb596b5b43c1f16" title="Returns the KDecorationOptions object, which is used to access configuration settings...">options</a>()-&gt;customButtonPositions() ? <a class="code" href="classKDecoration.html#10b913d348df2d70ffb596b5b43c1f16" title="Returns the KDecorationOptions object, which is used to access configuration settings...">options</a>()-&gt;titleButtonsLeft() : <a class="code" href="classKCommonDecoration.html#47b69a04ab288535d2c8e4980fe9c37a" title="The default title button order on the left.">defaultButtonsLeft</a>(),
<a name="l00271"></a>00271                <span class="keyword">true</span>);
<a name="l00272"></a>00272     addButtons(m_buttonsRight,
<a name="l00273"></a>00273                <a class="code" href="classKDecoration.html#10b913d348df2d70ffb596b5b43c1f16" title="Returns the KDecorationOptions object, which is used to access configuration settings...">options</a>()-&gt;customButtonPositions() ? <a class="code" href="classKDecoration.html#10b913d348df2d70ffb596b5b43c1f16" title="Returns the KDecorationOptions object, which is used to access configuration settings...">options</a>()-&gt;titleButtonsRight() : <a class="code" href="classKCommonDecoration.html#c219d5aa97fba40c2596044840888fe5" title="The default title button order on the left.">defaultButtonsRight</a>(),
<a name="l00274"></a>00274                <span class="keyword">false</span>);
<a name="l00275"></a>00275 
<a name="l00276"></a>00276     <a class="code" href="classKCommonDecoration.html#f99666df1565f04eecec726644994971" title="TODO: remove?">updateLayout</a>();
<a name="l00277"></a>00277 
<a name="l00278"></a>00278     <span class="keyword">const</span> <span class="keywordtype">int</span> minTitleBarWidth = 35;
<a name="l00279"></a>00279     btnHideMinWidth = buttonContainerWidth(m_buttonsLeft,<span class="keyword">true</span>) + buttonContainerWidth(m_buttonsRight,<span class="keyword">true</span>) +
<a name="l00280"></a>00280             <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeLeft,<span class="keyword">false</span>) + <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeRight,<span class="keyword">false</span>) +
<a name="l00281"></a>00281             <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderLeft,<span class="keyword">false</span>) + <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderRight,<span class="keyword">false</span>) +
<a name="l00282"></a>00282             minTitleBarWidth;
<a name="l00283"></a>00283     btnHideLastWidth = 0;
<a name="l00284"></a>00284 }
<a name="l00285"></a>00285 
<a name="l00286"></a>00286 <span class="keywordtype">int</span> KCommonDecoration::buttonsLeftWidth()<span class="keyword"> const</span>
<a name="l00287"></a>00287 <span class="keyword"></span>{
<a name="l00288"></a>00288     <span class="keywordflow">return</span> buttonContainerWidth(m_buttonsLeft);
<a name="l00289"></a>00289 }
<a name="l00290"></a>00290 
<a name="l00291"></a>00291 <span class="keywordtype">int</span> KCommonDecoration::buttonsRightWidth()<span class="keyword"> const</span>
<a name="l00292"></a>00292 <span class="keyword"></span>{
<a name="l00293"></a>00293     <span class="keywordflow">return</span> buttonContainerWidth(m_buttonsRight);
<a name="l00294"></a>00294 }
<a name="l00295"></a>00295 
<a name="l00296"></a>00296 <span class="keywordtype">int</span> KCommonDecoration::buttonContainerWidth(<span class="keyword">const</span> ButtonContainer &amp;btnContainer, <span class="keywordtype">bool</span> countHidden)<span class="keyword"> const</span>
<a name="l00297"></a>00297 <span class="keyword"></span>{
<a name="l00298"></a>00298     <span class="keywordtype">int</span> explicitSpacer = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ExplicitButtonSpacer);
<a name="l00299"></a>00299 
<a name="l00300"></a>00300     <span class="keywordtype">int</span> shownElementsCount = 0;
<a name="l00301"></a>00301 
<a name="l00302"></a>00302     <span class="keywordtype">int</span> w = 0;
<a name="l00303"></a>00303     <span class="keywordflow">for</span> (ButtonContainer::const_iterator it = btnContainer.begin(); it != btnContainer.end(); ++it) {
<a name="l00304"></a>00304         <span class="keywordflow">if</span> (*it) {
<a name="l00305"></a>00305             <span class="keywordflow">if</span> (countHidden || !(*it)-&gt;isHidden() ) {
<a name="l00306"></a>00306                 w += (*it)-&gt;width();
<a name="l00307"></a>00307                 ++shownElementsCount;
<a name="l00308"></a>00308             }
<a name="l00309"></a>00309         } <span class="keywordflow">else</span> {
<a name="l00310"></a>00310             w += explicitSpacer;
<a name="l00311"></a>00311             ++shownElementsCount;
<a name="l00312"></a>00312         }
<a name="l00313"></a>00313     }
<a name="l00314"></a>00314     w += <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonSpacing)*(shownElementsCount-1);
<a name="l00315"></a>00315 
<a name="l00316"></a>00316     <span class="keywordflow">return</span> w;
<a name="l00317"></a>00317 }
<a name="l00318"></a>00318 
<a name="l00319"></a>00319 <span class="keywordtype">void</span> KCommonDecoration::addButtons(ButtonContainer &amp;btnContainer, <span class="keyword">const</span> QString&amp; s, <span class="keywordtype">bool</span> isLeft)
<a name="l00320"></a>00320 {
<a name="l00321"></a>00321     <span class="keywordflow">if</span> (s.length() &gt; 0) {
<a name="l00322"></a>00322         <span class="keywordflow">for</span> (<span class="keywordtype">unsigned</span> n=0; n &lt; s.length(); n++) {
<a name="l00323"></a>00323             <a class="code" href="classKCommonDecorationButton.html" title="Title bar buttons of KCommonDecoration need to inherit this class.">KCommonDecorationButton</a> *btn = 0;
<a name="l00324"></a>00324             <span class="keywordflow">switch</span> (s[n]) {
<a name="l00325"></a>00325               <span class="keywordflow">case</span> <span class="charliteral">'M'</span>: <span class="comment">// Menu button</span>
<a name="l00326"></a>00326                   <span class="keywordflow">if</span> (!m_button[MenuButton]){
<a name="l00327"></a>00327                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(MenuButton);
<a name="l00328"></a>00328                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00329"></a>00329                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(i18n(<span class="stringliteral">"Menu"</span>) );
<a name="l00330"></a>00330                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#adf6c4d7394239727af28433f6e93b85" title="Set which mouse buttons the button should honor.">setRealizeButtons</a>(LeftButton|RightButton);
<a name="l00331"></a>00331                       connect(btn, SIGNAL(pressed()), SLOT(menuButtonPressed()));
<a name="l00332"></a>00332                       connect(btn, SIGNAL(released()), <span class="keyword">this</span>, SLOT(menuButtonReleased()));
<a name="l00333"></a>00333 
<a name="l00334"></a>00334                       m_button[MenuButton] = btn;
<a name="l00335"></a>00335                   }
<a name="l00336"></a>00336                   <span class="keywordflow">break</span>;
<a name="l00337"></a>00337               <span class="keywordflow">case</span> <span class="charliteral">'S'</span>: <span class="comment">// OnAllDesktops button</span>
<a name="l00338"></a>00338                   <span class="keywordflow">if</span> (!m_button[OnAllDesktopsButton]){
<a name="l00339"></a>00339                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(OnAllDesktopsButton);
<a name="l00340"></a>00340                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00341"></a>00341                       <span class="keyword">const</span> <span class="keywordtype">bool</span> oad = <a class="code" href="classKDecoration.html#53718b62531291f3b512e3c43ef24c21" title="Convenience function that returns true if the window is on all virtual desktops.">isOnAllDesktops</a>();
<a name="l00342"></a>00342                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(oad?i18n(<span class="stringliteral">"Not on all desktops"</span>):i18n(<span class="stringliteral">"On all desktops"</span>) );
<a name="l00343"></a>00343                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#85579db75eaa0b64a0899907f1675eb8">setToggleButton</a>(<span class="keyword">true</span>);
<a name="l00344"></a>00344                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( oad );
<a name="l00345"></a>00345                       connect(btn, SIGNAL(clicked()), SLOT(<a class="code" href="classKDecoration.html#efb316de6cf762684e642cb3b4c3983f" title="This function toggles the on-all-desktops state of the decorated window.">toggleOnAllDesktops</a>()));
<a name="l00346"></a>00346 
<a name="l00347"></a>00347                       m_button[OnAllDesktopsButton] = btn;
<a name="l00348"></a>00348                   }
<a name="l00349"></a>00349                   <span class="keywordflow">break</span>;
<a name="l00350"></a>00350               <span class="keywordflow">case</span> <span class="charliteral">'H'</span>: <span class="comment">// Help button</span>
<a name="l00351"></a>00351                   <span class="keywordflow">if</span> ((!m_button[HelpButton]) &amp;&amp; <a class="code" href="classKDecoration.html#16edbbdcaf94884f1e648b070124f04a" title="Return true if the decorated window can show context help (i.e.">providesContextHelp</a>()){
<a name="l00352"></a>00352                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(HelpButton);
<a name="l00353"></a>00353                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00354"></a>00354                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(i18n(<span class="stringliteral">"Help"</span>) );
<a name="l00355"></a>00355                       connect(btn, SIGNAL(clicked()), SLOT(<a class="code" href="classKDecoration.html#865d2fd2006e3d91e56edef15d2e30b9" title="Start showing context help in the window (i.e.">showContextHelp</a>()));
<a name="l00356"></a>00356 
<a name="l00357"></a>00357                       m_button[HelpButton] = btn;
<a name="l00358"></a>00358                   }
<a name="l00359"></a>00359                   <span class="keywordflow">break</span>;
<a name="l00360"></a>00360               <span class="keywordflow">case</span> <span class="charliteral">'I'</span>: <span class="comment">// Minimize button</span>
<a name="l00361"></a>00361                   <span class="keywordflow">if</span> ((!m_button[MinButton]) &amp;&amp; <a class="code" href="classKDecoration.html#3ae77bd0a41231fd0cbe562012f7188c" title="Returns true if the decorated window can be minimized by the user.">isMinimizable</a>()){
<a name="l00362"></a>00362                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(MinButton);
<a name="l00363"></a>00363                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00364"></a>00364                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(i18n(<span class="stringliteral">"Minimize"</span>) );
<a name="l00365"></a>00365                       connect(btn, SIGNAL(clicked()), SLOT(<a class="code" href="classKDecoration.html#aa598f8049af3dd9369328d683498928" title="Minimize the decorated window.">minimize</a>()));
<a name="l00366"></a>00366 
<a name="l00367"></a>00367                       m_button[MinButton] = btn;
<a name="l00368"></a>00368                   }
<a name="l00369"></a>00369                   <span class="keywordflow">break</span>;
<a name="l00370"></a>00370               <span class="keywordflow">case</span> <span class="charliteral">'A'</span>: <span class="comment">// Maximize button</span>
<a name="l00371"></a>00371                   <span class="keywordflow">if</span> ((!m_button[MaxButton]) &amp;&amp; <a class="code" href="classKDecoration.html#d3e9a21437ee4027d607ca6e3cb36b9a" title="Returns true if the decorated window can be maximized.">isMaximizable</a>()){
<a name="l00372"></a>00372                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(MaxButton);
<a name="l00373"></a>00373                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00374"></a>00374                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#adf6c4d7394239727af28433f6e93b85" title="Set which mouse buttons the button should honor.">setRealizeButtons</a>(LeftButton|MidButton|RightButton);
<a name="l00375"></a>00375                       <span class="keyword">const</span> <span class="keywordtype">bool</span> max = <a class="code" href="classKDecoration.html#9aac09db0f38e9d4eda77ad25e810a3f" title="Returns the current maximization mode of the decorated window.">maximizeMode</a>()==<a class="code" href="classKDecorationDefines.html#e0238f4c511b53633b718183f6240e71c4941f01ff8c9490765d77e8ee283894" title="Equal to MaximizeVertical | MaximizeHorizontal.">MaximizeFull</a>;
<a name="l00376"></a>00376                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(max?i18n(<span class="stringliteral">"Restore"</span>):i18n(<span class="stringliteral">"Maximize"</span>) );
<a name="l00377"></a>00377                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#85579db75eaa0b64a0899907f1675eb8">setToggleButton</a>(<span class="keyword">true</span>);
<a name="l00378"></a>00378                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( max );
<a name="l00379"></a>00379                       connect(btn, SIGNAL(clicked()), SLOT(slotMaximize()));
<a name="l00380"></a>00380 
<a name="l00381"></a>00381                       m_button[MaxButton] = btn;
<a name="l00382"></a>00382                   }
<a name="l00383"></a>00383                   <span class="keywordflow">break</span>;
<a name="l00384"></a>00384               <span class="keywordflow">case</span> <span class="charliteral">'X'</span>: <span class="comment">// Close button</span>
<a name="l00385"></a>00385                   <span class="keywordflow">if</span> ((!m_button[CloseButton]) &amp;&amp; <a class="code" href="classKDecoration.html#4918572a6cdd9b9ba36f77f49f90fcc7" title="Returns true if the decoration window can be closed by the user.">isCloseable</a>()){
<a name="l00386"></a>00386                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(CloseButton);
<a name="l00387"></a>00387                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00388"></a>00388                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(i18n(<span class="stringliteral">"Close"</span>) );
<a name="l00389"></a>00389                       connect(btn, SIGNAL(clicked()), SLOT(<a class="code" href="classKDecoration.html#2661ed1ae0ef81c06fa98aa4245662fd" title="This function can be called by the decoration to request closing of the decorated...">closeWindow</a>()));
<a name="l00390"></a>00390 
<a name="l00391"></a>00391                       m_button[CloseButton] = btn;
<a name="l00392"></a>00392                   }
<a name="l00393"></a>00393                   <span class="keywordflow">break</span>;
<a name="l00394"></a>00394               <span class="keywordflow">case</span> <span class="charliteral">'F'</span>: <span class="comment">// AboveButton button</span>
<a name="l00395"></a>00395                   <span class="keywordflow">if</span> (!m_button[AboveButton]){
<a name="l00396"></a>00396                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(AboveButton);
<a name="l00397"></a>00397                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00398"></a>00398                       <span class="keywordtype">bool</span> above = <a class="code" href="classKDecoration.html#ed605a4c88de573397a8f6a1accb9794" title="Returns true if the decorated window should be kept above other windows.">keepAbove</a>();
<a name="l00399"></a>00399                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(above?i18n(<span class="stringliteral">"Do not keep above others"</span>):i18n(<span class="stringliteral">"Keep above others"</span>) );
<a name="l00400"></a>00400                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#85579db75eaa0b64a0899907f1675eb8">setToggleButton</a>(<span class="keyword">true</span>);
<a name="l00401"></a>00401                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( above );
<a name="l00402"></a>00402                       connect(btn, SIGNAL(clicked()), SLOT(slotKeepAbove()));
<a name="l00403"></a>00403 
<a name="l00404"></a>00404                       m_button[AboveButton] = btn;
<a name="l00405"></a>00405                   }
<a name="l00406"></a>00406                   <span class="keywordflow">break</span>;
<a name="l00407"></a>00407               <span class="keywordflow">case</span> <span class="charliteral">'B'</span>: <span class="comment">// BelowButton button</span>
<a name="l00408"></a>00408                   <span class="keywordflow">if</span> (!m_button[BelowButton]){
<a name="l00409"></a>00409                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(BelowButton);
<a name="l00410"></a>00410                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00411"></a>00411                       <span class="keywordtype">bool</span> below = <a class="code" href="classKDecoration.html#bb32741e503b3585c1b69b50f9627e11" title="Returns true if the decorated window should be kept below other windows.">keepBelow</a>();
<a name="l00412"></a>00412                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(below?i18n(<span class="stringliteral">"Do not keep below others"</span>):i18n(<span class="stringliteral">"Keep below others"</span>) );
<a name="l00413"></a>00413                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#85579db75eaa0b64a0899907f1675eb8">setToggleButton</a>(<span class="keyword">true</span>);
<a name="l00414"></a>00414                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( below );
<a name="l00415"></a>00415                       connect(btn, SIGNAL(clicked()), SLOT(slotKeepBelow()));
<a name="l00416"></a>00416 
<a name="l00417"></a>00417                       m_button[BelowButton] = btn;
<a name="l00418"></a>00418                   }
<a name="l00419"></a>00419                   <span class="keywordflow">break</span>;
<a name="l00420"></a>00420               <span class="keywordflow">case</span> <span class="charliteral">'L'</span>: <span class="comment">// Shade button</span>
<a name="l00421"></a>00421                   <span class="keywordflow">if</span> ((!m_button[ShadeButton]) &amp;&amp; <a class="code" href="classKDecoration.html#9aa12c86b794be1c560cd67bbb2c1cc7" title="Returns true if the decorated window can be shaded.">isShadeable</a>()){
<a name="l00422"></a>00422                       btn = <a class="code" href="classKCommonDecoration.html#3eb79ac010f5cdc6bc545ecc5d153b6a" title="Create a new title bar button.">createButton</a>(ShadeButton);
<a name="l00423"></a>00423                       <span class="keywordflow">if</span> (!btn) <span class="keywordflow">break</span>;
<a name="l00424"></a>00424                       <span class="keywordtype">bool</span> shaded = <a class="code" href="classKDecoration.html#0d09a9014d46ead91eb56c3fbec84d12" title="Returns true if the decorated window was set to be shaded.">isSetShade</a>();
<a name="l00425"></a>00425                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>(shaded?i18n(<span class="stringliteral">"Unshade"</span>):i18n(<span class="stringliteral">"Shade"</span>) );
<a name="l00426"></a>00426                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#85579db75eaa0b64a0899907f1675eb8">setToggleButton</a>(<span class="keyword">true</span>);
<a name="l00427"></a>00427                       btn-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( shaded );
<a name="l00428"></a>00428                       connect(btn, SIGNAL(clicked()), SLOT(slotShade()));
<a name="l00429"></a>00429 
<a name="l00430"></a>00430                       m_button[ShadeButton] = btn;
<a name="l00431"></a>00431                   }
<a name="l00432"></a>00432                   <span class="keywordflow">break</span>;
<a name="l00433"></a>00433               <span class="keywordflow">case</span> <span class="charliteral">'_'</span>: <span class="comment">// Spacer item</span>
<a name="l00434"></a>00434                   btnContainer.append(0);
<a name="l00435"></a>00435             }
<a name="l00436"></a>00436 
<a name="l00437"></a>00437 
<a name="l00438"></a>00438             <span class="keywordflow">if</span> (btn) {
<a name="l00439"></a>00439                 btn-&gt;<a class="code" href="classKCommonDecorationButton.html#9d682dbeb60bdbba08918561e197fb5a">setLeft</a>(isLeft);
<a name="l00440"></a>00440                 btn-&gt;<a class="code" href="classKCommonDecorationButton.html#31be09cb483adc8a7e3964e40f5917c5" title="Set the button size.">setSize</a>(QSize(<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonWidth, <span class="keyword">true</span>, btn),<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_ButtonHeight, <span class="keyword">true</span>, btn)) );
<a name="l00441"></a>00441                 btn-&gt;show();
<a name="l00442"></a>00442                 btnContainer.append(btn);
<a name="l00443"></a>00443             }
<a name="l00444"></a>00444 
<a name="l00445"></a>00445         }
<a name="l00446"></a>00446     }
<a name="l00447"></a>00447 }
<a name="l00448"></a>00448 
<a name="l00449"></a>00449 <span class="keywordtype">void</span> KCommonDecoration::calcHiddenButtons()
<a name="l00450"></a>00450 {
<a name="l00451"></a>00451     <span class="keywordflow">if</span> (<a class="code" href="classKDecoration.html#9880657f1eb92f4b2e152ca40fd8e8ec" title="Convenience function that returns the width of the decoration.">width</a>() == btnHideLastWidth)
<a name="l00452"></a>00452         <span class="keywordflow">return</span>;
<a name="l00453"></a>00453 
<a name="l00454"></a>00454     btnHideLastWidth = <a class="code" href="classKDecoration.html#9880657f1eb92f4b2e152ca40fd8e8ec" title="Convenience function that returns the width of the decoration.">width</a>();
<a name="l00455"></a>00455 
<a name="l00456"></a>00456     <span class="comment">//Hide buttons in the following order:</span>
<a name="l00457"></a>00457     <a class="code" href="classKCommonDecorationButton.html" title="Title bar buttons of KCommonDecoration need to inherit this class.">KCommonDecorationButton</a>* btnArray[] = { m_button[HelpButton], m_button[ShadeButton], m_button[BelowButton],
<a name="l00458"></a>00458         m_button[AboveButton], m_button[OnAllDesktopsButton], m_button[MaxButton],
<a name="l00459"></a>00459         m_button[MinButton], m_button[MenuButton], m_button[CloseButton] };
<a name="l00460"></a>00460     <span class="keyword">const</span> <span class="keywordtype">int</span> buttonsCount = <span class="keyword">sizeof</span>( btnArray ) / <span class="keyword">sizeof</span>( btnArray[ 0 ] );
<a name="l00461"></a>00461 
<a name="l00462"></a>00462     <span class="keywordtype">int</span> current_width = <a class="code" href="classKDecoration.html#9880657f1eb92f4b2e152ca40fd8e8ec" title="Convenience function that returns the width of the decoration.">width</a>();
<a name="l00463"></a>00463     <span class="keywordtype">int</span> count = 0;
<a name="l00464"></a>00464 
<a name="l00465"></a>00465     <span class="comment">// Hide buttons</span>
<a name="l00466"></a>00466     <span class="keywordflow">while</span> (current_width &lt; btnHideMinWidth &amp;&amp; count &lt; buttonsCount)
<a name="l00467"></a>00467     {
<a name="l00468"></a>00468         <span class="keywordflow">if</span> (btnArray[count] ) {
<a name="l00469"></a>00469             current_width += btnArray[count]-&gt;width();
<a name="l00470"></a>00470             <span class="keywordflow">if</span> (btnArray[count]-&gt;isVisible() )
<a name="l00471"></a>00471                 btnArray[count]-&gt;hide();
<a name="l00472"></a>00472         }
<a name="l00473"></a>00473         count++;
<a name="l00474"></a>00474     }
<a name="l00475"></a>00475     <span class="comment">// Show the rest of the buttons...</span>
<a name="l00476"></a>00476     <span class="keywordflow">for</span>(<span class="keywordtype">int</span> i = count; i &lt; buttonsCount; i++)
<a name="l00477"></a>00477     {
<a name="l00478"></a>00478         <span class="keywordflow">if</span> (btnArray[i] ) {
<a name="l00479"></a>00479 
<a name="l00480"></a>00480             <span class="keywordflow">if</span> (! btnArray[i]-&gt;isHidden() )
<a name="l00481"></a>00481                 <span class="keywordflow">break</span>; <span class="comment">// all buttons shown...</span>
<a name="l00482"></a>00482 
<a name="l00483"></a>00483             btnArray[i]-&gt;show();
<a name="l00484"></a>00484         }
<a name="l00485"></a>00485     }
<a name="l00486"></a>00486 }
<a name="l00487"></a>00487 
<a name="l00488"></a>00488 <span class="keywordtype">void</span> KCommonDecoration::show()
<a name="l00489"></a>00489 {
<a name="l00490"></a>00490     <span class="keywordflow">if</span> (<a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f" title="This controls whether some specific behaviour should be enabled or not.">decorationBehaviour</a>(<a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85e96c157639aa3bf1b99478dfa3155d670" title="Hide buttons when there is not enough space in the titlebar.">DB_ButtonHide</a>) )
<a name="l00491"></a>00491         calcHiddenButtons();
<a name="l00492"></a>00492     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;show();
<a name="l00493"></a>00493 }
<a name="l00494"></a>00494 
<a name="l00495"></a><a class="code" href="classKCommonDecoration.html#b0293ea68d815e642cf8452df4c88562">00495</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#b0293ea68d815e642cf8452df4c88562" title="This method is called by kwin when the style should resize the decoration window...">KCommonDecoration::resize</a>( <span class="keyword">const</span> QSize&amp; s )
<a name="l00496"></a>00496 {
<a name="l00497"></a>00497     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;resize( s );
<a name="l00498"></a>00498 }
<a name="l00499"></a>00499 
<a name="l00500"></a><a class="code" href="classKCommonDecoration.html#95bff366c3feba7f20ee7315c3a29e37">00500</a> QSize <a class="code" href="classKCommonDecoration.html#95bff366c3feba7f20ee7315c3a29e37" title="This function should return the minimum required size for the decoration.">KCommonDecoration::minimumSize</a>()<span class="keyword"> const</span>
<a name="l00501"></a>00501 <span class="keyword"></span>{
<a name="l00502"></a>00502     <span class="keyword">const</span> <span class="keywordtype">int</span> minWidth = QMAX(<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeLeft), <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderLeft))
<a name="l00503"></a>00503             +QMAX(<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeRight), <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderRight))
<a name="l00504"></a>00504             +<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderLeft)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderRight);
<a name="l00505"></a>00505     <span class="keywordflow">return</span> QSize(minWidth,
<a name="l00506"></a>00506                  <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight)
<a name="l00507"></a>00507                          +<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom)
<a name="l00508"></a>00508                          +<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderBottom) );
<a name="l00509"></a>00509 }
<a name="l00510"></a>00510 
<a name="l00511"></a><a class="code" href="classKCommonDecoration.html#0696dca5f9f8258d7cc28ebe9a6b2a0e">00511</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#0696dca5f9f8258d7cc28ebe9a6b2a0e" title="This function is called whenever the maximalization state of the window changes.">KCommonDecoration::maximizeChange</a>()
<a name="l00512"></a>00512 {
<a name="l00513"></a>00513     <span class="keywordflow">if</span>( m_button[MaxButton] ) {
<a name="l00514"></a>00514         m_button[MaxButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( <a class="code" href="classKDecoration.html#9aac09db0f38e9d4eda77ad25e810a3f" title="Returns the current maximization mode of the decorated window.">maximizeMode</a>()==<a class="code" href="classKDecorationDefines.html#e0238f4c511b53633b718183f6240e71c4941f01ff8c9490765d77e8ee283894" title="Equal to MaximizeVertical | MaximizeHorizontal.">MaximizeFull</a>);
<a name="l00515"></a>00515         m_button[MaxButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( (<a class="code" href="classKDecoration.html#9aac09db0f38e9d4eda77ad25e810a3f" title="Returns the current maximization mode of the decorated window.">maximizeMode</a>()!=<a class="code" href="classKDecorationDefines.html#e0238f4c511b53633b718183f6240e71c4941f01ff8c9490765d77e8ee283894" title="Equal to MaximizeVertical | MaximizeHorizontal.">MaximizeFull</a>) ?
<a name="l00516"></a>00516                 i18n(<span class="stringliteral">"Maximize"</span>)
<a name="l00517"></a>00517             : i18n(<span class="stringliteral">"Restore"</span>));
<a name="l00518"></a>00518         m_button[MaxButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00519"></a>00519     }
<a name="l00520"></a>00520     <a class="code" href="classKCommonDecoration.html#abd057448fad76fbf05992eb68359ef3" title="This updates the window mask using the information provided by cornerShape().">updateWindowShape</a>();
<a name="l00521"></a>00521     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;update();
<a name="l00522"></a>00522 }
<a name="l00523"></a>00523 
<a name="l00524"></a><a class="code" href="classKCommonDecoration.html#f76f1e3fbd33ddb7b7338ff067d1eba4">00524</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#f76f1e3fbd33ddb7b7338ff067d1eba4" title="This function is called whenever the desktop for the window changes.">KCommonDecoration::desktopChange</a>()
<a name="l00525"></a>00525 {
<a name="l00526"></a>00526     <span class="keywordflow">if</span> ( m_button[OnAllDesktopsButton] ) {
<a name="l00527"></a>00527         m_button[OnAllDesktopsButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( <a class="code" href="classKDecoration.html#53718b62531291f3b512e3c43ef24c21" title="Convenience function that returns true if the window is on all virtual desktops.">isOnAllDesktops</a>() );
<a name="l00528"></a>00528         m_button[OnAllDesktopsButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( <a class="code" href="classKDecoration.html#53718b62531291f3b512e3c43ef24c21" title="Convenience function that returns true if the window is on all virtual desktops.">isOnAllDesktops</a>() ?
<a name="l00529"></a>00529                 i18n(<span class="stringliteral">"Not on all desktops"</span>)
<a name="l00530"></a>00530             : i18n(<span class="stringliteral">"On all desktops"</span>));
<a name="l00531"></a>00531         m_button[OnAllDesktopsButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00532"></a>00532     }
<a name="l00533"></a>00533 }
<a name="l00534"></a>00534 
<a name="l00535"></a><a class="code" href="classKCommonDecoration.html#62b10cfbff47e03a8c6d3ffdd93ce70b">00535</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#62b10cfbff47e03a8c6d3ffdd93ce70b" title="This function is called whenever the window is shaded or unshaded.">KCommonDecoration::shadeChange</a>()
<a name="l00536"></a>00536 {
<a name="l00537"></a>00537     <span class="keywordflow">if</span> ( m_button[ShadeButton] ) {
<a name="l00538"></a>00538         <span class="keywordtype">bool</span> shaded = <a class="code" href="classKDecoration.html#0d09a9014d46ead91eb56c3fbec84d12" title="Returns true if the decorated window was set to be shaded.">isSetShade</a>();
<a name="l00539"></a>00539         m_button[ShadeButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>( shaded );
<a name="l00540"></a>00540         m_button[ShadeButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( shaded ?
<a name="l00541"></a>00541                 i18n(<span class="stringliteral">"Unshade"</span>)
<a name="l00542"></a>00542             : i18n(<span class="stringliteral">"Shade"</span>));
<a name="l00543"></a>00543         m_button[ShadeButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00544"></a>00544     }
<a name="l00545"></a>00545 }
<a name="l00546"></a>00546 
<a name="l00547"></a><a class="code" href="classKCommonDecoration.html#94ac7ce837c7351772e99d6d3c9a2583">00547</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#94ac7ce837c7351772e99d6d3c9a2583" title="This function is called whenever the window icon changes.">KCommonDecoration::iconChange</a>()
<a name="l00548"></a>00548 {
<a name="l00549"></a>00549     <span class="keywordflow">if</span> (m_button[MenuButton])
<a name="l00550"></a>00550     {
<a name="l00551"></a>00551         m_button[MenuButton]-&gt;update();
<a name="l00552"></a>00552         m_button[MenuButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed13997884cbb3bda20243ea8a48e39d36a98688" title="The window icon has been changed.">KCommonDecorationButton::IconChange</a>);
<a name="l00553"></a>00553     }
<a name="l00554"></a>00554 }
<a name="l00555"></a>00555 
<a name="l00556"></a><a class="code" href="classKCommonDecoration.html#3d51d1d22563d1e44e9516a0cedbf4a2">00556</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#3d51d1d22563d1e44e9516a0cedbf4a2" title="This function is called whenever the window either becomes or stops being active...">KCommonDecoration::activeChange</a>()
<a name="l00557"></a>00557 {
<a name="l00558"></a>00558     <a class="code" href="classKCommonDecoration.html#14c2cbe59464c95eebec770ca869e65e" title="Makes sure all buttons are repainted.">updateButtons</a>();
<a name="l00559"></a>00559     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;update(); <span class="comment">// do something similar to updateCaption here</span>
<a name="l00560"></a>00560 }
<a name="l00561"></a>00561 
<a name="l00562"></a><a class="code" href="classKCommonDecoration.html#adbbb993aa813551765a8431e57a81a4">00562</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#adbbb993aa813551765a8431e57a81a4" title="This function is called whenever the caption changes.">KCommonDecoration::captionChange</a>()
<a name="l00563"></a>00563 {
<a name="l00564"></a>00564     <a class="code" href="classKCommonDecoration.html#9b32a0e04bd04ade848d5a1dfbd0dd54" title="This is used to update the painting of the title bar after the caption has been changed...">updateCaption</a>();
<a name="l00565"></a>00565 }
<a name="l00566"></a>00566 
<a name="l00567"></a>00567 <span class="keywordtype">void</span> KCommonDecoration::keepAboveChange(<span class="keywordtype">bool</span> above)
<a name="l00568"></a>00568 {
<a name="l00569"></a>00569     <span class="keywordflow">if</span> (m_button[AboveButton])
<a name="l00570"></a>00570     {
<a name="l00571"></a>00571         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>(above);
<a name="l00572"></a>00572         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( above?i18n(<span class="stringliteral">"Do not keep above others"</span>):i18n(<span class="stringliteral">"Keep above others"</span>) );
<a name="l00573"></a>00573         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00574"></a>00574     }
<a name="l00575"></a>00575 
<a name="l00576"></a>00576     <span class="keywordflow">if</span> (m_button[BelowButton] &amp;&amp; m_button[BelowButton]-&gt;isOn())
<a name="l00577"></a>00577     {
<a name="l00578"></a>00578         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>(<span class="keyword">false</span>);
<a name="l00579"></a>00579         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( i18n(<span class="stringliteral">"Keep below others"</span>) );
<a name="l00580"></a>00580         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00581"></a>00581     }
<a name="l00582"></a>00582 }
<a name="l00583"></a>00583 
<a name="l00584"></a>00584 <span class="keywordtype">void</span> KCommonDecoration::keepBelowChange(<span class="keywordtype">bool</span> below)
<a name="l00585"></a>00585 {
<a name="l00586"></a>00586     <span class="keywordflow">if</span> (m_button[BelowButton])
<a name="l00587"></a>00587     {
<a name="l00588"></a>00588         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>(below);
<a name="l00589"></a>00589         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( below?i18n(<span class="stringliteral">"Do not keep below others"</span>):i18n(<span class="stringliteral">"Keep below others"</span>) );
<a name="l00590"></a>00590         m_button[BelowButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00591"></a>00591     }
<a name="l00592"></a>00592 
<a name="l00593"></a>00593     <span class="keywordflow">if</span> (m_button[AboveButton] &amp;&amp; m_button[AboveButton]-&gt;isOn())
<a name="l00594"></a>00594     {
<a name="l00595"></a>00595         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#65d816a95ae8d8b60433a069d3a81438">setOn</a>(<span class="keyword">false</span>);
<a name="l00596"></a>00596         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">setTipText</a>( i18n(<span class="stringliteral">"Keep above others"</span>) );
<a name="l00597"></a>00597         m_button[AboveButton]-&gt;<a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">KCommonDecorationButton::StateChange</a>);
<a name="l00598"></a>00598     }
<a name="l00599"></a>00599 }
<a name="l00600"></a>00600 
<a name="l00601"></a>00601 <span class="keywordtype">void</span> KCommonDecoration::slotMaximize()
<a name="l00602"></a>00602 {
<a name="l00603"></a>00603     <span class="keywordflow">if</span> (m_button[MaxButton])
<a name="l00604"></a>00604     {
<a name="l00605"></a>00605         maximize(m_button[MaxButton]-&gt;lastMousePress() );
<a name="l00606"></a>00606     }
<a name="l00607"></a>00607 }
<a name="l00608"></a>00608 
<a name="l00609"></a>00609 <span class="keywordtype">void</span> KCommonDecoration::slotShade()
<a name="l00610"></a>00610 {
<a name="l00611"></a>00611     <a class="code" href="classKDecoration.html#3596eac015653ca38f4655fb9e496bfa" title="Shades or unshades the decorated window.">setShade</a>( !<a class="code" href="classKDecoration.html#0d09a9014d46ead91eb56c3fbec84d12" title="Returns true if the decorated window was set to be shaded.">isSetShade</a>() );
<a name="l00612"></a>00612 }
<a name="l00613"></a>00613 
<a name="l00614"></a>00614 <span class="keywordtype">void</span> KCommonDecoration::slotKeepAbove()
<a name="l00615"></a>00615 {
<a name="l00616"></a>00616     <a class="code" href="classKDecoration.html#9a1b6096524e121c0730249f150e6a72" title="Sets or reset keeping this window above others.">setKeepAbove</a>(!<a class="code" href="classKDecoration.html#ed605a4c88de573397a8f6a1accb9794" title="Returns true if the decorated window should be kept above other windows.">keepAbove</a>() );
<a name="l00617"></a>00617 }
<a name="l00618"></a>00618 
<a name="l00619"></a>00619 <span class="keywordtype">void</span> KCommonDecoration::slotKeepBelow()
<a name="l00620"></a>00620 {
<a name="l00621"></a>00621     <a class="code" href="classKDecoration.html#a7d9badc3c2beffb269c42e666c205c9" title="Sets or reset keeping this window below others.">setKeepBelow</a>(!<a class="code" href="classKDecoration.html#bb32741e503b3585c1b69b50f9627e11" title="Returns true if the decorated window should be kept below other windows.">keepBelow</a>() );
<a name="l00622"></a>00622 }
<a name="l00623"></a>00623 
<a name="l00624"></a>00624 <span class="keywordtype">void</span> KCommonDecoration::menuButtonPressed()
<a name="l00625"></a>00625 {
<a name="l00626"></a>00626     <span class="keyword">static</span> QTime* t = NULL;
<a name="l00627"></a>00627     <span class="keyword">static</span> <a class="code" href="classKCommonDecoration.html" title="This class eases development of decorations by implementing parts of KDecoration...">KCommonDecoration</a>* lastClient = NULL;
<a name="l00628"></a>00628     <span class="keywordflow">if</span> (t == NULL)
<a name="l00629"></a>00629         t = <span class="keyword">new</span> QTime;
<a name="l00630"></a>00630     <span class="keywordtype">bool</span> dbl = (lastClient==<span class="keyword">this</span> &amp;&amp; t-&gt;elapsed() &lt;= QApplication::doubleClickInterval());
<a name="l00631"></a>00631     lastClient = <span class="keyword">this</span>;
<a name="l00632"></a>00632     t-&gt;start();
<a name="l00633"></a>00633     <span class="keywordflow">if</span> (!dbl || !<a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f" title="This controls whether some specific behaviour should be enabled or not.">decorationBehaviour</a>(<a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85ed5e53085cd7d829ef718887d3e18ef70" title="Close window on double clicking the menu.">DB_MenuClose</a>) ) {
<a name="l00634"></a>00634         QRect menuRect = m_button[MenuButton]-&gt;rect();
<a name="l00635"></a>00635         QPoint menutop = m_button[MenuButton]-&gt;mapToGlobal(menuRect.topLeft());
<a name="l00636"></a>00636         QPoint menubottom = m_button[MenuButton]-&gt;mapToGlobal(menuRect.bottomRight())+QPoint(0,2);
<a name="l00637"></a>00637         KDecorationFactory* f = <a class="code" href="classKDecoration.html#00df2796c7d3e81aa1f4221a3b13dfe8" title="Returns the factory that created this decoration.">factory</a>();
<a name="l00638"></a>00638         <a class="code" href="classKDecoration.html#f0395bc84b2b90788e54b1aa68e3f0af" title="This function invokes the window operations menu.">showWindowMenu</a>(QRect(menutop, menubottom));
<a name="l00639"></a>00639         <span class="keywordflow">if</span>( !f-&gt;exists( <span class="keyword">this</span> )) <span class="comment">// 'this' was deleted</span>
<a name="l00640"></a>00640             <span class="keywordflow">return</span>;
<a name="l00641"></a>00641         m_button[MenuButton]-&gt;setDown(<span class="keyword">false</span>);
<a name="l00642"></a>00642     }
<a name="l00643"></a>00643     <span class="keywordflow">else</span>
<a name="l00644"></a>00644         closing = <span class="keyword">true</span>;
<a name="l00645"></a>00645 }
<a name="l00646"></a>00646 
<a name="l00647"></a>00647 <span class="keywordtype">void</span> KCommonDecoration::menuButtonReleased()
<a name="l00648"></a>00648 {
<a name="l00649"></a>00649     <span class="keywordflow">if</span>(closing)
<a name="l00650"></a>00650         <a class="code" href="classKDecoration.html#2661ed1ae0ef81c06fa98aa4245662fd" title="This function can be called by the decoration to request closing of the decorated...">closeWindow</a>();
<a name="l00651"></a>00651 }
<a name="l00652"></a>00652 
<a name="l00653"></a>00653 <span class="keywordtype">void</span> KCommonDecoration::resizeEvent(QResizeEvent *<span class="comment">/*e*/</span>)
<a name="l00654"></a>00654 {
<a name="l00655"></a>00655     <span class="keywordflow">if</span> (<a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f" title="This controls whether some specific behaviour should be enabled or not.">decorationBehaviour</a>(<a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85e96c157639aa3bf1b99478dfa3155d670" title="Hide buttons when there is not enough space in the titlebar.">DB_ButtonHide</a>) )
<a name="l00656"></a>00656         calcHiddenButtons();
<a name="l00657"></a>00657 
<a name="l00658"></a>00658     <a class="code" href="classKCommonDecoration.html#f99666df1565f04eecec726644994971" title="TODO: remove?">updateLayout</a>();
<a name="l00659"></a>00659 
<a name="l00660"></a>00660     <a class="code" href="classKCommonDecoration.html#abd057448fad76fbf05992eb68359ef3" title="This updates the window mask using the information provided by cornerShape().">updateWindowShape</a>();
<a name="l00661"></a>00661     <span class="comment">// FIXME: don't update() here! this would result in two paintEvent()s</span>
<a name="l00662"></a>00662     <span class="comment">// because there is already "something" else triggering the repaint...</span>
<a name="l00663"></a>00663 <span class="comment">//     widget()-&gt;update();</span>
<a name="l00664"></a>00664 }
<a name="l00665"></a>00665 
<a name="l00666"></a>00666 <span class="keywordtype">void</span> KCommonDecoration::moveWidget(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, QWidget *<a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>)<span class="keyword"> const</span>
<a name="l00667"></a>00667 <span class="keyword"></span>{
<a name="l00668"></a>00668     QPoint p = widget-&gt;pos();
<a name="l00669"></a>00669     <span class="keywordtype">int</span> oldX = p.y();
<a name="l00670"></a>00670     <span class="keywordtype">int</span> oldY = p.x();
<a name="l00671"></a>00671 
<a name="l00672"></a>00672     <span class="keywordflow">if</span> (x!=oldX || y!=oldY)
<a name="l00673"></a>00673         widget-&gt;move(x,y);
<a name="l00674"></a>00674 }
<a name="l00675"></a>00675 
<a name="l00676"></a>00676 <span class="keywordtype">void</span> KCommonDecoration::resizeWidget(<span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h, QWidget *widget)<span class="keyword"> const</span>
<a name="l00677"></a>00677 <span class="keyword"></span>{
<a name="l00678"></a>00678     QSize s = widget-&gt;size();
<a name="l00679"></a>00679     <span class="keywordtype">int</span> oldW = s.width();
<a name="l00680"></a>00680     <span class="keywordtype">int</span> oldH = s.height();
<a name="l00681"></a>00681 
<a name="l00682"></a>00682     <span class="keywordflow">if</span> (w!=oldW || h!=oldH)
<a name="l00683"></a>00683         widget-&gt;resize(w,h);
<a name="l00684"></a>00684 }
<a name="l00685"></a>00685 
<a name="l00686"></a>00686 <span class="keywordtype">void</span> KCommonDecoration::mouseDoubleClickEvent(QMouseEvent *e)
<a name="l00687"></a>00687 {
<a name="l00688"></a>00688     <span class="keywordflow">if</span>( e-&gt;button() != LeftButton )
<a name="l00689"></a>00689         <span class="keywordflow">return</span>;
<a name="l00690"></a>00690 
<a name="l00691"></a>00691     <span class="keywordtype">int</span> tb = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00692"></a>00692     <span class="comment">// when shaded, react on double clicks everywhere to make it easier to unshade. otherwise</span>
<a name="l00693"></a>00693     <span class="comment">// react only on double clicks in the title bar region...</span>
<a name="l00694"></a>00694     <span class="keywordflow">if</span> (<a class="code" href="classKDecoration.html#0d09a9014d46ead91eb56c3fbec84d12" title="Returns true if the decorated window was set to be shaded.">isSetShade</a>() || e-&gt;pos().y() &lt;= tb )
<a name="l00695"></a>00695         <a class="code" href="classKDecoration.html#b5936e0cd55a4ba1cd7f8e278a29a64a" title="This function performs the operation configured as titlebar double click operation...">titlebarDblClickOperation</a>();
<a name="l00696"></a>00696 }
<a name="l00697"></a>00697 
<a name="l00698"></a>00698 <span class="keywordtype">void</span> KCommonDecoration::wheelEvent(QWheelEvent *e)
<a name="l00699"></a>00699 {
<a name="l00700"></a>00700     <span class="keywordtype">int</span> tb = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight)+<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00701"></a>00701     <span class="keywordflow">if</span> (<a class="code" href="classKDecoration.html#0d09a9014d46ead91eb56c3fbec84d12" title="Returns true if the decorated window was set to be shaded.">isSetShade</a>() || e-&gt;pos().y() &lt;= tb )
<a name="l00702"></a>00702         <a class="code" href="classKDecoration.html#e870f1fe084a2b1952e10b210bbf8031" title="This function performs the operation configured as titlebar wheel mouse operation...">titlebarMouseWheelOperation</a>( e-&gt;delta());
<a name="l00703"></a>00703 }
<a name="l00704"></a>00704 
<a name="l00705"></a><a class="code" href="classKCommonDecoration.html#8f9b6ee5fd9287e610d59e3c24262076">00705</a> <a class="code" href="classKDecorationDefines.html#7cd259316ec359e451faf3e6466ac407" title="These values represent positions inside an area.">KCommonDecoration::Position</a> <a class="code" href="classKCommonDecoration.html#8f9b6ee5fd9287e610d59e3c24262076" title="This function should return mouse cursor position in the decoration.">KCommonDecoration::mousePosition</a>(<span class="keyword">const</span> QPoint &amp;point)<span class="keyword"> const</span>
<a name="l00706"></a>00706 <span class="keyword"></span>{
<a name="l00707"></a>00707     <span class="keyword">const</span> <span class="keywordtype">int</span> corner = 18+3*<a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderBottom, <span class="keyword">false</span>)/2;
<a name="l00708"></a>00708     <a class="code" href="classKDecorationDefines.html#7cd259316ec359e451faf3e6466ac407" title="These values represent positions inside an area.">Position</a> pos = PositionCenter;
<a name="l00709"></a>00709 
<a name="l00710"></a>00710     QRect r = <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;rect();
<a name="l00711"></a>00711     <span class="keywordtype">int</span> r_x, r_y, r_x2, r_y2;
<a name="l00712"></a>00712     r.coords(&amp;r_x, &amp;r_y, &amp;r_x2, &amp;r_y2);
<a name="l00713"></a>00713     <span class="keywordtype">int</span> p_x = point.x();
<a name="l00714"></a>00714     <span class="keywordtype">int</span> p_y = point.y();
<a name="l00715"></a>00715     <span class="keyword">const</span> <span class="keywordtype">int</span> borderLeft = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderLeft);
<a name="l00716"></a>00716 <span class="comment">//     const int borderRight = layoutMetric(LM_BorderRight);</span>
<a name="l00717"></a>00717     <span class="keyword">const</span> <span class="keywordtype">int</span> borderBottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_BorderBottom);
<a name="l00718"></a>00718     <span class="keyword">const</span> <span class="keywordtype">int</span> titleHeight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight);
<a name="l00719"></a>00719     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeTop = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop);
<a name="l00720"></a>00720     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeBottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00721"></a>00721     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeLeft = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeLeft);
<a name="l00722"></a>00722     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeRight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeRight);
<a name="l00723"></a>00723 
<a name="l00724"></a>00724     <span class="keyword">const</span> <span class="keywordtype">int</span> borderBottomTop = r_y2-borderBottom+1;
<a name="l00725"></a>00725     <span class="keyword">const</span> <span class="keywordtype">int</span> borderLeftRight = r_x+borderLeft-1;
<a name="l00726"></a>00726 <span class="comment">//     const int borderRightLeft = r_x2-borderRight+1;</span>
<a name="l00727"></a>00727     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeLeftRight = r_x+titleEdgeLeft-1;
<a name="l00728"></a>00728     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeRightLeft = r_x2-titleEdgeRight+1;
<a name="l00729"></a>00729     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeBottomBottom = r_y+titleEdgeTop+titleHeight+titleEdgeBottom-1;
<a name="l00730"></a>00730     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeTopBottom = r_y+titleEdgeTop-1;
<a name="l00731"></a>00731 
<a name="l00732"></a>00732     <span class="keywordflow">if</span> (p_y &lt;= titleEdgeTopBottom) {
<a name="l00733"></a>00733         <span class="keywordflow">if</span> (p_x &lt;= r_x+corner)
<a name="l00734"></a>00734             pos = PositionTopLeft;
<a name="l00735"></a>00735         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (p_x &gt;= r_x2-corner)
<a name="l00736"></a>00736             pos = PositionTopRight;
<a name="l00737"></a>00737         <span class="keywordflow">else</span>
<a name="l00738"></a>00738             pos = PositionTop;
<a name="l00739"></a>00739     } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (p_y &lt;= titleEdgeBottomBottom) {
<a name="l00740"></a>00740         <span class="keywordflow">if</span> (p_x &lt;= titleEdgeLeftRight)
<a name="l00741"></a>00741             pos = PositionTopLeft;
<a name="l00742"></a>00742         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (p_x &gt;= titleEdgeRightLeft)
<a name="l00743"></a>00743             pos = PositionTopRight;
<a name="l00744"></a>00744         <span class="keywordflow">else</span>
<a name="l00745"></a>00745             pos = PositionCenter; <span class="comment">// title bar</span>
<a name="l00746"></a>00746     } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (p_y &lt; borderBottomTop) {
<a name="l00747"></a>00747         <span class="keywordflow">if</span>      (p_y &lt; r_y2-corner) {
<a name="l00748"></a>00748             <span class="keywordflow">if</span> (p_x &lt;= borderLeftRight)
<a name="l00749"></a>00749                 pos = PositionLeft;
<a name="l00750"></a>00750             <span class="keywordflow">else</span>
<a name="l00751"></a>00751                 pos = PositionRight;
<a name="l00752"></a>00752         } <span class="keywordflow">else</span> {
<a name="l00753"></a>00753             <span class="keywordflow">if</span> (p_x &lt;= borderLeftRight)
<a name="l00754"></a>00754                 pos = PositionBottomLeft;
<a name="l00755"></a>00755             <span class="keywordflow">else</span>
<a name="l00756"></a>00756                 pos = PositionBottomRight;
<a name="l00757"></a>00757         }
<a name="l00758"></a>00758     } <span class="keywordflow">else</span> <span class="keywordflow">if</span>(p_y &gt;= borderBottomTop) {
<a name="l00759"></a>00759         <span class="keywordflow">if</span> (p_x &lt;= r_x+corner)
<a name="l00760"></a>00760             pos = PositionBottomLeft;
<a name="l00761"></a>00761         <span class="keywordflow">else</span> <span class="keywordflow">if</span> (p_x &gt;= r_x2-corner)
<a name="l00762"></a>00762             pos = PositionBottomRight;
<a name="l00763"></a>00763         <span class="keywordflow">else</span>
<a name="l00764"></a>00764             pos = PositionBottom;
<a name="l00765"></a>00765     }
<a name="l00766"></a>00766 
<a name="l00767"></a>00767     <span class="keywordflow">return</span> pos;
<a name="l00768"></a>00768 }
<a name="l00769"></a>00769 
<a name="l00770"></a><a class="code" href="classKCommonDecoration.html#abd057448fad76fbf05992eb68359ef3">00770</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecoration.html#abd057448fad76fbf05992eb68359ef3" title="This updates the window mask using the information provided by cornerShape().">KCommonDecoration::updateWindowShape</a>()
<a name="l00771"></a>00771 {
<a name="l00772"></a>00772     <span class="comment">// don't mask the widget...</span>
<a name="l00773"></a>00773     <span class="keywordflow">if</span> (!<a class="code" href="classKCommonDecoration.html#e32cb875208dcb7f890b264119d62d2f" title="This controls whether some specific behaviour should be enabled or not.">decorationBehaviour</a>(<a class="code" href="classKCommonDecoration.html#43dc8ce4c63a12a421844fcc83a4c85ea16204503345b42020ccd9c7d6afdaeb" title="Set a mask on the window.">DB_WindowMask</a>) )
<a name="l00774"></a>00774         <span class="keywordflow">return</span>;
<a name="l00775"></a>00775 
<a name="l00776"></a>00776     <span class="keywordtype">int</span> w = <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;width();
<a name="l00777"></a>00777     <span class="keywordtype">int</span> h = <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;height();
<a name="l00778"></a>00778 
<a name="l00779"></a>00779     <span class="keywordtype">bool</span> tl=<span class="keyword">true</span>,tr=<span class="keyword">true</span>,bl=<span class="keyword">true</span>,br=<span class="keyword">true</span>; <span class="comment">// is there a transparent rounded corner in top-left? etc</span>
<a name="l00780"></a>00780 
<a name="l00781"></a>00781     QDesktopWidget *<a class="code" href="classKDecoration.html#ad0aa5926b5585ac55e1127b062fa80f" title="Returns the number of the virtual desktop the decorated window is currently on (including...">desktop</a>=KApplication::desktop();
<a name="l00782"></a>00782     <span class="comment">// no transparent rounded corners if this window corner lines up with a screen corner</span>
<a name="l00783"></a>00783     <span class="keywordflow">for</span>(<span class="keywordtype">int</span> screen=0; screen &lt; desktop-&gt;numScreens(); ++screen)
<a name="l00784"></a>00784     {
<a name="l00785"></a>00785         QRect fullscreen(desktop-&gt;screenGeometry(screen));
<a name="l00786"></a>00786         QRect window = <a class="code" href="classKDecoration.html#9fd6465e3282b7dfe4a6bc4c0a752ed4" title="Returns the geometry of the decoration.">geometry</a>();
<a name="l00787"></a>00787 
<a name="l00788"></a>00788         <span class="keywordflow">if</span>(window.topLeft()    == fullscreen.topLeft() ) tl = <span class="keyword">false</span>;
<a name="l00789"></a>00789         <span class="keywordflow">if</span>(window.topRight()   == fullscreen.topRight() ) tr = <span class="keyword">false</span>;
<a name="l00790"></a>00790         <span class="keywordflow">if</span>(window.bottomLeft() == fullscreen.bottomLeft() ) bl = <span class="keyword">false</span>;
<a name="l00791"></a>00791         <span class="keywordflow">if</span>(window.bottomRight()== fullscreen.bottomRight() ) br = <span class="keyword">false</span>;
<a name="l00792"></a>00792     }
<a name="l00793"></a>00793 
<a name="l00794"></a>00794     QRegion mask(0, 0, w, h);
<a name="l00795"></a>00795 
<a name="l00796"></a>00796     <span class="comment">// Remove top-left corner.</span>
<a name="l00797"></a>00797     <span class="keywordflow">if</span>(tl)
<a name="l00798"></a>00798     {
<a name="l00799"></a>00799         mask -= <a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">cornerShape</a>(WC_TopLeft);
<a name="l00800"></a>00800     }
<a name="l00801"></a>00801     <span class="comment">// Remove top-right corner.</span>
<a name="l00802"></a>00802     <span class="keywordflow">if</span>(tr)
<a name="l00803"></a>00803     {
<a name="l00804"></a>00804         mask -= <a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">cornerShape</a>(WC_TopRight);
<a name="l00805"></a>00805     }
<a name="l00806"></a>00806         <span class="comment">// Remove top-left corner.</span>
<a name="l00807"></a>00807     <span class="keywordflow">if</span>(bl)
<a name="l00808"></a>00808     {
<a name="l00809"></a>00809         mask -= <a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">cornerShape</a>(WC_BottomLeft);
<a name="l00810"></a>00810     }
<a name="l00811"></a>00811     <span class="comment">// Remove top-right corner.</span>
<a name="l00812"></a>00812     <span class="keywordflow">if</span>(br)
<a name="l00813"></a>00813     {
<a name="l00814"></a>00814         mask -= <a class="code" href="classKCommonDecoration.html#034b8fbbfcb276964de8356b73d31f0e">cornerShape</a>(WC_BottomRight);
<a name="l00815"></a>00815     }
<a name="l00816"></a>00816 
<a name="l00817"></a>00817     <a class="code" href="classKDecoration.html#698cd8fae86da9a203feef357f63a0ce" title="If the decoration is non-rectangular, this function needs to be called to set the...">setMask</a>( mask );
<a name="l00818"></a>00818 }
<a name="l00819"></a>00819 
<a name="l00820"></a>00820 <span class="keywordtype">bool</span> KCommonDecoration::eventFilter( QObject* o, QEvent* e )
<a name="l00821"></a>00821 {
<a name="l00822"></a>00822     <span class="keywordflow">if</span>( o != <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>())
<a name="l00823"></a>00823         <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00824"></a>00824     <span class="keywordflow">switch</span>( e-&gt;type())
<a name="l00825"></a>00825     {
<a name="l00826"></a>00826         <span class="keywordflow">case</span> QEvent::Resize:
<a name="l00827"></a>00827             resizeEvent(static_cast&lt;QResizeEvent*&gt;(e) );
<a name="l00828"></a>00828             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00829"></a>00829         <span class="keywordflow">case</span> QEvent::Paint:
<a name="l00830"></a>00830             <a class="code" href="classKCommonDecoration.html#ad84c452c1d0d987a8edc22772204aae" title="Draw the window decoration.">paintEvent</a>( static_cast&lt; QPaintEvent* &gt;( e ));
<a name="l00831"></a>00831             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00832"></a>00832         <span class="keywordflow">case</span> QEvent::MouseButtonDblClick:
<a name="l00833"></a>00833             mouseDoubleClickEvent( static_cast&lt; QMouseEvent* &gt;( e ));
<a name="l00834"></a>00834             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00835"></a>00835         <span class="keywordflow">case</span> QEvent::MouseButtonPress:
<a name="l00836"></a>00836             <a class="code" href="classKDecoration.html#120a0e98ca1bba08f326b65b3c34b3be" title="This function is the default handler for mouse events.">processMousePressEvent</a>( static_cast&lt; QMouseEvent* &gt;( e ));
<a name="l00837"></a>00837             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00838"></a>00838         <span class="keywordflow">case</span> QEvent::Wheel:
<a name="l00839"></a>00839             wheelEvent( static_cast&lt; QWheelEvent* &gt;( e ));
<a name="l00840"></a>00840             <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00841"></a>00841         <span class="keywordflow">default</span>:
<a name="l00842"></a>00842             <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00843"></a>00843     }
<a name="l00844"></a>00844 }
<a name="l00845"></a>00845 
<a name="l00846"></a>00846 <span class="keyword">const</span> <span class="keywordtype">int</span> SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET::DockMask
<a name="l00847"></a>00847         | NET::ToolbarMask | NET::MenuMask | NET::DialogMask <span class="comment">/*| NET::OverrideMask*/</span> | NET::TopMenuMask
<a name="l00848"></a>00848         | NET::UtilityMask | NET::SplashMask;
<a name="l00849"></a>00849 
<a name="l00850"></a><a class="code" href="classKCommonDecoration.html#1115a04dfe9eef8b6925297a4a8ebcb0">00850</a> <span class="keywordtype">bool</span> <a class="code" href="classKCommonDecoration.html#1115a04dfe9eef8b6925297a4a8ebcb0" title="Convenience method.">KCommonDecoration::isToolWindow</a>()<span class="keyword"> const</span>
<a name="l00851"></a>00851 <span class="keyword"></span>{
<a name="l00852"></a>00852     NET::WindowType type = <a class="code" href="classKDecoration.html#394cbbe31c0f008a901a77e32a50ddfa" title="This function returns the window type of the decorated window.">windowType</a>( SUPPORTED_WINDOW_TYPES_MASK );
<a name="l00853"></a>00853     <span class="keywordflow">return</span> ((type==NET::Toolbar)||(type==NET::Utility)||(type==NET::Menu));
<a name="l00854"></a>00854 }
<a name="l00855"></a>00855 
<a name="l00856"></a><a class="code" href="classKCommonDecoration.html#87553dc638dfefbe093e43171e117561">00856</a> QRect <a class="code" href="classKCommonDecoration.html#87553dc638dfefbe093e43171e117561" title="Convenience method.">KCommonDecoration::titleRect</a>()<span class="keyword"> const</span>
<a name="l00857"></a>00857 <span class="keyword"></span>{
<a name="l00858"></a>00858     <span class="keywordtype">int</span> r_x, r_y, r_x2, r_y2;
<a name="l00859"></a>00859     <a class="code" href="classKDecoration.html#ffa0a7b9b3ee3e5e7260d3a14096b57f" title="Returns the main widget for the decoration.">widget</a>()-&gt;rect().coords(&amp;r_x, &amp;r_y, &amp;r_x2, &amp;r_y2);
<a name="l00860"></a>00860     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeLeft = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeLeft);
<a name="l00861"></a>00861     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeTop = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeTop);
<a name="l00862"></a>00862     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeRight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeRight);
<a name="l00863"></a>00863     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeBottom = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleEdgeBottom);
<a name="l00864"></a>00864     <span class="keyword">const</span> <span class="keywordtype">int</span> titleBorderLeft = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderLeft);
<a name="l00865"></a>00865     <span class="keyword">const</span> <span class="keywordtype">int</span> titleBorderRight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleBorderRight);
<a name="l00866"></a>00866     <span class="keyword">const</span> <span class="keywordtype">int</span> ttlHeight = <a class="code" href="classKCommonDecoration.html#a75e718be191a0f993840f4385434ab6" title="This controls the layout of the decoration in various ways.">layoutMetric</a>(LM_TitleHeight);
<a name="l00867"></a>00867     <span class="keyword">const</span> <span class="keywordtype">int</span> titleEdgeBottomBottom = r_y+titleEdgeTop+ttlHeight+titleEdgeBottom-1;
<a name="l00868"></a>00868     <span class="keywordflow">return</span> QRect(r_x+titleEdgeLeft+buttonsLeftWidth()+titleBorderLeft, r_y+titleEdgeTop,
<a name="l00869"></a>00869               r_x2-titleEdgeRight-buttonsRightWidth()-titleBorderRight-(r_x+titleEdgeLeft+buttonsLeftWidth()+titleBorderLeft),
<a name="l00870"></a>00870               titleEdgeBottomBottom-(r_y+titleEdgeTop) );
<a name="l00871"></a>00871 }
<a name="l00872"></a>00872 
<a name="l00873"></a>00873 
<a name="l00874"></a>00874 KCommonDecorationButton::KCommonDecorationButton(ButtonType type, <a class="code" href="classKCommonDecoration.html" title="This class eases development of decorations by implementing parts of KDecoration...">KCommonDecoration</a> *parent, <span class="keyword">const</span> <span class="keywordtype">char</span> *name)
<a name="l00875"></a>00875     : QButton(parent-&gt;widget(), name),
<a name="l00876"></a>00876         m_decoration(parent),
<a name="l00877"></a>00877         m_type(type),
<a name="l00878"></a>00878         m_realizeButtons(LeftButton),
<a name="l00879"></a>00879         m_lastMouse(NoButton),
<a name="l00880"></a>00880         m_isLeft(true)
<a name="l00881"></a>00881 {
<a name="l00882"></a>00882     setCursor(ArrowCursor);
<a name="l00883"></a>00883 }
<a name="l00884"></a>00884 
<a name="l00885"></a>00885 KCommonDecorationButton::~KCommonDecorationButton()
<a name="l00886"></a>00886 {
<a name="l00887"></a>00887 }
<a name="l00888"></a>00888 
<a name="l00889"></a><a class="code" href="classKCommonDecorationButton.html#69380743b39174aa40858348cc065cc8">00889</a> <a class="code" href="classKCommonDecoration.html" title="This class eases development of decorations by implementing parts of KDecoration...">KCommonDecoration</a> *<a class="code" href="classKCommonDecorationButton.html#69380743b39174aa40858348cc065cc8">KCommonDecorationButton::decoration</a>()<span class="keyword"> const</span>
<a name="l00890"></a>00890 <span class="keyword"></span>{
<a name="l00891"></a>00891     <span class="keywordflow">return</span> m_decoration;
<a name="l00892"></a>00892 }
<a name="l00893"></a>00893 
<a name="l00894"></a><a class="code" href="classKCommonDecorationButton.html#884281ccb66ae34bc5a3d9a9c993c0c6">00894</a> ButtonType <a class="code" href="classKCommonDecorationButton.html#884281ccb66ae34bc5a3d9a9c993c0c6">KCommonDecorationButton::type</a>()<span class="keyword"> const</span>
<a name="l00895"></a>00895 <span class="keyword"></span>{
<a name="l00896"></a>00896     <span class="keywordflow">return</span> m_type;
<a name="l00897"></a>00897 }
<a name="l00898"></a>00898 
<a name="l00899"></a><a class="code" href="classKCommonDecorationButton.html#c3bda944734a7c3553bb49ad47090c22">00899</a> <span class="keywordtype">bool</span> <a class="code" href="classKCommonDecorationButton.html#c3bda944734a7c3553bb49ad47090c22" title="Whether the button is left of the titlebar or not.">KCommonDecorationButton::isLeft</a>()<span class="keyword"> const</span>
<a name="l00900"></a>00900 <span class="keyword"></span>{
<a name="l00901"></a>00901     <span class="keywordflow">return</span> m_isLeft;
<a name="l00902"></a>00902 }
<a name="l00903"></a>00903 
<a name="l00904"></a>00904 <span class="keywordtype">void</span> KCommonDecorationButton::setLeft(<span class="keywordtype">bool</span> left)
<a name="l00905"></a>00905 {
<a name="l00906"></a>00906     m_isLeft = left;
<a name="l00907"></a>00907 }
<a name="l00908"></a>00908 
<a name="l00909"></a><a class="code" href="classKCommonDecorationButton.html#adf6c4d7394239727af28433f6e93b85">00909</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecorationButton.html#adf6c4d7394239727af28433f6e93b85" title="Set which mouse buttons the button should honor.">KCommonDecorationButton::setRealizeButtons</a>(<span class="keywordtype">int</span> btns)
<a name="l00910"></a>00910 {
<a name="l00911"></a>00911     m_realizeButtons = btns;
<a name="l00912"></a>00912 }
<a name="l00913"></a>00913 
<a name="l00914"></a><a class="code" href="classKCommonDecorationButton.html#31be09cb483adc8a7e3964e40f5917c5">00914</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecorationButton.html#31be09cb483adc8a7e3964e40f5917c5" title="Set the button size.">KCommonDecorationButton::setSize</a>(<span class="keyword">const</span> QSize &amp;s)
<a name="l00915"></a>00915 {
<a name="l00916"></a>00916     <span class="keywordflow">if</span> (!m_size.isValid() || s != size() ) {
<a name="l00917"></a>00917         m_size = s;
<a name="l00918"></a>00918 
<a name="l00919"></a>00919         setFixedSize(m_size);
<a name="l00920"></a>00920         <a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed1399782b615440f9c6923d4761974103f16874" title="The button size changed.">SizeChange</a>);
<a name="l00921"></a>00921     }
<a name="l00922"></a>00922 }
<a name="l00923"></a>00923 
<a name="l00924"></a>00924 QSize KCommonDecorationButton::sizeHint()<span class="keyword"> const</span>
<a name="l00925"></a>00925 <span class="keyword"></span>{
<a name="l00926"></a>00926     <span class="keywordflow">return</span> m_size;
<a name="l00927"></a>00927 }
<a name="l00928"></a>00928 
<a name="l00929"></a><a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c">00929</a> <span class="keywordtype">void</span> <a class="code" href="classKCommonDecorationButton.html#d6e197890f13f5d2bf94cfad4d1bc12c" title="Set/update the button&amp;#39;s tool tip.">KCommonDecorationButton::setTipText</a>(<span class="keyword">const</span> QString &amp;tip) {
<a name="l00930"></a>00930     QToolTip::remove(<span class="keyword">this</span> );
<a name="l00931"></a>00931     QToolTip::add(<span class="keyword">this</span>, tip );
<a name="l00932"></a>00932 }
<a name="l00933"></a>00933 
<a name="l00934"></a>00934 <span class="keywordtype">void</span> KCommonDecorationButton::setToggleButton(<span class="keywordtype">bool</span> toggle)
<a name="l00935"></a>00935 {
<a name="l00936"></a>00936     QButton::setToggleButton(toggle);
<a name="l00937"></a>00937     <a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed1399786bee2bf3a5c3a184af442559364795bf" title="The button toggle state has changed.">ToggleChange</a>);
<a name="l00938"></a>00938 }
<a name="l00939"></a>00939 
<a name="l00940"></a>00940 <span class="keywordtype">void</span> KCommonDecorationButton::setOn(<span class="keywordtype">bool</span> on)
<a name="l00941"></a>00941 {
<a name="l00942"></a>00942     <span class="keywordflow">if</span> (on != isOn() ) {
<a name="l00943"></a>00943         QButton::setOn(on);
<a name="l00944"></a>00944         <a class="code" href="classKCommonDecorationButton.html#0473c0df8bda92875c27471e791c92fb" title="Initialize the button after size change etc.">reset</a>(<a class="code" href="classKCommonDecorationButton.html#46e57c819304e85671bc9c12ed139978ebf9b72f4ee2b26f6fc946283abd125f" title="The button has been set pressed or not...">StateChange</a>);
<a name="l00945"></a>00945     }
<a name="l00946"></a>00946 }
<a name="l00947"></a>00947 
<a name="l00948"></a>00948 <span class="keywordtype">void</span> KCommonDecorationButton::mousePressEvent(QMouseEvent* e)
<a name="l00949"></a>00949 {
<a name="l00950"></a>00950     m_lastMouse = e-&gt;button();
<a name="l00951"></a>00951     <span class="comment">// pass on event after changing button to LeftButton</span>
<a name="l00952"></a>00952     QMouseEvent me(e-&gt;type(), e-&gt;pos(), e-&gt;globalPos(),
<a name="l00953"></a>00953                    (e-&gt;button()&amp;m_realizeButtons)?LeftButton:NoButton, e-&gt;state());
<a name="l00954"></a>00954 
<a name="l00955"></a>00955     QButton::mousePressEvent(&amp;me);
<a name="l00956"></a>00956 }
<a name="l00957"></a>00957 
<a name="l00958"></a>00958 <span class="keywordtype">void</span> KCommonDecorationButton::mouseReleaseEvent(QMouseEvent* e)
<a name="l00959"></a>00959 {
<a name="l00960"></a>00960     m_lastMouse = e-&gt;button();
<a name="l00961"></a>00961     <span class="comment">// pass on event after changing button to LeftButton</span>
<a name="l00962"></a>00962     QMouseEvent me(e-&gt;type(), e-&gt;pos(), e-&gt;globalPos(),
<a name="l00963"></a>00963                    (e-&gt;button()&amp;m_realizeButtons)?LeftButton:NoButton, e-&gt;state());
<a name="l00964"></a>00964 
<a name="l00965"></a>00965     QButton::mouseReleaseEvent(&amp;me);
<a name="l00966"></a>00966 }
</pre></div></div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kwin/lib</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</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="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="classKCommonDecoration.html">kcommondecoration</option>,  <option value="classKCommonDecorationButton.html">kcommondecorationbutton</option>,  <option value="classKDecoration.html">kdecoration</option>,  <option value="classKDecorationDefines.html">kdecorationdefines</option>,  <option value="classKDecorationOptions.html">kdecorationoptions</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../kate/html/index.html">kate</a></li><li><a href="../../../kwin/html/index.html">kwin</a></li><li>&nbsp;&nbsp;<a href="../../../kwin/lib/html/index.html">lib</a></li><li><a href="../../../libkonq/html/index.html">libkonq</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>