Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > f89abdeb016114b348a5c554d8214329 > files > 4083

kdelibs-apidocs-3.5.4-30.el5.centos.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>kdeprint: cupsdconf.h Source File (kdeprint)</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=".">kdeprint</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.4.7 -->
<h1>cupsdconf.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 libraries</span>
<a name="l00003"></a>00003 <span class="comment"> *  Copyright (c) 2001 Michael Goffioul &lt;kdeprint@swing.be&gt;</span>
<a name="l00004"></a>00004 <span class="comment"> *</span>
<a name="l00005"></a>00005 <span class="comment"> *  This library is free software; you can redistribute it and/or</span>
<a name="l00006"></a>00006 <span class="comment"> *  modify it under the terms of the GNU Library General Public</span>
<a name="l00007"></a>00007 <span class="comment"> *  License version 2 as published by the Free Software Foundation.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> *  This library is distributed in the hope that it will be useful,</span>
<a name="l00010"></a>00010 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00011"></a>00011 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00012"></a>00012 <span class="comment"> *  Library General Public License for more details.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> *  You should have received a copy of the GNU Library General Public License</span>
<a name="l00015"></a>00015 <span class="comment"> *  along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00016"></a>00016 <span class="comment"> *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00017"></a>00017 <span class="comment"> *  Boston, MA 02110-1301, USA.</span>
<a name="l00018"></a>00018 <span class="comment"> **/</span>
<a name="l00019"></a>00019 
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef CUPSDCONF_H</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define CUPSDCONF_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;qstring.h&gt;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;qstringlist.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;qptrlist.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;qtextstream.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;qpair.h&gt;</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#include "cupsdcomment.h"</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="keyword">enum</span> LogLevelType { LOGLEVEL_DEBUG2 = 0, LOGLEVEL_DEBUG, LOGLEVEL_INFO, LOGLEVEL_WARN, LOGLEVEL_ERROR, LOGLEVEL_NONE };
<a name="l00032"></a>00032 <span class="keyword">enum</span> OrderType { ORDER_ALLOW_DENY = 0, ORDER_DENY_ALLOW };
<a name="l00033"></a>00033 <span class="keyword">enum</span> AuthTypeType { AUTHTYPE_NONE = 0, AUTHTYPE_BASIC, AUTHTYPE_DIGEST };
<a name="l00034"></a>00034 <span class="keyword">enum</span> AuthClassType { AUTHCLASS_ANONYMOUS = 0, AUTHCLASS_USER, AUTHCLASS_SYSTEM, AUTHCLASS_GROUP };
<a name="l00035"></a>00035 <span class="keyword">enum</span> EncryptionType { ENCRYPT_ALWAYS = 0, ENCRYPT_NEVER, ENCRYPT_REQUIRED, ENCRYPT_IFREQUESTED };
<a name="l00036"></a>00036 <span class="keyword">enum</span> BrowseProtocolType { BROWSE_ALL = 0, BROWSE_CUPS, BROWSE_SLP };
<a name="l00037"></a>00037 <span class="keyword">enum</span> PrintcapFormatType { PRINTCAP_BSD = 0, PRINTCAP_SOLARIS };
<a name="l00038"></a>00038 <span class="keyword">enum</span> HostnameLookupType { HOSTNAME_OFF = 0, HOSTNAME_ON, HOSTNAME_DOUBLE };
<a name="l00039"></a>00039 <span class="keyword">enum</span> ClassificationType { CLASS_NONE = 0, CLASS_CLASSIFIED, CLASS_CONFIDENTIAL, CLASS_SECRET, CLASS_TOPSECRET, CLASS_UNCLASSIFIED, CLASS_OTHER };
<a name="l00040"></a>00040 <span class="keyword">enum</span> SatisfyType { SATISFY_ALL = 0, SATISFY_ANY };
<a name="l00041"></a>00041 <span class="keyword">enum</span> UnitType { UNIT_KB = 0, UNIT_MB, UNIT_GB, UNIT_TILE };
<a name="l00042"></a>00042 
<a name="l00043"></a>00043 <span class="keyword">struct </span><a class="code" href="structCupsLocation.html">CupsLocation</a>;
<a name="l00044"></a>00044 <span class="keyword">struct </span><a class="code" href="structCupsResource.html">CupsResource</a>;
<a name="l00045"></a>00045 <span class="keyword">enum</span> ResourceType { RESOURCE_GLOBAL, RESOURCE_PRINTER, RESOURCE_CLASS, RESOURCE_ADMIN };
<a name="l00046"></a>00046 
<a name="l00047"></a><a class="code" href="structCupsdConf.html">00047</a> <span class="keyword">struct </span><a class="code" href="structCupsdConf.html">CupsdConf</a>
<a name="l00048"></a>00048 {
<a name="l00049"></a>00049 <span class="comment">// functions member</span>
<a name="l00050"></a>00050     <a class="code" href="structCupsdConf.html#30d14378e5f2673ad44539fd3457fa96">CupsdConf</a>();
<a name="l00051"></a>00051     <a class="code" href="structCupsdConf.html#0fa91f0f390684e1b14a95a7480b1b1b">~CupsdConf</a>();
<a name="l00052"></a>00052 
<a name="l00053"></a>00053     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#f4078c5825c0a28d53a939519ae4ed26">loadFromFile</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; filename);
<a name="l00054"></a>00054     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#f6cd779032779f3f44534f205dbeac68">saveToFile</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; filename);
<a name="l00055"></a>00055     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#1a369d08128cfb3df69f24ada7a00b2a">parseOption</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; line);
<a name="l00056"></a>00056     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#e384e1a17e899e0c8ecb2209d5bdcb0f">parseLocation</a>(<a class="code" href="structCupsLocation.html">CupsLocation</a> *location, <a class="codeRef" doxygen="qt.tag:" href="qtextstream.html">QTextStream</a>&amp; file);
<a name="l00057"></a>00057 
<a name="l00058"></a>00058     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#d985f225e4cc80e0fe0c12d41cc3eff1">loadAvailableResources</a>();
<a name="l00059"></a>00059 
<a name="l00060"></a>00060     <span class="keyword">static</span> <a class="code" href="structCupsdConf.html">CupsdConf</a>* get();
<a name="l00061"></a>00061     <span class="keyword">static</span> <span class="keywordtype">void</span> release();
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="comment">// data members</span>
<a name="l00064"></a><a class="code" href="structCupsdConf.html#ddc1972791f5c9476e5acfcc5986972e">00064</a>     <span class="keyword">static</span> <a class="code" href="structCupsdConf.html">CupsdConf</a>    *<a class="code" href="structCupsdConf.html#ddc1972791f5c9476e5acfcc5986972e">unique_</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066     <span class="comment">// Server</span>
<a name="l00067"></a><a class="code" href="structCupsdConf.html#d676aa8c2ffe22e68f8baf9c18f92252">00067</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#d676aa8c2ffe22e68f8baf9c18f92252">servername_</a>;
<a name="l00068"></a><a class="code" href="structCupsdConf.html#2db657c03bef86c98ee36fd825992e87">00068</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#2db657c03bef86c98ee36fd825992e87">serveradmin_</a>;
<a name="l00069"></a><a class="code" href="structCupsdConf.html#866155bd7f751083d8cbea37de0cd05c">00069</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#866155bd7f751083d8cbea37de0cd05c">classification_</a>;
<a name="l00070"></a><a class="code" href="structCupsdConf.html#a236845e57983fd31797a8f6107c5f7f">00070</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#a236845e57983fd31797a8f6107c5f7f">otherclassname_</a>;
<a name="l00071"></a><a class="code" href="structCupsdConf.html#4d1e651feec55f942f25685513f90802">00071</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#4d1e651feec55f942f25685513f90802">classoverride_</a>;
<a name="l00072"></a><a class="code" href="structCupsdConf.html#7b8ddc8efe3fbb55454a6302f96f6e8a">00072</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#7b8ddc8efe3fbb55454a6302f96f6e8a">charset_</a>;
<a name="l00073"></a><a class="code" href="structCupsdConf.html#ba012849753efadaa84b697310972539">00073</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#ba012849753efadaa84b697310972539">language_</a>;
<a name="l00074"></a><a class="code" href="structCupsdConf.html#434a40691c489a21badb3d0fa6e5281e">00074</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#434a40691c489a21badb3d0fa6e5281e">printcap_</a>;
<a name="l00075"></a><a class="code" href="structCupsdConf.html#ea61a5137a5900311ab9d0a709f58bac">00075</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#ea61a5137a5900311ab9d0a709f58bac">printcapformat_</a>;
<a name="l00076"></a>00076 
<a name="l00077"></a>00077     <span class="comment">// Security</span>
<a name="l00078"></a><a class="code" href="structCupsdConf.html#efa10f296f5f8c36293a1689e380023f">00078</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#efa10f296f5f8c36293a1689e380023f">remoteroot_</a>;
<a name="l00079"></a><a class="code" href="structCupsdConf.html#75ad0e46dc590bc6a2f1092894e55525">00079</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#75ad0e46dc590bc6a2f1092894e55525">systemgroup_</a>;
<a name="l00080"></a><a class="code" href="structCupsdConf.html#2cd6fa82f4234f6cc6df19a046721ae1">00080</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#2cd6fa82f4234f6cc6df19a046721ae1">encryptcert_</a>;
<a name="l00081"></a><a class="code" href="structCupsdConf.html#b02f67d39ef71263d888613411d2c177">00081</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#b02f67d39ef71263d888613411d2c177">encryptkey_</a>;
<a name="l00082"></a><a class="code" href="structCupsdConf.html#a3d692f72dcad5fc76a66684b8220d92">00082</a>     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;CupsLocation&gt;</a> <a class="code" href="structCupsdConf.html#a3d692f72dcad5fc76a66684b8220d92">locations_</a>;
<a name="l00083"></a><a class="code" href="structCupsdConf.html#f29572350d0853286862469dbe0d052e">00083</a>     <a class="codeRef" doxygen="qt.tag:" href="qptrlist.html">QPtrList&lt;CupsResource&gt;</a> <a class="code" href="structCupsdConf.html#f29572350d0853286862469dbe0d052e">resources_</a>;
<a name="l00084"></a>00084 
<a name="l00085"></a>00085     <span class="comment">// Network</span>
<a name="l00086"></a><a class="code" href="structCupsdConf.html#5ddf9fafe099093b3218a00bf4bab225">00086</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#5ddf9fafe099093b3218a00bf4bab225">hostnamelookup_</a>;
<a name="l00087"></a><a class="code" href="structCupsdConf.html#4edf42a0dcd4a37317d04697d7346594">00087</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#4edf42a0dcd4a37317d04697d7346594">keepalive_</a>;
<a name="l00088"></a><a class="code" href="structCupsdConf.html#1d541f3a83bbec5bf6329cab5b51afc5">00088</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#1d541f3a83bbec5bf6329cab5b51afc5">keepalivetimeout_</a>;
<a name="l00089"></a><a class="code" href="structCupsdConf.html#faafdc5668f3dfc7e86973b149fbb9a2">00089</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#faafdc5668f3dfc7e86973b149fbb9a2">maxclients_</a>;
<a name="l00090"></a><a class="code" href="structCupsdConf.html#757836c2ccffa3df5139855eb99b6f8b">00090</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#757836c2ccffa3df5139855eb99b6f8b">maxrequestsize_</a>;
<a name="l00091"></a><a class="code" href="structCupsdConf.html#a7c40815a69386ac4799752716d75696">00091</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#a7c40815a69386ac4799752716d75696">clienttimeout_</a>;
<a name="l00092"></a><a class="code" href="structCupsdConf.html#f9c3e84c9226956bad4370be654754c4">00092</a>     <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="structCupsdConf.html#f9c3e84c9226956bad4370be654754c4">listenaddresses_</a>;
<a name="l00093"></a>00093 
<a name="l00094"></a>00094     <span class="comment">// Log</span>
<a name="l00095"></a><a class="code" href="structCupsdConf.html#f07836fe4fb5544c2e55a4f1d30b4a1f">00095</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#f07836fe4fb5544c2e55a4f1d30b4a1f">accesslog_</a>;
<a name="l00096"></a><a class="code" href="structCupsdConf.html#bb295a043099f4ddab8186ef913e14ea">00096</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#bb295a043099f4ddab8186ef913e14ea">errorlog_</a>;
<a name="l00097"></a><a class="code" href="structCupsdConf.html#411a3560101837cbfb9e1a47850cb840">00097</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#411a3560101837cbfb9e1a47850cb840">pagelog_</a>;
<a name="l00098"></a><a class="code" href="structCupsdConf.html#1fd2d402da6ad10357c8ec2568c2d112">00098</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#1fd2d402da6ad10357c8ec2568c2d112">maxlogsize_</a>;
<a name="l00099"></a><a class="code" href="structCupsdConf.html#e1e6eb6eeec3f78ea1e367bbe5927c57">00099</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#e1e6eb6eeec3f78ea1e367bbe5927c57">loglevel_</a>;
<a name="l00100"></a>00100 
<a name="l00101"></a>00101     <span class="comment">// Jobs</span>
<a name="l00102"></a><a class="code" href="structCupsdConf.html#eb0e857ca3665b11b6c126c4cd6f2780">00102</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#eb0e857ca3665b11b6c126c4cd6f2780">keepjobhistory_</a>;
<a name="l00103"></a><a class="code" href="structCupsdConf.html#28fdfb834d2fa76a9cd5ba1a321e75ee">00103</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#28fdfb834d2fa76a9cd5ba1a321e75ee">keepjobfiles_</a>;
<a name="l00104"></a><a class="code" href="structCupsdConf.html#dc70550855795c80e105352d6efa0405">00104</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#dc70550855795c80e105352d6efa0405">autopurgejobs_</a>;
<a name="l00105"></a><a class="code" href="structCupsdConf.html#62dc125f05766871a6b23156e493779b">00105</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#62dc125f05766871a6b23156e493779b">maxjobs_</a>;
<a name="l00106"></a><a class="code" href="structCupsdConf.html#18175eab8b426a3be773ff02d9c8a7c4">00106</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#18175eab8b426a3be773ff02d9c8a7c4">maxjobsperprinter_</a>;
<a name="l00107"></a><a class="code" href="structCupsdConf.html#b65a331fd0082501bf6c24b4ca844642">00107</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#b65a331fd0082501bf6c24b4ca844642">maxjobsperuser_</a>;
<a name="l00108"></a>00108 
<a name="l00109"></a>00109     <span class="comment">// Filter</span>
<a name="l00110"></a><a class="code" href="structCupsdConf.html#e47a8c60d87569f31fece121d0a5d7ad">00110</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#e47a8c60d87569f31fece121d0a5d7ad">user_</a>;
<a name="l00111"></a><a class="code" href="structCupsdConf.html#51f982819a7efd56585bcf43ed15c7a6">00111</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#51f982819a7efd56585bcf43ed15c7a6">group_</a>;
<a name="l00112"></a><a class="code" href="structCupsdConf.html#040b6cca68205966bc5e87bca78f2b67">00112</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#040b6cca68205966bc5e87bca78f2b67">ripcache_</a>;
<a name="l00113"></a><a class="code" href="structCupsdConf.html#4c3e253585c3ca515d28958abc2542e8">00113</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#4c3e253585c3ca515d28958abc2542e8">filterlimit_</a>;
<a name="l00114"></a>00114 
<a name="l00115"></a>00115     <span class="comment">// Directories</span>
<a name="l00116"></a><a class="code" href="structCupsdConf.html#56bef4de178fdeb9706cd76ea12be479">00116</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#56bef4de178fdeb9706cd76ea12be479">datadir_</a>;
<a name="l00117"></a><a class="code" href="structCupsdConf.html#a985870674c51978f3b7b3caac01ac16">00117</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#a985870674c51978f3b7b3caac01ac16">documentdir_</a>;
<a name="l00118"></a><a class="code" href="structCupsdConf.html#75c86bcfb4384ae720ddef1725562393">00118</a>     <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="structCupsdConf.html#75c86bcfb4384ae720ddef1725562393">fontpath_</a>;
<a name="l00119"></a><a class="code" href="structCupsdConf.html#2f4342ec4acbee43b76de41d715123ff">00119</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#2f4342ec4acbee43b76de41d715123ff">requestdir_</a>;
<a name="l00120"></a><a class="code" href="structCupsdConf.html#47913f1c73d75af7a70b6d0d8d51abd9">00120</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#47913f1c73d75af7a70b6d0d8d51abd9">serverbin_</a>;
<a name="l00121"></a><a class="code" href="structCupsdConf.html#a5c4754dd3520953c5dcfb102ab87d0c">00121</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#a5c4754dd3520953c5dcfb102ab87d0c">serverfiles_</a>;
<a name="l00122"></a><a class="code" href="structCupsdConf.html#3bb2a42a433348071a2d4f397a0a8ee1">00122</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsdConf.html#3bb2a42a433348071a2d4f397a0a8ee1">tmpfiles_</a>;
<a name="l00123"></a>00123 
<a name="l00124"></a>00124     <span class="comment">// Browsing</span>
<a name="l00125"></a><a class="code" href="structCupsdConf.html#8cad37ecc59d12c199cc3153213dfc1b">00125</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#8cad37ecc59d12c199cc3153213dfc1b">browsing_</a>;
<a name="l00126"></a><a class="code" href="structCupsdConf.html#40df35de0e8913c0fe1aaa211550c28b">00126</a>     <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="structCupsdConf.html#40df35de0e8913c0fe1aaa211550c28b">browseprotocols_</a>;
<a name="l00127"></a><a class="code" href="structCupsdConf.html#f5b26abe3e52d9a3ab9701178cee7a5a">00127</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#f5b26abe3e52d9a3ab9701178cee7a5a">browseport_</a>;
<a name="l00128"></a><a class="code" href="structCupsdConf.html#e24d97b2000f214a82b5a5a4c5c44cdc">00128</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#e24d97b2000f214a82b5a5a4c5c44cdc">browseinterval_</a>;
<a name="l00129"></a><a class="code" href="structCupsdConf.html#b1de7f8dc34b0dafe9638a4f84afc9b7">00129</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#b1de7f8dc34b0dafe9638a4f84afc9b7">browsetimeout_</a>;
<a name="l00130"></a><a class="code" href="structCupsdConf.html#2bc13ff349fe20a7ed7e52c4384bda8f">00130</a>     <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="structCupsdConf.html#2bc13ff349fe20a7ed7e52c4384bda8f">browseaddresses_</a>;
<a name="l00131"></a><a class="code" href="structCupsdConf.html#7289d6e9e3e6a5bab0ca3e74513ce7bd">00131</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsdConf.html#7289d6e9e3e6a5bab0ca3e74513ce7bd">browseorder_</a>;
<a name="l00132"></a><a class="code" href="structCupsdConf.html#c5259d695600c415f04b594515abd1a7">00132</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#c5259d695600c415f04b594515abd1a7">useimplicitclasses_</a>;
<a name="l00133"></a><a class="code" href="structCupsdConf.html#e54c76c42e37a2c5be34ef5bcf622f4e">00133</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#e54c76c42e37a2c5be34ef5bcf622f4e">hideimplicitmembers_</a>;
<a name="l00134"></a><a class="code" href="structCupsdConf.html#ab2b04f20c4b692b13159f7227bf80e2">00134</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#ab2b04f20c4b692b13159f7227bf80e2">useshortnames_</a>;
<a name="l00135"></a><a class="code" href="structCupsdConf.html#7efdc496a310cff4785f533d3c0e2ca5">00135</a>     <span class="keywordtype">bool</span> <a class="code" href="structCupsdConf.html#7efdc496a310cff4785f533d3c0e2ca5">useanyclasses_</a>;
<a name="l00136"></a>00136     
<a name="l00137"></a>00137     <span class="comment">// cupsd.conf file comments</span>
<a name="l00138"></a><a class="code" href="structCupsdConf.html#71419f7f44afaa4790670d3055893f1c">00138</a>     <a class="code" href="classCupsdComment.html">CupsdComment</a>    <a class="code" href="structCupsdConf.html#71419f7f44afaa4790670d3055893f1c">comments_</a>;
<a name="l00139"></a>00139     
<a name="l00140"></a>00140     <span class="comment">// unrecognized options</span>
<a name="l00141"></a><a class="code" href="structCupsdConf.html#c687b1c1bff5b6414a222de836a3d4bb">00141</a>     <a class="codeRef" doxygen="qt.tag:" href="qvaluelist.html">QValueList&lt; QPair&lt;QString,QString&gt;</a> &gt;    <a class="code" href="structCupsdConf.html#c687b1c1bff5b6414a222de836a3d4bb">unknown_</a>;
<a name="l00142"></a>00142 };
<a name="l00143"></a>00143 
<a name="l00144"></a><a class="code" href="structCupsLocation.html">00144</a> <span class="keyword">struct </span><a class="code" href="structCupsLocation.html">CupsLocation</a>
<a name="l00145"></a>00145 {
<a name="l00146"></a>00146     <a class="code" href="structCupsLocation.html#edef572c8c5ebe90cb4097fdb0a3b3b2">CupsLocation</a>();
<a name="l00147"></a>00147     <a class="code" href="structCupsLocation.html#edef572c8c5ebe90cb4097fdb0a3b3b2">CupsLocation</a>(<span class="keyword">const</span> <a class="code" href="structCupsLocation.html">CupsLocation</a>&amp; loc);
<a name="l00148"></a>00148 
<a name="l00149"></a>00149     <span class="keywordtype">bool</span> <a class="code" href="structCupsLocation.html#f69171801ef33513e86ab31c966127f4">parseOption</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; line);
<a name="l00150"></a>00150     <span class="keywordtype">bool</span> <a class="code" href="structCupsLocation.html#dd4cb8dec60da73900641bd72296ba79">parseResource</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; line);
<a name="l00151"></a>00151 
<a name="l00152"></a><a class="code" href="structCupsLocation.html#33e140ae9c6574c592ee1f90baf103a4">00152</a>     <a class="code" href="structCupsResource.html">CupsResource</a>    *<a class="code" href="structCupsLocation.html#33e140ae9c6574c592ee1f90baf103a4">resource_</a>;
<a name="l00153"></a><a class="code" href="structCupsLocation.html#79f705e26945e312e11a849f10ab49fe">00153</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsLocation.html#79f705e26945e312e11a849f10ab49fe">resourcename_</a>;
<a name="l00154"></a><a class="code" href="structCupsLocation.html#7c422d40cd22012ebf4f2e808f85a2ac">00154</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsLocation.html#7c422d40cd22012ebf4f2e808f85a2ac">authtype_</a>;
<a name="l00155"></a><a class="code" href="structCupsLocation.html#2ef42637edf40566fbb51ebbab5f51b2">00155</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsLocation.html#2ef42637edf40566fbb51ebbab5f51b2">authclass_</a>;
<a name="l00156"></a><a class="code" href="structCupsLocation.html#bb102a0b701fbb7e1fe8ae16db3205fa">00156</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsLocation.html#bb102a0b701fbb7e1fe8ae16db3205fa">authname_</a>;
<a name="l00157"></a><a class="code" href="structCupsLocation.html#bead2a6bf476aa5b4954361ffcaebce2">00157</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsLocation.html#bead2a6bf476aa5b4954361ffcaebce2">encryption_</a>;
<a name="l00158"></a><a class="code" href="structCupsLocation.html#fb96ad8ea7d66fc5ea33f0f068a54b36">00158</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsLocation.html#fb96ad8ea7d66fc5ea33f0f068a54b36">satisfy_</a>;
<a name="l00159"></a><a class="code" href="structCupsLocation.html#ce236da0254e8d6950b57be7ab5164d7">00159</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsLocation.html#ce236da0254e8d6950b57be7ab5164d7">order_</a>;
<a name="l00160"></a><a class="code" href="structCupsLocation.html#57c4d6eca81db3c149fe09cc45dc8dbd">00160</a>     <a class="codeRef" doxygen="qt.tag:" href="qstringlist.html">QStringList</a> <a class="code" href="structCupsLocation.html#57c4d6eca81db3c149fe09cc45dc8dbd">addresses_</a>;
<a name="l00161"></a>00161 };
<a name="l00162"></a>00162 
<a name="l00163"></a><a class="code" href="structCupsResource.html">00163</a> <span class="keyword">struct </span><a class="code" href="structCupsResource.html">CupsResource</a>
<a name="l00164"></a>00164 {
<a name="l00165"></a>00165     <a class="code" href="structCupsResource.html#838a5d091565eb30ffe1cf39507d47d8">CupsResource</a>();
<a name="l00166"></a>00166     <a class="code" href="structCupsResource.html#838a5d091565eb30ffe1cf39507d47d8">CupsResource</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; path);
<a name="l00167"></a>00167 
<a name="l00168"></a>00168     <span class="keywordtype">void</span> <a class="code" href="structCupsResource.html#c4b2aba7388d765ee11403597e13047e">setPath</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; path);
<a name="l00169"></a>00169 
<a name="l00170"></a><a class="code" href="structCupsResource.html#257e85ea465e794467a4555fa006a772">00170</a>     <span class="keywordtype">int</span> <a class="code" href="structCupsResource.html#257e85ea465e794467a4555fa006a772">type_</a>;
<a name="l00171"></a><a class="code" href="structCupsResource.html#89d7c3f5149ad793cd8a17e582ce3f75">00171</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsResource.html#89d7c3f5149ad793cd8a17e582ce3f75">path_</a>;
<a name="l00172"></a><a class="code" href="structCupsResource.html#b47cb3c27cd0d0232b99e43dc6e03411">00172</a>     <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsResource.html#b47cb3c27cd0d0232b99e43dc6e03411">text_</a>;
<a name="l00173"></a>00173 
<a name="l00174"></a>00174     <span class="keyword">static</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsResource.html#d0ea868f9f1382382bcce1978e78dc30">textToPath</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; text);
<a name="l00175"></a>00175     <span class="keyword">static</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsResource.html#e80eaf9a4749106ebbd9b169b0bbbb5c">pathToText</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; path);
<a name="l00176"></a>00176     <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structCupsResource.html#4ad366450d7707e622f610e196e98300">typeFromPath</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; path);
<a name="l00177"></a>00177     <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structCupsResource.html#6d071968c7c675448871588f442fceb8">typeFromText</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a>&amp; text);
<a name="l00178"></a>00178     <span class="keyword">static</span> <a class="codeRef" doxygen="qt.tag:" href="qstring.html">QString</a> <a class="code" href="structCupsResource.html#a7b7147878e5ec8e39f909cc56f68505">typeToIconName</a>(<span class="keywordtype">int</span> type);
<a name="l00179"></a>00179 };
<a name="l00180"></a>00180 
<a name="l00181"></a>00181 <span class="preprocessor">#endif</span>
</pre></div>    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>kdeprint</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="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="classAddressDialog.html">addressdialog</option>,  <option value="classApsHandler.html">apshandler</option>,  <option value="classBrowseDialog.html">browsedialog</option>,  <option value="classCJanusWidget.html">cjanuswidget</option>,  <option value="classComment.html">comment</option>,  <option value="classCupsAddSmb.html">cupsaddsmb</option>,  <option value="classCupsdBrowsingPage.html">cupsdbrowsingpage</option>,  <option value="classCupsdComment.html">cupsdcomment</option>,  <option value="classCupsdDialog.html">cupsddialog</option>,  <option value="classCupsdDirPage.html">cupsddirpage</option>,  <option value="classCupsdFilterPage.html">cupsdfilterpage</option>,  <option value="classCupsdJobsPage.html">cupsdjobspage</option>,  <option value="classCupsdLogPage.html">cupsdlogpage</option>,  <option value="classCupsdNetworkPage.html">cupsdnetworkpage</option>,  <option value="classCupsdPage.html">cupsdpage</option>,  <option value="classCupsdSecurityPage.html">cupsdsecuritypage</option>,  <option value="classCupsdServerPage.html">cupsdserverpage</option>,  <option value="classCupsdSplash.html">cupsdsplash</option>,  <option value="classCupsInfos.html">cupsinfos</option>,  <option value="classDrBase.html">drbase</option>,  <option value="classDrBooleanOption.html">drbooleanoption</option>,  <option value="classDrChoiceGroup.html">drchoicegroup</option>,  <option value="classDrConstraint.html">drconstraint</option>,  <option value="classDrFloatOption.html">drfloatoption</option>,  <option value="classDrGroup.html">drgroup</option>,  <option value="classDrIntegerOption.html">drintegeroption</option>,  <option value="classDriverItem.html">driveritem</option>,  <option value="classDriverView.html">driverview</option>,  <option value="classDrListOption.html">drlistoption</option>,  <option value="classDrListView.html">drlistview</option>,  <option value="classDrMain.html">drmain</option>,  <option value="classDrOptionView.html">droptionview</option>,  <option value="classDrPageSize.html">drpagesize</option>,  <option value="classDrStringOption.html">drstringoption</option>,  <option value="classEditEntryDialog.html">editentrydialog</option>,  <option value="classEditList.html">editlist</option>,  <option value="classEscpWidget.html">escpwidget</option>,  <option value="classField.html">field</option>,  <option value="classFoomatic2Loader.html">foomatic2loader</option>,  <option value="classGsChecker.html">gschecker</option>,  <option value="classImagePosition.html">imageposition</option>,  <option value="classImagePreview.html">imagepreview</option>,  <option value="classIppReportDlg.html">ippreportdlg</option>,  <option value="classIppRequest.html">ipprequest</option>,  <option value="classJobItem.html">jobitem</option>,  <option value="classKCupsPrinterImpl.html">kcupsprinterimpl</option>,  <option value="classKdeprintChecker.html">kdeprintchecker</option>,  <option value="classKDEPrintd.html">kdeprintd</option>,  <option value="classKExtPrinterImpl.html">kextprinterimpl</option>,  <option value="classKFileList.html">kfilelist</option>,  <option value="classKFoomaticPrinterImpl.html">kfoomaticprinterimpl</option>,  <option value="classKIconSelectAction.html">kiconselectaction</option>,  <option value="classKLpdFactory.html">klpdfactory</option>,  <option value="classKLpdPrinterImpl.html">klpdprinterimpl</option>,  <option value="classKLpdUnixPrinterImpl.html">klpdunixprinterimpl</option>,  <option value="classKLprPrinterImpl.html">klprprinterimpl</option>,  <option value="classKMConfigCommand.html">kmconfigcommand</option>,  <option value="classKMConfigCups.html">kmconfigcups</option>,  <option value="classKMConfigCupsDir.html">kmconfigcupsdir</option>,  <option value="classKMConfigDialog.html">kmconfigdialog</option>,  <option value="classKMConfigFilter.html">kmconfigfilter</option>,  <option value="classKMConfigFonts.html">kmconfigfonts</option>,  <option value="classKMConfigGeneral.html">kmconfiggeneral</option>,  <option value="classKMConfigJobs.html">kmconfigjobs</option>,  <option value="classKMConfigLpr.html">kmconfiglpr</option>,  <option value="classKMConfigPage.html">kmconfigpage</option>,  <option value="classKMConfigPreview.html">kmconfigpreview</option>,  <option value="classKMConfigProxy.html">kmconfigproxy</option>,  <option value="classKMCupsConfigWidget.html">kmcupsconfigwidget</option>,  <option value="classKMCupsJobManager.html">kmcupsjobmanager</option>,  <option value="classKMCupsManager.html">kmcupsmanager</option>,  <option value="classKMCupsUiManager.html">kmcupsuimanager</option>,  <option value="classKMDBCreator.html">kmdbcreator</option>,  <option value="classKMDriverDB.html">kmdriverdb</option>,  <option value="classKMDriverDbWidget.html">kmdriverdbwidget</option>,  <option value="classKMDriverDialog.html">kmdriverdialog</option>,  <option value="classKMExtManager.html">kmextmanager</option>,  <option value="classKMExtUiManager.html">kmextuimanager</option>,  <option value="classKMFactory.html">kmfactory</option>,  <option value="classKMFoomaticManager.html">kmfoomaticmanager</option>,  <option value="classKMIconView.html">kmiconview</option>,  <option value="classKMIconViewItem.html">kmiconviewitem</option>,  <option value="classKMInfoPage.html">kminfopage</option>,  <option value="classKMInstancePage.html">kminstancepage</option>,  <option value="classKMJob.html">kmjob</option>,  <option value="classKMJobManager.html">kmjobmanager</option>,  <option value="classKMJobViewer.html">kmjobviewer</option>,  <option value="classKMListView.html">kmlistview</option>,  <option value="classKMLpdManager.html">kmlpdmanager</option>,  <option value="classKMLpdUiManager.html">kmlpduimanager</option>,  <option value="classKMLpdUnixManager.html">kmlpdunixmanager</option>,  <option value="classKMLpdUnixUiManager.html">kmlpdunixuimanager</option>,  <option value="classKMLprJobManager.html">kmlprjobmanager</option>,  <option value="classKMLprManager.html">kmlprmanager</option>,  <option value="classKMLprUiManager.html">kmlpruimanager</option>,  <option value="classKMMainView.html">kmmainview</option>,  <option value="classKMManager.html">kmmanager</option>,  <option value="classKMObject.html">kmobject</option>,  <option value="classKMPages.html">kmpages</option>,  <option value="classKMPrinter.html">kmprinter</option>,  <option value="classKMPrinterList.html">kmprinterlist</option>,  <option value="classKMPrinterPage.html">kmprinterpage</option>,  <option value="classKMPrinterView.html">kmprinterview</option>,  <option value="classKMPropBackend.html">kmpropbackend</option>,  <option value="classKMPropBanners.html">kmpropbanners</option>,  <option value="classKMPropContainer.html">kmpropcontainer</option>,  <option value="classKMPropDriver.html">kmpropdriver</option>,  <option value="classKMPropertyPage.html">kmpropertypage</option>,  <option value="classKMPropGeneral.html">kmpropgeneral</option>,  <option value="classKMPropMembers.html">kmpropmembers</option>,  <option value="classKMPropQuota.html">kmpropquota</option>,  <option value="classKMPropRlpr.html">kmproprlpr</option>,  <option value="classKMPropUsers.html">kmpropusers</option>,  <option value="classKMPropWidget.html">kmpropwidget</option>,  <option value="classKMProxyWidget.html">kmproxywidget</option>,  <option value="classKMRlprManager.html">kmrlprmanager</option>,  <option value="classKMRlprUiManager.html">kmrlpruimanager</option>,  <option value="classKMSpecialManager.html">kmspecialmanager</option>,  <option value="classKMSpecialPrinterDlg.html">kmspecialprinterdlg</option>,  <option value="classKMThreadJob.html">kmthreadjob</option>,  <option value="classKMTimer.html">kmtimer</option>,  <option value="classKMUiManager.html">kmuimanager</option>,  <option value="classKMVirtualManager.html">kmvirtualmanager</option>,  <option value="classKMWBackend.html">kmwbackend</option>,  <option value="classKMWBanners.html">kmwbanners</option>,  <option value="classKMWClass.html">kmwclass</option>,  <option value="classKMWDriver.html">kmwdriver</option>,  <option value="classKMWDriverSelect.html">kmwdriverselect</option>,  <option value="classKMWDriverTest.html">kmwdrivertest</option>,  <option value="classKMWEnd.html">kmwend</option>,  <option value="classKMWFax.html">kmwfax</option>,  <option value="classKMWFile.html">kmwfile</option>,  <option value="classKMWInfoBase.html">kmwinfobase</option>,  <option value="classKMWInfoPage.html">kmwinfopage</option>,  <option value="classKMWIpp.html">kmwipp</option>,  <option value="classKMWIppPrinter.html">kmwippprinter</option>,  <option value="classKMWIppSelect.html">kmwippselect</option>,  <option value="classKMWizard.html">kmwizard</option>,  <option value="classKMWizardPage.html">kmwizardpage</option>,  <option value="classKMWLocal.html">kmwlocal</option>,  <option value="classKMWLpd.html">kmwlpd</option>,  <option value="classKMWName.html">kmwname</option>,  <option value="classKMWOther.html">kmwother</option>,  <option value="classKMWPassword.html">kmwpassword</option>,  <option value="classKMWQuota.html">kmwquota</option>,  <option value="classKMWRlpr.html">kmwrlpr</option>,  <option value="classKMWSmb.html">kmwsmb</option>,  <option value="classKMWSocket.html">kmwsocket</option>,  <option value="classKMWSocketUtil.html">kmwsocketutil</option>,  <option value="classKMWUsers.html">kmwusers</option>,  <option value="classKPCopiesPage.html">kpcopiespage</option>,  <option value="classKPDriverPage.html">kpdriverpage</option>,  <option value="classKPFileSelectPage.html">kpfileselectpage</option>,  <option value="classKPFilterPage.html">kpfilterpage</option>,  <option value="classKPGeneralPage.html">kpgeneralpage</option>,  <option value="classKPHpgl2Page.html">kphpgl2page</option>,  <option value="classKPImagePage.html">kpimagepage</option>,  <option value="classKPipeProcess.html">kpipeprocess</option>,  <option value="classKPMarginPage.html">kpmarginpage</option>,  <option value="classKPPosterPage.html">kpposterpage</option>,  <option value="classKPQtPage.html">kpqtpage</option>,  <option value="classKPReloadObject.html">kpreloadobject</option>,  <option value="classKPreviewProc.html">kpreviewproc</option>,  <option value="classKPrintAction.html">kprintaction</option>,  <option value="classKPrintDialog.html">kprintdialog</option>,  <option value="classKPrintDialogPage.html">kprintdialogpage</option>,  <option value="classKPrinter.html">kprinter</option>,  <option value="classKPrinterImpl.html">kprinterimpl</option>,  <option value="classKPrinterPropertyDialog.html">kprinterpropertydialog</option>,  <option value="classKPrintPreview.html">kprintpreview</option>,  <option value="classKPrintProcess.html">kprintprocess</option>,  <option value="classKPSchedulePage.html">kpschedulepage</option>,  <option value="classKPTagsPage.html">kptagspage</option>,  <option value="classKPTextPage.html">kptextpage</option>,  <option value="classKRlprPrinterImpl.html">krlprprinterimpl</option>,  <option value="classKXmlCommand.html">kxmlcommand</option>,  <option value="classKXmlCommandAdvancedDlg.html">kxmlcommandadvanceddlg</option>,  <option value="classKXmlCommandDlg.html">kxmlcommanddlg</option>,  <option value="classKXmlCommandManager.html">kxmlcommandmanager</option>,  <option value="classKXmlCommandSelector.html">kxmlcommandselector</option>,  <option value="classLocationDialog.html">locationdialog</option>,  <option value="classLpcHelper.html">lpchelper</option>,  <option value="classLpqHelper.html">lpqhelper</option>,  <option value="classLprHandler.html">lprhandler</option>,  <option value="classLPRngToolHandler.html">lprngtoolhandler</option>,  <option value="classLprSettings.html">lprsettings</option>,  <option value="classMarginPreview.html">marginpreview</option>,  <option value="classMarginValueWidget.html">marginvaluewidget</option>,  <option value="classMarginWidget.html">marginwidget</option>,  <option value="classMaticHandler.html">matichandler</option>,  <option value="classMessageWindow.html">messagewindow</option>,  <option value="classNetworkScanner.html">networkscanner</option>,  <option value="classNetworkScannerConfig.html">networkscannerconfig</option>,  <option value="classOptionBaseView.html">optionbaseview</option>,  <option value="classOptionBooleanView.html">optionbooleanview</option>,  <option value="classOptionListView.html">optionlistview</option>,  <option value="classOptionNumericView.html">optionnumericview</option>,  <option value="classOptionStringView.html">optionstringview</option>,  <option value="classPluginAction.html">pluginaction</option>,  <option value="classPluginComboBox.html">plugincombobox</option>,  <option value="classPortDialog.html">portdialog</option>,  <option value="classPosterPreview.html">posterpreview</option>,  <option value="classPPDLoader.html">ppdloader</option>,  <option value="classPrintcapEntry.html">printcapentry</option>,  <option value="classPrintcapReader.html">printcapreader</option>,  <option value="classPrinterFilter.html">printerfilter</option>,  <option value="classPrinttoolEntry.html">printtoolentry</option>,  <option value="classQDirLineEdit.html">qdirlineedit</option>,  <option value="classQDirMultiLineEdit.html">qdirmultilineedit</option>,  <option value="classSidePixmap.html">sidepixmap</option>,  <option value="classSizeWidget.html">sizewidget</option>,  <option value="classSmbView.html">smbview</option>,  <option value="classSocketConfig.html">socketconfig</option>,  <option value="classTreeComboBox.html">treecombobox</option>,  <option value="classTreeListBox.html">treelistbox</option>,  <option value="classTreeListBoxItem.html">treelistboxitem</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&#116;&#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>