Sophie

Sophie

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

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: kdecorationfactory.h 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>kdecorationfactory.h</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) 2003 Lubos Lunak &lt;l.lunak@kde.org&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">#ifndef KDECORATIONFACTORY_H</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor">#define KDECORATIONFACTORY_H</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="preprocessor">#include "kdecoration.h"</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">class </span><a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a>;
<a name="l00031"></a>00031 <span class="keyword">class </span>KDecorationBridge;
<a name="l00032"></a>00032 <span class="keyword">class </span>KDecorationFactoryPrivate;
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 <span class="keyword">class </span>KWIN_EXPORT KDecorationFactory
<a name="l00035"></a>00035     : <span class="keyword">public</span> <a class="code" href="classKDecorationDefines.html" title="This class provides a namespace for all decoration related classes.">KDecorationDefines</a>
<a name="l00036"></a>00036     {
<a name="l00037"></a>00037     <span class="keyword">public</span>:
<a name="l00042"></a>00042         KDecorationFactory();
<a name="l00047"></a>00047         <span class="keyword">virtual</span> ~KDecorationFactory();
<a name="l00053"></a>00053         <span class="keyword">virtual</span> <a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a>* createDecoration( KDecorationBridge* bridge ) = 0;
<a name="l00063"></a>00063         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> reset( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> changed ); <span class="comment">// returns true if the decoration needs to be recreated</span>
<a name="l00064"></a>00064 
<a name="l00071"></a>00071         <span class="keyword">virtual</span> QValueList&lt; BorderSize &gt; borderSizes() <span class="keyword">const</span>;
<a name="l00072"></a>00072 
<a name="l00073"></a>00073         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> supports( Ability ability );
<a name="l00074"></a>00074         
<a name="l00075"></a>00075         <span class="keyword">virtual</span> <span class="keywordtype">void</span> checkRequirements( KDecorationProvides* provides );
<a name="l00080"></a>00080         <span class="keyword">const</span> <a class="code" href="classKDecorationOptions.html" title="This class holds various configuration settings for the decoration.">KDecorationOptions</a>* options(); <span class="comment">// convenience</span>
<a name="l00087"></a>00087 <span class="comment"></span>        <span class="keywordtype">bool</span> exists( <span class="keyword">const</span> <a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a>* deco ) <span class="keyword">const</span>;
<a name="l00091"></a>00091         <span class="keywordtype">void</span> addDecoration( <a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a>* );
<a name="l00095"></a>00095         <span class="keywordtype">void</span> removeDecoration( <a class="code" href="classKDecoration.html" title="This is the base class for a decoration object.">KDecoration</a>* );
<a name="l00096"></a>00096     <span class="keyword">protected</span>:
<a name="l00101"></a>00101         <span class="keywordtype">void</span> resetDecorations( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> changed ); <span class="comment">// convenience</span>
<a name="l00109"></a>00109 <span class="comment"></span>        NET::WindowType windowType( <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> supported_types, KDecorationBridge* bridge ) <span class="keyword">const</span>;
<a name="l00110"></a>00110     <span class="keyword">private</span>:
<a name="l00111"></a>00111         QValueList&lt; KDecoration* &gt; _decorations;
<a name="l00112"></a>00112         KDecorationFactoryPrivate* d;
<a name="l00113"></a>00113     };
<a name="l00114"></a>00114     
<a name="l00115"></a>00115 <span class="keyword">inline</span> <span class="keyword">const</span> <a class="code" href="classKDecorationOptions.html" title="This class holds various configuration settings for the decoration.">KDecorationOptions</a>* KDecorationFactory::options()
<a name="l00116"></a>00116     {
<a name="l00117"></a>00117     <span class="keywordflow">return</span> <a class="code" href="classKDecoration.html#10b913d348df2d70ffb596b5b43c1f16" title="Returns the KDecorationOptions object, which is used to access configuration settings...">KDecoration::options</a>();
<a name="l00118"></a>00118     }
<a name="l00119"></a>00119     
<a name="l00120"></a>00120 <span class="preprocessor">#endif</span>
</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>