aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html')
-rw-r--r--libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html b/libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html
new file mode 100644
index 00000000..bd0b1f42
--- /dev/null
+++ b/libcontextsubscriber/doc/html/safedbuspendingcallwatcher_8h_source.html
@@ -0,0 +1,51 @@
+<!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">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<title>libcontextsubscriber: safedbuspendingcallwatcher.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<link href="doxygen.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<!-- Generated by Doxygen 1.6.1 -->
+<div class="navigation" id="top">
+ <div class="tabs">
+ <ul>
+ <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
+ <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li><a href="annotated.html"><span>Classes</span></a></li>
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
+ </ul>
+ </div>
+ <div class="tabs">
+ <ul>
+ <li><a href="files.html"><span>File&nbsp;List</span></a></li>
+ <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
+ </ul>
+ </div>
+<h1>safedbuspendingcallwatcher.h</h1><a href="safedbuspendingcallwatcher_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef SAFEDBUSPENDINGCALLWATCHER_H</span>
+<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define SAFEDBUSPENDINGCALLWATCHER_H</span>
+<a name="l00003"></a>00003 <span class="preprocessor"></span>
+<a name="l00004"></a>00004 <span class="preprocessor">#include &quot;<a class="code" href="sconnect_8h.html">sconnect.h</a>&quot;</span>
+<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;QDBusPendingCallWatcher&gt;</span>
+<a name="l00006"></a>00006
+<a name="l00009"></a><a class="code" href="class_safe_d_bus_pending_call_watcher.html">00009</a> <span class="keyword">class </span><a class="code" href="class_safe_d_bus_pending_call_watcher.html" title="Deletes itself after the finished() signal is emitted (and the mainloop entered)...">SafeDBusPendingCallWatcher</a> : <span class="keyword">public</span> QDBusPendingCallWatcher
+<a name="l00010"></a>00010 {
+<a name="l00011"></a>00011 Q_OBJECT;
+<a name="l00012"></a>00012
+<a name="l00013"></a>00013 <span class="keyword">public</span>:
+<a name="l00014"></a><a class="code" href="class_safe_d_bus_pending_call_watcher.html#a42bd0855e807cce5477ea61f4f094526">00014</a> <a class="code" href="class_safe_d_bus_pending_call_watcher.html#a42bd0855e807cce5477ea61f4f094526">SafeDBusPendingCallWatcher</a>(<span class="keyword">const</span> QDBusPendingCall &amp;call, QObject * parent = 0) :
+<a name="l00015"></a>00015 QDBusPendingCallWatcher(call, parent)
+<a name="l00016"></a>00016 {
+<a name="l00017"></a>00017 <a class="code" href="sconnect_8h.html#acab553d9479843d076c4cf952cceeefc">sconnect</a>(<span class="keyword">this</span>, SIGNAL(finished(QDBusPendingCallWatcher *)),
+<a name="l00018"></a>00018 <span class="keyword">this</span>, SLOT(deleteLater()));
+<a name="l00019"></a>00019 }
+<a name="l00020"></a>00020 };
+<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
+</pre></div></div>
+<hr size="1"/><address style="text-align: right;"><small>Generated on Thu Nov 26 11:46:18 2009 for libcontextsubscriber by&nbsp;
+<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
+</body>
+</html>