Sophie

Sophie

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

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

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

<head>
  <title>kio/kio: KACL Class Reference (kio/kio)</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">kio</a> / <a href=".">kio</a>
  </div>
</div>


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

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


<!-- Generated by Doxygen 1.7.4 -->
</div>
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pro-methods">Protected Member Functions</a> &#124;
<a href="#friends">Friends</a>  </div>
  <div class="headertitle">
<div class="title">KACL Class Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="KACL" -->
<p>The KCAL class encapsulates a POSIX Access Control List.  
 <a href="classKACL.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="kacl_8h_source.html">kacl.h</a>&gt;</code></p>

<p><a href="classKACL-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a693b04969c3ae0c8163040db6d64efc4">KACL</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;aclString)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a61912e0fe2f5dea11d2b182e4fd17b50">KACL</a> (const <a class="el" href="classKACL.html">KACL</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a2a1fb58a147eac15eff5f01acddfa9ba">KACL</a> (mode_t basicPermissions)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a05be66218062cef6a999ab83a46544f3">KACL</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1db6fac8751f3b84079afa39fb6246a6"></a><!-- doxytag: member="KACL::operator=" ref="a1db6fac8751f3b84079afa39fb6246a6" args="(const KACL &amp;rhs)" -->
<a class="el" href="classKACL.html">KACL</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classKACL.html">KACL</a> &amp;rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a13a830536cee72a34847c5c16d110c5b"></a><!-- doxytag: member="KACL::operator==" ref="a13a830536cee72a34847c5c16d110c5b" args="(const KACL &amp;rhs) const " -->
bool&#160;</td><td class="memItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classKACL.html">KACL</a> &amp;rhs) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a788ff10e2eb7b6eee36c82a7d3810a23"></a><!-- doxytag: member="KACL::operator!=" ref="a788ff10e2eb7b6eee36c82a7d3810a23" args="(const KACL &amp;rhs) const " -->
bool&#160;</td><td class="memItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classKACL.html">KACL</a> &amp;rhs) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a483e39f3eddda8f5d4fe58fd2bf637e2">isValid</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a6904d20b8594fec2c3a1a23fa7edb81d">ownerPermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a8c4d999da6526e949087f2a34fcee9b6">setOwnerPermissions</a> (unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ab948ad57a61f801e06c105901656685b">owningGroupPermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a79cd1c4c26f92043344f95046f462994">setOwningGroupPermissions</a> (unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a186c6b19bbccc609ca75b6a8ab43d9e1">othersPermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a407e6f10cbfd77bf1ec4c6a4a3bb07ac">setOthersPermissions</a> (unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">mode_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a0fa77b8d4a6411290b175817a39e38d5">basePermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a215848359f1d47c80f2111c2bb6d3467">isExtended</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#aed2553a41e103236a800d5e56c068cd3">maskPermissions</a> (bool &amp;exists) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a44c5abc0da48a2b18d5f6bdbb6f556f9">setMaskPermissions</a> (unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a3292565872227701e81d0eca43daad19">namedUserPermissions</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;name, bool *exists) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ab3401adcd73dbf6f9b264fda79e748c8">setNamedUserPermissions</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;name, unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="qvaluelist.html">ACLUserPermissionsList</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ab6c209523b16680191d67933c58884ff">allUserPermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ab1058b7f1b7adcdc41f4ad779fca233d">setAllUserPermissions</a> (const <a class="elRef" href="qvaluelist.html">ACLUserPermissionsList</a> &amp;list)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a89a046a3e16b5e18c4912bb1a2baebd7">namedGroupPermissions</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;name, bool *exists) const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a086dac57e53b0f0a4ddd4d7b2c2b7790">setNamedGroupPermissions</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;name, unsigned short)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="qvaluelist.html">ACLGroupPermissionsList</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#af2ed8f2824cf8da7c169bb3d6ee05fe2">allGroupPermissions</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ade3ff16afa7d86a446390c8aad3460a9">setAllGroupPermissions</a> (const <a class="elRef" href="qvaluelist.html">ACLGroupPermissionsList</a> &amp;)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#a55f5a28293fa556fac902facbac5b5d6">setACL</a> (const <a class="elRef" href="qstring.html">QString</a> &amp;aclStr)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="elRef" href="qstring.html">QString</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKACL.html#ac800a257fdcf7c79c0cb1ac0b214a6ee">asString</a> () const </td></tr>
<tr><td colspan="2"><h2><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a823b1252b15dd6862af35172e7f02055"></a><!-- doxytag: member="KACL::virtual_hook" ref="a823b1252b15dd6862af35172e7f02055" args="(int id, void *data)" -->
virtual void&#160;</td><td class="memItemRight" valign="bottom"><b>virtual_hook</b> (int id, void *data)</td></tr>
<tr><td colspan="2"><h2><a name="friends"></a>
Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a021872ad916d3b128b71e2c2986df920"></a><!-- doxytag: member="KACL::operator&lt;&lt;" ref="a021872ad916d3b128b71e2c2986df920" args="(QDataStream &amp;s, const KACL &amp;a)" -->
KIO_EXPORT friend <a class="elRef" href="qdatastream.html">QDataStream</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><b>operator&lt;&lt;</b> (<a class="elRef" href="qdatastream.html">QDataStream</a> &amp;s, const <a class="el" href="classKACL.html">KACL</a> &amp;a)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb4c9ab8aaa5420417841fdfe6da4417"></a><!-- doxytag: member="KACL::operator&gt;&gt;" ref="abb4c9ab8aaa5420417841fdfe6da4417" args="(QDataStream &amp;s, KACL &amp;a)" -->
KIO_EXPORT friend <a class="elRef" href="qdatastream.html">QDataStream</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><b>operator&gt;&gt;</b> (<a class="elRef" href="qdatastream.html">QDataStream</a> &amp;s, <a class="el" href="classKACL.html">KACL</a> &amp;a)</td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The KCAL class encapsulates a POSIX Access Control List. </p>
<p>It follows the little standard that couldn't, 1003.1e/1003.2c, which died in draft status. a POSIX ACL encapsulation </p>
<dl class="author"><dt><b>Author:</b></dt><dd>Till Adam &lt;<a href="mailto:adam@kde.org">adam@kde.org</a>&gt; </dd></dl>

<p>Definition at line <a class="el" href="kacl_8h_source.html#l00042">42</a> of file <a class="el" href="kacl_8h_source.html">kacl.h</a>.</p>
</div><hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a693b04969c3ae0c8163040db6d64efc4"></a><!-- doxytag: member="KACL::KACL" ref="a693b04969c3ae0c8163040db6d64efc4" args="(const QString &amp;aclString)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KACL::KACL </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>aclString</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Creates a new <a class="el" href="classKACL.html" title="The KCAL class encapsulates a POSIX Access Control List.">KACL</a> from <code>aclString</code>. </p>
<p>If the string is a valid acl string, <a class="el" href="classKACL.html#a483e39f3eddda8f5d4fe58fd2bf637e2" title="Returns whether the KACL object represents a valid acl.">isValid()</a> will afterwards return true. </p>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00076">76</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a61912e0fe2f5dea11d2b182e4fd17b50"></a><!-- doxytag: member="KACL::KACL" ref="a61912e0fe2f5dea11d2b182e4fd17b50" args="(const KACL &amp;rhs)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KACL::KACL </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classKACL.html">KACL</a> &amp;&#160;</td>
          <td class="paramname"><em>rhs</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Copy ctor. </p>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00099">99</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a2a1fb58a147eac15eff5f01acddfa9ba"></a><!-- doxytag: member="KACL::KACL" ref="a2a1fb58a147eac15eff5f01acddfa9ba" args="(mode_t basicPermissions)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KACL::KACL </td>
          <td>(</td>
          <td class="paramtype">mode_t&#160;</td>
          <td class="paramname"><em>basicPermissions</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Creates a new <a class="el" href="classKACL.html" title="The KCAL class encapsulates a POSIX Access Control List.">KACL</a> from the basic permissions passed in <code>basicPermissions</code>. </p>
<p><a class="el" href="classKACL.html#a483e39f3eddda8f5d4fe58fd2bf637e2" title="Returns whether the KACL object represents a valid acl.">isValid()</a> will return true, afterwards. </p>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00082">82</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a05be66218062cef6a999ab83a46544f3"></a><!-- doxytag: member="KACL::KACL" ref="a05be66218062cef6a999ab83a46544f3" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">KACL::KACL </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Creates an empty <a class="el" href="classKACL.html" title="The KCAL class encapsulates a POSIX Access Control List.">KACL</a>. </p>
<p>Until a valid acl string is set via setACL, <a class="el" href="classKACL.html#a483e39f3eddda8f5d4fe58fd2bf637e2" title="Returns whether the KACL object represents a valid acl.">isValid()</a> will return false. </p>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00094">94</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="af2ed8f2824cf8da7c169bb3d6ee05fe2"></a><!-- doxytag: member="KACL::allGroupPermissions" ref="af2ed8f2824cf8da7c169bb3d6ee05fe2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="qvaluelist.html">ACLGroupPermissionsList</a> KACL::allGroupPermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the list of all group permission entries. </p>
<p>Each entry consists of a name/permissions pair. This is a <a class="elRef" href="qpair.html">QPair</a>, therefor access is provided via the .first and .next members. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the list of all group permission entries. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00546">546</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab6c209523b16680191d67933c58884ff"></a><!-- doxytag: member="KACL::allUserPermissions" ref="ab6c209523b16680191d67933c58884ff" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="qvaluelist.html">ACLUserPermissionsList</a> KACL::allUserPermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns the list of all group permission entries. </p>
<p>Each entry consists of a name/permissions pair. This is a <a class="elRef" href="qpair.html">QPair</a>, therefore access is provided via the .first and .next members. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the list of all group permission entries. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00408">408</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ac800a257fdcf7c79c0cb1ac0b214a6ee"></a><!-- doxytag: member="KACL::asString" ref="ac800a257fdcf7c79c0cb1ac0b214a6ee" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="elRef" href="qstring.html">QString</a> KACL::asString </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return a string representation of the ACL. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>a string version of the ACL in the format compatible with libacl and POSIX 1003.1e. Implementations conforming to that standard should be able to take such strings as input. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00606">606</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a0fa77b8d4a6411290b175817a39e38d5"></a><!-- doxytag: member="KACL::basePermissions" ref="a0fa77b8d4a6411290b175817a39e38d5" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">mode_t KACL::basePermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the basic (owner/group/others) part of the ACL as a mode_t </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00257">257</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a215848359f1d47c80f2111c2bb6d3467"></a><!-- doxytag: member="KACL::isExtended" ref="a215848359f1d47c80f2111c2bb6d3467" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::isExtended </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The interface to the extended ACL. </p>
<p>This is a mask, permissions for n named users and permissions for m named groups. Return whether the ACL contains extended entries or can be expressed using only basic file permissions. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>whether the ACL contains extended entries </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00130">130</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a483e39f3eddda8f5d4fe58fd2bf637e2"></a><!-- doxytag: member="KACL::isValid" ref="a483e39f3eddda8f5d4fe58fd2bf637e2" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::isValid </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Returns whether the <a class="el" href="classKACL.html" title="The KCAL class encapsulates a POSIX Access Control List.">KACL</a> object represents a valid acl. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>whether the <a class="el" href="classKACL.html" title="The KCAL class encapsulates a POSIX Access Control List.">KACL</a> object represents a valid acl. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00119">119</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="aed2553a41e103236a800d5e56c068cd3"></a><!-- doxytag: member="KACL::maskPermissions" ref="aed2553a41e103236a800d5e56c068cd3" args="(bool &amp;exists) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::maskPermissions </td>
          <td>(</td>
          <td class="paramtype">bool &amp;&#160;</td>
          <td class="paramname"><em>exists</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Return the entry for the permissions mask if there is one and sets <code>exists</code> to true. </p>
<p>If there is no such entry, <code>exists</code> is set to false. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the permissions mask entry </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00274">274</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a89a046a3e16b5e18c4912bb1a2baebd7"></a><!-- doxytag: member="KACL::namedGroupPermissions" ref="a89a046a3e16b5e18c4912bb1a2baebd7" args="(const QString &amp;name, bool *exists) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::namedGroupPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool *&#160;</td>
          <td class="paramname"><em>exists</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Access to the permissions entry for a named group, if such an entry exists. </p>
<p><code>exists</code> is set to true if a matching entry exists and to false otherwise. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the permissions for a group with the name in <code>name</code> </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00509">509</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a3292565872227701e81d0eca43daad19"></a><!-- doxytag: member="KACL::namedUserPermissions" ref="a3292565872227701e81d0eca43daad19" args="(const QString &amp;name, bool *exists) const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::namedUserPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool *&#160;</td>
          <td class="paramname"><em>exists</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Access to the permissions entry for a named user, if such an entry exists. </p>
<p><code>exists</code> is set to true if a matching entry exists and to false otherwise. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the permissions for a user entry with the name in <code>name</code> </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00315">315</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a186c6b19bbccc609ca75b6a8ab43d9e1"></a><!-- doxytag: member="KACL::othersPermissions" ref="a186c6b19bbccc609ca75b6a8ab43d9e1" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::othersPermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the premissions entry for others </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00238">238</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a6904d20b8594fec2c3a1a23fa7edb81d"></a><!-- doxytag: member="KACL::ownerPermissions" ref="a6904d20b8594fec2c3a1a23fa7edb81d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::ownerPermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The standard (non-extended) part of an ACL. </p>
<p>These map directly to standard unix file permissions. Setting them will never make a valid ACL invalid. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>the owner's premissions entry </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00200">200</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab948ad57a61f801e06c105901656685b"></a><!-- doxytag: member="KACL::owningGroupPermissions" ref="ab948ad57a61f801e06c105901656685b" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned short KACL::owningGroupPermissions </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the owning group's premissions entry </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00219">219</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a55f5a28293fa556fac902facbac5b5d6"></a><!-- doxytag: member="KACL::setACL" ref="a55f5a28293fa556fac902facbac5b5d6" args="(const QString &amp;aclStr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setACL </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>aclStr</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Sets the whole list from a string. </p>
<p>If the string in <code>aclStr</code> represents a valid ACL, it will be set, otherwise the ACL remains unchanged. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>whether setting the ACL was successful. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00583">583</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ade3ff16afa7d86a446390c8aad3460a9"></a><!-- doxytag: member="KACL::setAllGroupPermissions" ref="ade3ff16afa7d86a446390c8aad3460a9" args="(const ACLGroupPermissionsList &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setAllGroupPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qvaluelist.html">ACLGroupPermissionsList</a> &amp;&#160;</td>
          <td class="paramname"><em>groups</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Replace the list of all user permissions with <code>list</code>. </p>
<p>If one of the entries in the list does not exists, or setting of the ACL entry fails for any reason, the ACL will be left unchanged. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00569">569</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab1058b7f1b7adcdc41f4ad779fca233d"></a><!-- doxytag: member="KACL::setAllUserPermissions" ref="ab1058b7f1b7adcdc41f4ad779fca233d" args="(const ACLUserPermissionsList &amp;list)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setAllUserPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qvaluelist.html">ACLUserPermissionsList</a> &amp;&#160;</td>
          <td class="paramname"><em>list</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Replace the list of all user permissions with <code>list</code>. </p>
<p>If one of the entries in the list does not exists, or setting of the ACL entry fails for any reason, the ACL will be left unchanged. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00494">494</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a44c5abc0da48a2b18d5f6bdbb6f556f9"></a><!-- doxytag: member="KACL::setMaskPermissions" ref="a44c5abc0da48a2b18d5f6bdbb6f556f9" args="(unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setMaskPermissions </td>
          <td>(</td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>v</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the permissions mask for the ACL. </p>
<p>Permissions set for individual entries will be masked with this, such that their effective permissions are the result of the logical and of their entry and the mask. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00302">302</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a086dac57e53b0f0a4ddd4d7b2c2b7790"></a><!-- doxytag: member="KACL::setNamedGroupPermissions" ref="a086dac57e53b0f0a4ddd4d7b2c2b7790" args="(const QString &amp;name, unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setNamedGroupPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>permissions</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the permissions for a group with the name <code>name</code>. </p>
<p>Will fail if the group doesn't exist, in which case the ACL be unchanged. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00534">534</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="ab3401adcd73dbf6f9b264fda79e748c8"></a><!-- doxytag: member="KACL::setNamedUserPermissions" ref="ab3401adcd73dbf6f9b264fda79e748c8" args="(const QString &amp;name, unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setNamedUserPermissions </td>
          <td>(</td>
          <td class="paramtype">const <a class="elRef" href="qstring.html">QString</a> &amp;&#160;</td>
          <td class="paramname"><em>name</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>permissions</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the permissions for a user with the name <code>name</code>. </p>
<p>Will fail if the user doesn't exist, in which case the ACL will be unchanged. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure. </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00397">397</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a407e6f10cbfd77bf1ec4c6a4a3bb07ac"></a><!-- doxytag: member="KACL::setOthersPermissions" ref="a407e6f10cbfd77bf1ec4c6a4a3bb07ac" args="(unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setOthersPermissions </td>
          <td>(</td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>v</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the permissions entry for others. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00247">247</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a8c4d999da6526e949087f2a34fcee9b6"></a><!-- doxytag: member="KACL::setOwnerPermissions" ref="a8c4d999da6526e949087f2a34fcee9b6" args="(unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setOwnerPermissions </td>
          <td>(</td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>v</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the owner's permissions entry. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00209">209</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a79cd1c4c26f92043344f95046f462994"></a><!-- doxytag: member="KACL::setOwningGroupPermissions" ref="a79cd1c4c26f92043344f95046f462994" args="(unsigned short)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">bool KACL::setOwningGroupPermissions </td>
          <td>(</td>
          <td class="paramtype">unsigned short&#160;</td>
          <td class="paramname"><em>v</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Set the owning group's permissions entry. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>success or failure </dd></dl>

<p>Definition at line <a class="el" href="kacl_8cpp_source.html#l00228">228</a> of file <a class="el" href="kacl_8cpp_source.html">kacl.cpp</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="kacl_8h_source.html">kacl.h</a></li>
<li><a class="el" href="kacl_8cpp_source.html">kacl.cpp</a></li>
</ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kio/kio</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="modules.html">Modules</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classKACL.html">kacl</option>,  <option value="classKAr.html">kar</option>,  <option value="classKArchive.html">karchive</option>,  <option value="classKArchiveDirectory.html">karchivedirectory</option>,  <option value="classKArchiveEntry.html">karchiveentry</option>,  <option value="classKArchiveFile.html">karchivefile</option>,  <option value="classKAutoMount.html">kautomount</option>,  <option value="classKAutoUnmount.html">kautounmount</option>,  <option value="classKDataTool.html">kdatatool</option>,  <option value="classKDataToolAction.html">kdatatoolaction</option>,  <option value="classKDataToolInfo.html">kdatatoolinfo</option>,  <option value="classKDCOPServiceStarter.html">kdcopservicestarter</option>,  <option value="classKDEDesktopMimeType.html">kdedesktopmimetype</option>,  <option value="classKDirLister.html">kdirlister</option>,  <option value="classKDirNotify.html">kdirnotify</option>,  <option value="classKDirWatch.html">kdirwatch</option>,  <option value="classKEMailSettings.html">kemailsettings</option>,  <option value="classKExecMimeType.html">kexecmimetype</option>,  <option value="classKFileFilter.html">kfilefilter</option>,  <option value="classKFileItem.html">kfileitem</option>,  <option value="classKFileMetaInfo.html">kfilemetainfo</option>,  <option value="classKFileMetaInfoGroup.html">kfilemetainfogroup</option>,  <option value="classKFileMetaInfoItem.html">kfilemetainfoitem</option>,  <option value="classKFileMimeTypeInfo.html">kfilemimetypeinfo</option>,  <option value="classKFileMimeTypeInfo_1_1GroupInfo.html">kfilemimetypeinfo::groupinfo</option>,  <option value="classKFileMimeTypeInfo_1_1ItemInfo.html">kfilemimetypeinfo::iteminfo</option>,  <option value="classKFilePlugin.html">kfileplugin</option>,  <option value="classKFileShare.html">kfileshare</option>,  <option value="classKFilterBase.html">kfilterbase</option>,  <option value="classKFilterDev.html">kfilterdev</option>,  <option value="classKFolderType.html">kfoldertype</option>,  <option value="classKImageIO.html">kimageio</option>,  <option value="classKIO_1_1AuthInfo.html">kio::authinfo</option>,  <option value="classKIO_1_1ChmodJob.html">kio::chmodjob</option>,  <option value="classKIO_1_1Connection.html">kio::connection</option>,  <option value="classKIO_1_1CopyJob.html">kio::copyjob</option>,  <option value="classKIO_1_1DataProtocol.html">kio::dataprotocol</option>,  <option value="classKIO_1_1DataSlave.html">kio::dataslave</option>,  <option value="classKIO_1_1DavJob.html">kio::davjob</option>,  <option value="classKIO_1_1DeleteJob.html">kio::deletejob</option>,  <option value="classKIO_1_1FileCopyJob.html">kio::filecopyjob</option>,  <option value="classKIO_1_1ForwardingSlaveBase.html">kio::forwardingslavebase</option>,  <option value="classKIO_1_1Job.html">kio::job</option>,  <option value="classKIO_1_1ListJob.html">kio::listjob</option>,  <option value="classKIO_1_1MetaData.html">kio::metadata</option>,  <option value="classKIO_1_1MetaInfoJob.html">kio::metainfojob</option>,  <option value="classKIO_1_1MimetypeJob.html">kio::mimetypejob</option>,  <option value="classKIO_1_1MkdirJob.html">kio::mkdirjob</option>,  <option value="classKIO_1_1MultiGetJob.html">kio::multigetjob</option>,  <option value="classKIO_1_1NetAccess.html">kio::netaccess</option>,  <option value="classKIO_1_1NetRC.html">kio::netrc</option>,  <option value="classKIO_1_1PasswordDialog.html">kio::passworddialog</option>,  <option value="classKIO_1_1PreviewJob.html">kio::previewjob</option>,  <option value="classKIO_1_1ProgressBase.html">kio::progressbase</option>,  <option value="classKIO_1_1RenameDlg.html">kio::renamedlg</option>,  <option value="classKIO_1_1Scheduler.html">kio::scheduler</option>,  <option value="classKIO_1_1SimpleJob.html">kio::simplejob</option>,  <option value="classKIO_1_1Slave.html">kio::slave</option>,  <option value="classKIO_1_1SlaveBase.html">kio::slavebase</option>,  <option value="classKIO_1_1SlaveConfig.html">kio::slaveconfig</option>,  <option value="classKIO_1_1SlaveInterface.html">kio::slaveinterface</option>,  <option value="classKIO_1_1StatJob.html">kio::statjob</option>,  <option value="classKIO_1_1StatusbarProgress.html">kio::statusbarprogress</option>,  <option value="classKIO_1_1StoredTransferJob.html">kio::storedtransferjob</option>,  <option value="classKIO_1_1TCPSlaveBase.html">kio::tcpslavebase</option>,  <option value="classKIO_1_1TransferJob.html">kio::transferjob</option>,  <option value="classKLimitedIODevice.html">klimitediodevice</option>,  <option value="classKMimeMagic.html">kmimemagic</option>,  <option value="classKMimeMagicResult.html">kmimemagicresult</option>,  <option value="classKMimeType.html">kmimetype</option>,  <option value="classKMimeTypeChooser.html">kmimetypechooser</option>,  <option value="classKMimeTypeChooserDialog.html">kmimetypechooserdialog</option>,  <option value="classKMimeTypeResolver.html">kmimetyperesolver</option>,  <option value="classKNFSShare.html">knfsshare</option>,  <option value="classKOCRDialog.html">kocrdialog</option>,  <option value="classKOCRDialogFactory.html">kocrdialogfactory</option>,  <option value="classKOpenWithHandler.html">kopenwithhandler</option>,  <option value="classKProtocolInfo.html">kprotocolinfo</option>,  <option value="classKProtocolManager.html">kprotocolmanager</option>,  <option value="classKRemoteEncoding.html">kremoteencoding</option>,  <option value="classKRun.html">krun</option>,  <option value="classKSambaShare.html">ksambashare</option>,  <option value="classKScanDialog.html">kscandialog</option>,  <option value="classKScanDialogFactory.html">kscandialogfactory</option>,  <option value="classKService.html">kservice</option>,  <option value="classKServiceGroup.html">kservicegroup</option>,  <option value="classKServiceOffer.html">kserviceoffer</option>,  <option value="classKServiceType.html">kservicetype</option>,  <option value="classKServiceTypeProfile.html">kservicetypeprofile</option>,  <option value="classKShellCompletion.html">kshellcompletion</option>,  <option value="classKShred.html">kshred</option>,  <option value="classKSimpleFileFilter.html">ksimplefilefilter</option>,  <option value="classKTar.html">ktar</option>,  <option value="classKTrader.html">ktrader</option>,  <option value="classKURIFilter.html">kurifilter</option>,  <option value="classKURIFilterData.html">kurifilterdata</option>,  <option value="classKURIFilterPlugin.html">kurifilterplugin</option>,  <option value="classKURIFilterPluginList.html">kurifilterpluginlist</option>,  <option value="classKURLCompletion.html">kurlcompletion</option>,  <option value="classKURLPixmapProvider.html">kurlpixmapprovider</option>,  <option value="classKZip.html">kzip</option>,  <option value="classObserver.html">observer</option>,  <option value="classRenameDlgPlugin.html">renamedlgplugin</option>,  <option value="classThumbCreator.html">thumbcreator</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../arts/html/index.html">arts</a></li><li><a href="../../../dcop/html/index.html">dcop</a></li><li><a href="../../../dnssd/html/index.html">dnssd</a></li><li><a href="../../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../../kabc/html/index.html">kabc</a></li><li><a href="../../../kate/html/index.html">kate</a></li><li><a href="../../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../../kdecore/html/index.html">kdecore</a></li><li><a href="../../../kded/html/index.html">kded</a></li><li><a href="../../../kdefx/html/index.html">kdefx</a></li><li><a href="../../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../../kdesu/html/index.html">kdesu</a></li><li><a href="../../../kdeui/html/index.html">kdeui</a></li><li><a href="../../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../../khtml/html/index.html">khtml</a></li><li><a href="../../../kimgio/html/index.html">kimgio</a></li><li><a href="../../../kinit/html/index.html">kinit</a></li><li><a href="../../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../../kioslave/http/html/index.html">http</a></li><li><a href="../../../kjs/html/index.html">kjs</a></li><li><a href="../../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../../kparts/html/index.html">kparts</a></li><li><a href="../../../kresources/html/index.html">kresources</a></li><li><a href="../../../kspell2/html/index.html">kspell2</a></li><li><a href="../../../kunittest/html/index.html">kunittest</a></li><li><a href="../../../kutils/html/index.html">kutils</a></li><li><a href="../../../kwallet/html/index.html">kwallet</a></li><li><a href="../../../libkmid/html/index.html">libkmid</a></li><li><a href="../../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


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

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


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

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

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

</body>
</html>