Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 98d6b53e11e983e268c3e19f14e091a0 > files > 484

kdepim-devel-doc-3.5.9-9mdv2008.1.x86_64.rpm

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

<head>
  <title>certmanager/lib: Kleo::QGpgMEJob Class Reference (certmanager/lib)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

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

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

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

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

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



<style type="text/css">
<!--
hr { display: none; }
#content h2 { margin-left: 0px; }
table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
td.mdRow { padding: 8px 20px; }
td.md { font-weight: bold; }
td.mdname1 { font-weight: bold; color: #602020; }
td.mdname { font-weight: bold; color: #602020;  }

-->
</style>

</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>
  <img id="nav_header_logo_right" alt="" align="right" src="../../../pimlogo.png" border="0" />

  <div id="nav_header_title" align="left">KDE PIM 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_left" style="text-align: left;">
/ <a href="../../../">API Reference</a>
 / <a href="../../html/index.html">certmanager</a> / <a href=".">lib</a>
  </div>
</div>


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

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


<!-- Generated by Doxygen 1.5.5 -->
  <div class="navpath"><b>Kleo</b>::<a class="el" href="classKleo_1_1QGpgMEJob.html">QGpgMEJob</a>
  </div>
<div class="contents">
<h1>Kleo::QGpgMEJob Class Reference</h1><!-- doxytag: class="Kleo::QGpgMEJob" --><!-- doxytag: inherits="GpgME::ProgressProvider,GpgME::PassphraseProvider" --><code>#include &lt;<a class="el" href="qgpgmejob_8h-source.html">qgpgmejob.h</a>&gt;</code>
<p>
Inherits ProgressProvider, and PassphraseProvider.
<p>
Inherited by Kleo::QGpgMEDecryptJob<code> [private]</code>, Kleo::QGpgMEDecryptVerifyJob<code> [private]</code>, Kleo::QGpgMEDeleteJob<code> [private]</code>, Kleo::QGpgMEDownloadJob<code> [private]</code>, Kleo::QGpgMEEncryptJob<code> [private]</code>, Kleo::QGpgMEExportJob<code> [private]</code>, Kleo::QGpgMEImportJob<code> [private]</code>, Kleo::QGpgMEKeyGenerationJob<code> [private]</code>, Kleo::QGpgMEKeyListJob<code> [private]</code>, Kleo::QGpgMESignEncryptJob<code> [private]</code>, Kleo::QGpgMESignJob<code> [private]</code>, Kleo::QGpgMEVerifyDetachedJob<code> [private]</code>, and Kleo::QGpgMEVerifyOpaqueJob<code> [private]</code>.
<p>

<p>
<a href="classKleo_1_1QGpgMEJob-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
This is a hackish helper class to avoid code duplication in this backend's <a class="el" href="classKleo_1_1Job.html" title="An abstract base class for asynchronous crypto operations.">Kleo::Job</a> subclasses. 
<p>
It contains several workarounds for moc/signal/slot shortcomings, most of which the author of this thinks are Qt bugs (lazy implementations), first and foremost the inability of moc to handle inheritance from multiple QObject-derived subclasses.<p>
To use it, inherit from the Job-subclass, then from this class, add QGPGME_JOB to just after Q OBJECT and implement <a class="el" href="classKleo_1_1QGpgMEJob.html#1117b8d0dc255f403f2757c1ad008b26">doOperationDoneEvent()</a> by emitting your variant of the result() signal there. Pass "this" as the first argument this QGpgMEJOb's ctor. The rest is dealt with automatically. 
<p>Definition at line <a class="el" href="qgpgmejob_8h-source.html#l00079">79</a> of file <a class="el" href="qgpgmejob_8h-source.html">qgpgmejob.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="9ae387486288cd641da389b95e6ac357"></a><!-- doxytag: member="Kleo::QGpgMEJob::QGpgMEJob" ref="9ae387486288cd641da389b95e6ac357" args="(Kleo::Job *_this, GpgME::Context *context)" -->
&nbsp;</td><td class="memItemRight" valign="bottom"><b>QGpgMEJob</b> (<a class="el" href="classKleo_1_1Job.html">Kleo::Job</a> *_this, GpgME::Context *context)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6b434aab5ef6f9bf05d56e9657d76fea"></a><!-- doxytag: member="Kleo::QGpgMEJob::checkInvariants" ref="6b434aab5ef6f9bf05d56e9657d76fea" args="() const " -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>checkInvariants</b> () const </td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#1117b8d0dc255f403f2757c1ad008b26">doOperationDoneEvent</a> (const GpgME::Error &amp;e)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#b46666423f3a2293d6ee86fde9e4f498">hookupContextToEventLoopInteractor</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#140ab4954e949430c9c6477638fb5216">setPatterns</a> (const QStringList &amp;sl, bool allowEmpty=false)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#aa2e61c04958b2e234778fe50015075f">numPatterns</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#7a2d17276205e3e3a7c9af85a0d01552">nextChunk</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const char **&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#103b5a9ac80e35e69157f36fbeebaa5d">patterns</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#a39a81b8fe99e40b66fb3873d1d4f9c6">setChunkSize</a> (unsigned int size)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#6e29c9842cbe834895ab8f246ff878b0">chunkSize</a> () const </td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#28553787d6b2e07bb5de4421593217f7">createOutData</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#465a256e0a6b35f6b4406d9e451ab1df">createInData</a> (const QByteArray &amp;in)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">GpgME::Error&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#86778b79421c996d354c591d6e08b12e">setSigningKeys</a> (const std::vector&lt; GpgME::Key &gt; &amp;signers)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#397c9b00648a5f3928290d89fcb2bc27">doSlotOperationDoneEvent</a> (GpgME::Context *context, const GpgME::Error &amp;e)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classKleo_1_1QGpgMEJob.html#6127be9c6281d93cb0feb16e1fb17087">getAuditLog</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a406a407d32ab82060599345edd5e97c"></a><!-- doxytag: member="Kleo::QGpgMEJob::doEmitProgressSignal" ref="a406a407d32ab82060599345edd5e97c" args="(const QString &amp;what, int current, int total)=0" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>doEmitProgressSignal</b> (const QString &amp;what, int current, int total)=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e15e6c394e2e48f79854ca4c5b69aaa9"></a><!-- doxytag: member="Kleo::QGpgMEJob::doEmitDoneSignal" ref="e15e6c394e2e48f79854ca4c5b69aaa9" args="()=0" -->
virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><b>doEmitDoneSignal</b> ()=0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e8dad46202560be166d313fd0cc23c11"></a><!-- doxytag: member="Kleo::QGpgMEJob::doSlotCancel" ref="e8dad46202560be166d313fd0cc23c11" args="()" -->
void&nbsp;</td><td class="memItemRight" valign="bottom"><b>doSlotCancel</b> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3a8ffafcfd241a61b0eb102e15eb323b"></a><!-- doxytag: member="Kleo::QGpgMEJob::auditLogAsHtml" ref="3a8ffafcfd241a61b0eb102e15eb323b" args="() const " -->
QString&nbsp;</td><td class="memItemRight" valign="bottom"><b>auditLogAsHtml</b> () const </td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c65b96c248f2a3616883a00f58c120c7"></a><!-- doxytag: member="Kleo::QGpgMEJob::mThis" ref="c65b96c248f2a3616883a00f58c120c7" args="" -->
<a class="el" href="classKleo_1_1Job.html">Kleo::Job</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mThis</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="974575c0e5dc0535eee3dc590c15edd3"></a><!-- doxytag: member="Kleo::QGpgMEJob::mCtx" ref="974575c0e5dc0535eee3dc590c15edd3" args="" -->
GpgME::Context *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mCtx</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b2030e88b983d1969bd20cf41a08843a"></a><!-- doxytag: member="Kleo::QGpgMEJob::mInData" ref="b2030e88b983d1969bd20cf41a08843a" args="" -->
GpgME::Data *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mInData</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="18d5acb359cefea1d12f7f11b5b54a36"></a><!-- doxytag: member="Kleo::QGpgMEJob::mInDataDataProvider" ref="18d5acb359cefea1d12f7f11b5b54a36" args="" -->
QGpgME::QByteArrayDataProvider *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mInDataDataProvider</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="e392bf00936ef456012cb49bd18ce6f9"></a><!-- doxytag: member="Kleo::QGpgMEJob::mOutData" ref="e392bf00936ef456012cb49bd18ce6f9" args="" -->
GpgME::Data *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mOutData</b></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="790b2b84adb40aab4c8e675d66cbfdf7"></a><!-- doxytag: member="Kleo::QGpgMEJob::mOutDataDataProvider" ref="790b2b84adb40aab4c8e675d66cbfdf7" args="" -->
QGpgME::QByteArrayDataProvider *&nbsp;</td><td class="memItemRight" valign="bottom"><b>mOutDataDataProvider</b></td></tr>

</table>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="1117b8d0dc255f403f2757c1ad008b26"></a><!-- doxytag: member="Kleo::QGpgMEJob::doOperationDoneEvent" ref="1117b8d0dc255f403f2757c1ad008b26" args="(const GpgME::Error &amp;e)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void Kleo::QGpgMEJob::doOperationDoneEvent           </td>
          <td>(</td>
          <td class="paramtype">const GpgME::Error &amp;&nbsp;</td>
          <td class="paramname"> <em>e</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected, pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Called on operation-done events, between emitting done() and calling deleteLater(). You should emit your result signal here. 
</div>
</div><p>
<a class="anchor" name="b46666423f3a2293d6ee86fde9e4f498"></a><!-- doxytag: member="Kleo::QGpgMEJob::hookupContextToEventLoopInteractor" ref="b46666423f3a2293d6ee86fde9e4f498" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::hookupContextToEventLoopInteractor           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Hooks up mCtx to be managed by the event loop interactor 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00152">152</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="140ab4954e949430c9c6477638fb5216"></a><!-- doxytag: member="Kleo::QGpgMEJob::setPatterns" ref="140ab4954e949430c9c6477638fb5216" args="(const QStringList &amp;sl, bool allowEmpty=false)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::setPatterns           </td>
          <td>(</td>
          <td class="paramtype">const QStringList &amp;&nbsp;</td>
          <td class="paramname"> <em>sl</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&nbsp;</td>
          <td class="paramname"> <em>allowEmpty</em> = <code>false</code></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Fills mPatterns from the stringlist, resets chunking to the full list 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00159">159</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="aa2e61c04958b2e234778fe50015075f"></a><!-- doxytag: member="Kleo::QGpgMEJob::numPatterns" ref="aa2e61c04958b2e234778fe50015075f" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int Kleo::QGpgMEJob::numPatterns           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Returnes the number of patterns set 
<p>Definition at line <a class="el" href="qgpgmejob_8h-source.html#l00093">93</a> of file <a class="el" href="qgpgmejob_8h-source.html">qgpgmejob.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7a2d17276205e3e3a7c9af85a0d01552"></a><!-- doxytag: member="Kleo::QGpgMEJob::nextChunk" ref="7a2d17276205e3e3a7c9af85a0d01552" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char ** Kleo::QGpgMEJob::nextChunk           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Skips to the next chunk of patterns. <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="classKleo_1_1QGpgMEJob.html#103b5a9ac80e35e69157f36fbeebaa5d">patterns()</a> </dd></dl>

<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00192">192</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="103b5a9ac80e35e69157f36fbeebaa5d"></a><!-- doxytag: member="Kleo::QGpgMEJob::patterns" ref="103b5a9ac80e35e69157f36fbeebaa5d" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const char ** Kleo::QGpgMEJob::patterns           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>patterns, offset by the current chunk </dd></dl>

<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00207">207</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="a39a81b8fe99e40b66fb3873d1d4f9c6"></a><!-- doxytag: member="Kleo::QGpgMEJob::setChunkSize" ref="a39a81b8fe99e40b66fb3873d1d4f9c6" args="(unsigned int size)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::setChunkSize           </td>
          <td>(</td>
          <td class="paramtype">unsigned int&nbsp;</td>
          <td class="paramname"> <em>size</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the current pattern chunksize to size and reset the chunk index to zero 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00179">179</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6e29c9842cbe834895ab8f246ff878b0"></a><!-- doxytag: member="Kleo::QGpgMEJob::chunkSize" ref="6e29c9842cbe834895ab8f246ff878b0" args="() const " -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">unsigned int Kleo::QGpgMEJob::chunkSize           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"> const<code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>current chunksize </dd></dl>

<p>Definition at line <a class="el" href="qgpgmejob_8h-source.html#l00101">101</a> of file <a class="el" href="qgpgmejob_8h-source.html">qgpgmejob.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="28553787d6b2e07bb5de4421593217f7"></a><!-- doxytag: member="Kleo::QGpgMEJob::createOutData" ref="28553787d6b2e07bb5de4421593217f7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::createOutData           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates an empty GpgME::Data/QGpgMEQByteArrayDataProvider pair 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00231">231</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="465a256e0a6b35f6b4406d9e451ab1df"></a><!-- doxytag: member="Kleo::QGpgMEJob::createInData" ref="465a256e0a6b35f6b4406d9e451ab1df" args="(const QByteArray &amp;in)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::createInData           </td>
          <td>(</td>
          <td class="paramtype">const QByteArray &amp;&nbsp;</td>
          <td class="paramname"> <em>in</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Creates a GpgME::Data/QGpgMEQByteArrayDataProvider pair, filled with the contents of <em>in</em> 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00225">225</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="86778b79421c996d354c591d6e08b12e"></a><!-- doxytag: member="Kleo::QGpgMEJob::setSigningKeys" ref="86778b79421c996d354c591d6e08b12e" args="(const std::vector&lt; GpgME::Key &gt; &amp;signers)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">GpgME::Error Kleo::QGpgMEJob::setSigningKeys           </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; GpgME::Key &gt; &amp;&nbsp;</td>
          <td class="paramname"> <em>signers</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Sets the list of signing keys 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00214">214</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="397c9b00648a5f3928290d89fcb2bc27"></a><!-- doxytag: member="Kleo::QGpgMEJob::doSlotOperationDoneEvent" ref="397c9b00648a5f3928290d89fcb2bc27" args="(GpgME::Context *context, const GpgME::Error &amp;e)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::doSlotOperationDoneEvent           </td>
          <td>(</td>
          <td class="paramtype">GpgME::Context *&nbsp;</td>
          <td class="paramname"> <em>context</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const GpgME::Error &amp;&nbsp;</td>
          <td class="paramname"> <em>e</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Call this to implement a slotOperationDoneEvent() 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00251">251</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<a class="anchor" name="6127be9c6281d93cb0feb16e1fb17087"></a><!-- doxytag: member="Kleo::QGpgMEJob::getAuditLog" ref="6127be9c6281d93cb0feb16e1fb17087" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void Kleo::QGpgMEJob::getAuditLog           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Call this to extract the audit log from mCtx 
<p>Definition at line <a class="el" href="qgpgmejob_8cpp-source.html#l00260">260</a> of file <a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="qgpgmejob_8h-source.html">qgpgmejob.h</a><li><a class="el" href="qgpgmejob_8cpp-source.html">qgpgmejob.cpp</a></ul>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>certmanager/lib</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="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></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="classCryptPlugWrapper.html">cryptplugwrapper</option>,  <option value="classKleo_1_1ChiasmusJob.html">kleo::chiasmusjob</option>,  <option value="classKleo_1_1ChiasmusLibrary.html">kleo::chiasmuslibrary</option>,  <option value="classKleo_1_1CryptoConfig.html">kleo::cryptoconfig</option>,  <option value="classKleo_1_1CryptoConfigComponent.html">kleo::cryptoconfigcomponent</option>,  <option value="classKleo_1_1CryptoConfigDialog.html">kleo::cryptoconfigdialog</option>,  <option value="classKleo_1_1CryptoConfigEntry.html">kleo::cryptoconfigentry</option>,  <option value="classKleo_1_1CryptoConfigGroup.html">kleo::cryptoconfiggroup</option>,  <option value="classKleo_1_1CryptoConfigModule.html">kleo::cryptoconfigmodule</option>,  <option value="classKleo_1_1DecryptJob.html">kleo::decryptjob</option>,  <option value="classKleo_1_1DecryptVerifyJob.html">kleo::decryptverifyjob</option>,  <option value="classKleo_1_1DeleteJob.html">kleo::deletejob</option>,  <option value="classKleo_1_1DN.html">kleo::dn</option>,  <option value="classKleo_1_1DNAttributeMapper.html">kleo::dnattributemapper</option>,  <option value="classKleo_1_1DownloadJob.html">kleo::downloadjob</option>,  <option value="classKleo_1_1EncryptJob.html">kleo::encryptjob</option>,  <option value="classKleo_1_1ExportJob.html">kleo::exportjob</option>,  <option value="classKleo_1_1GnuPGProcessBase.html">kleo::gnupgprocessbase</option>,  <option value="classKleo_1_1HierarchicalKeyListJob.html">kleo::hierarchicalkeylistjob</option>,  <option value="classKleo_1_1ImportJob.html">kleo::importjob</option>,  <option value="classKleo_1_1Job.html">kleo::job</option>,  <option value="classKleo_1_1KeyFilter.html">kleo::keyfilter</option>,  <option value="classKleo_1_1KeyGenerationJob.html">kleo::keygenerationjob</option>,  <option value="classKleo_1_1KeyListJob.html">kleo::keylistjob</option>,  <option value="classKleo_1_1KeyRequester.html">kleo::keyrequester</option>,  <option value="classKleo_1_1MultiDeleteJob.html">kleo::multideletejob</option>,  <option value="classKleo_1_1ObtainKeysJob.html">kleo::obtainkeysjob</option>,  <option value="classKleo_1_1ProgressBar.html">kleo::progressbar</option>,  <option value="classKleo_1_1ProgressDialog.html">kleo::progressdialog</option>,  <option value="classKleo_1_1QGpgMEJob.html">kleo::qgpgmejob</option>,  <option value="classKleo_1_1RefreshKeysJob.html">kleo::refreshkeysjob</option>,  <option value="classKleo_1_1SignEncryptJob.html">kleo::signencryptjob</option>,  <option value="classKleo_1_1SignJob.html">kleo::signjob</option>,  <option value="classKleo_1_1SpecialJob.html">kleo::specialjob</option>,  <option value="classKleo_1_1VerifyDetachedJob.html">kleo::verifydetachedjob</option>,  <option value="classKleo_1_1VerifyOpaqueJob.html">kleo::verifyopaquejob</option>,  <option value="classQGpgMECryptoConfig.html">qgpgmecryptoconfig</option>,  <option value="classQGpgMECryptoConfigComponent.html">qgpgmecryptoconfigcomponent</option>,  <option value="classStructuringInfoWrapper.html">structuringinfowrapper</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../../akregator/html/index.html">akregator</a></li><li>&nbsp;&nbsp;<a href="../../../akregator/src/html/index.html">src</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../akregator/src/librss/html/index.html">librss</a></li><li><a href="../../../certmanager/html/index.html">certmanager</a></li><li>&nbsp;&nbsp;<a href="../../../certmanager/lib/html/index.html">lib</a></li><li><a href="../../../kaddressbook/html/index.html">kaddressbook</a></li><li><a href="../../../kalarm/html/index.html">kalarm</a></li><li>&nbsp;&nbsp;<a href="../../../kalarm/lib/html/index.html">lib</a></li><li><a href="../../../kandy/html/index.html">kandy</a></li><li><a href="../../../karm/html/index.html">karm</a></li><li><a href="../../../kdgantt/html/index.html">kdgantt</a></li><li><a href="../../../kgantt/html/index.html">kgantt</a></li><li><a href="../../../kioslaves/html/index.html">kioslaves</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/imap4/html/index.html">imap4</a></li><li>&nbsp;&nbsp;<a href="../../../kioslaves/mbox/html/index.html">mbox</a></li><li><a href="../../../kitchensync/html/index.html">kitchensync</a></li><li><a href="../../../kmail/html/index.html">kmail</a></li><li><a href="../../../knotes/html/index.html">knotes</a></li><li><a href="../../../konsolekalendar/html/index.html">konsolekalendar</a></li><li><a href="../../../kontact/html/index.html">kontact</a></li><li><a href="../../../korganizer/html/index.html">korganizer</a></li><li><a href="../../../kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/kpilot/html/index.html">kpilot</a></li><li>&nbsp;&nbsp;<a href="../../../kpilot/lib/html/index.html">lib</a></li><li><a href="../../../libemailfunctions/html/index.html">libemailfunctions</a></li><li><a href="../../../libkcal/html/index.html">libkcal</a></li><li><a href="../../../libkdepim/html/index.html">libkdepim</a></li><li><a href="../../../libkholidays/html/index.html">libkholidays</a></li><li><a href="../../../libkmime/html/index.html">libkmime</a></li><li><a href="../../../libkpgp/html/index.html">libkpgp</a></li><li><a href="../../../libkpimidentities/html/index.html">libkpimidentities</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>