aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html')
-rw-r--r--libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html161
1 files changed, 161 insertions, 0 deletions
diff --git a/libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html b/libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html
new file mode 100644
index 00000000..86d50946
--- /dev/null
+++ b/libcontextprovider/doc/html/class_context_provider_1_1_subscriber_adaptor.html
@@ -0,0 +1,161 @@
+<!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>libcontextprovider: ContextProvider::SubscriberAdaptor Class Reference</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 class="current"><a href="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ </ul>
+ </div>
+ <div class="tabs">
+ <ul>
+ <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
+ <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
+ <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
+ <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
+ </ul>
+ </div>
+ <div class="navpath"><a class="el" href="namespace_context_provider.html">ContextProvider</a>::<a class="el" href="class_context_provider_1_1_subscriber_adaptor.html">SubscriberAdaptor</a>
+ </div>
+</div>
+<div class="contents">
+<h1>ContextProvider::SubscriberAdaptor Class Reference</h1><!-- doxytag: class="ContextProvider::SubscriberAdaptor" -->
+<p>A DBus adaptor for implementing the org.freedesktop.ContextKit.Subscriber interface. Using the <a class="el" href="class_context_provider_1_1_subscriber.html" title="Subscriber implements the org.freedesktop.ContextKit.Subscriber DBus interface with...">Subscriber</a> the remote client can subscribe and unsubscribe from keys.
+<a href="#_details">More...</a></p>
+
+<p><code>#include &lt;<a class="el" href="subscriberadaptor_8h_source.html">subscriberadaptor.h</a>&gt;</code></p>
+
+<p><a href="class_context_provider_1_1_subscriber_adaptor-members.html">List of all members.</a></p>
+<table border="0" cellpadding="0" cellspacing="0">
+<tr><td colspan="2"><h2>Public Slots</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">QMap&lt; QString, QVariant &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_context_provider_1_1_subscriber_adaptor.html#a5ee496e408e9406d752d80511d8c0596">Subscribe</a> (const QStringList &amp;keys, QStringList &amp;undetermined)</td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Performs the <a class="el" href="class_context_provider_1_1_subscriber.html#a38b01c1486af496970ed00e8bb9dd503" title="Subscribes to te specified list of keys.">Subscriber::subscribe</a> method to subscribe to a given set of keys. <a href="#a5ee496e408e9406d752d80511d8c0596"></a><br/></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_context_provider_1_1_subscriber_adaptor.html#ab964442115740fa585f94e73a0a6e62d">Unsubscribe</a> (const QStringList &amp;keys)</td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Performs the <a class="el" href="class_context_provider_1_1_subscriber.html#ad006229fc6745798dbe55ceb81f88722" title="Unsubscribes from the passed list of keys.">Subscriber::unsubscribe</a> method to unsubscribe from a given set of keys. <a href="#ab964442115740fa585f94e73a0a6e62d"></a><br/></td></tr>
+<tr><td colspan="2"><h2>Signals</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_context_provider_1_1_subscriber_adaptor.html#ad959ca1be2787271374a334a06c4ec4d">Changed</a> (const QMap&lt; QString, QVariant &gt; &amp;values, const QStringList &amp;undetermined)</td></tr>
+<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
+<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_context_provider_1_1_subscriber_adaptor.html#ae9275992f7fe4ddd7094d2a3f294da7b">SubscriberAdaptor</a> (<a class="el" href="class_context_provider_1_1_subscriber.html">Subscriber</a> *subscriber)</td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor. Creates new adaptor for the given <em>subscriber</em> <a class="el" href="class_context_provider_1_1_subscriber.html" title="Subscriber implements the org.freedesktop.ContextKit.Subscriber DBus interface with...">Subscriber</a> object. <a href="#ae9275992f7fe4ddd7094d2a3f294da7b"></a><br/></td></tr>
+</table>
+<hr/><a name="_details"></a><h2>Detailed Description</h2>
+<p>A DBus adaptor for implementing the org.freedesktop.ContextKit.Subscriber interface. Using the <a class="el" href="class_context_provider_1_1_subscriber.html" title="Subscriber implements the org.freedesktop.ContextKit.Subscriber DBus interface with...">Subscriber</a> the remote client can subscribe and unsubscribe from keys. </p>
+<hr/><h2>Constructor &amp; Destructor Documentation</h2>
+<a class="anchor" id="ae9275992f7fe4ddd7094d2a3f294da7b"></a><!-- doxytag: member="ContextProvider::SubscriberAdaptor::SubscriberAdaptor" ref="ae9275992f7fe4ddd7094d2a3f294da7b" args="(Subscriber *subscriber)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">ContextProvider::SubscriberAdaptor::SubscriberAdaptor </td>
+ <td>(</td>
+ <td class="paramtype"><a class="el" href="class_context_provider_1_1_subscriber.html">Subscriber</a> *&nbsp;</td>
+ <td class="paramname"> <em>subscriber</em></td>
+ <td>&nbsp;)&nbsp;</td>
+ <td></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Constructor. Creates new adaptor for the given <em>subscriber</em> <a class="el" href="class_context_provider_1_1_subscriber.html" title="Subscriber implements the org.freedesktop.ContextKit.Subscriber DBus interface with...">Subscriber</a> object. </p>
+
+</div>
+</div>
+<hr/><h2>Member Function Documentation</h2>
+<a class="anchor" id="ad959ca1be2787271374a334a06c4ec4d"></a><!-- doxytag: member="ContextProvider::SubscriberAdaptor::Changed" ref="ad959ca1be2787271374a334a06c4ec4d" args="(const QMap&lt; QString, QVariant &gt; &amp;values, const QStringList &amp;undetermined)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">void ContextProvider::SubscriberAdaptor::Changed </td>
+ <td>(</td>
+ <td class="paramtype">const QMap&lt; QString, QVariant &gt; &amp;&nbsp;</td>
+ <td class="paramname"> <em>values</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">const QStringList &amp;&nbsp;</td>
+ <td class="paramname"> <em>undetermined</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [signal]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+</div>
+</div>
+<a class="anchor" id="a5ee496e408e9406d752d80511d8c0596"></a><!-- doxytag: member="ContextProvider::SubscriberAdaptor::Subscribe" ref="a5ee496e408e9406d752d80511d8c0596" args="(const QStringList &amp;keys, QStringList &amp;undetermined)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">QMap&lt; QString, QVariant &gt; ContextProvider::SubscriberAdaptor::Subscribe </td>
+ <td>(</td>
+ <td class="paramtype">const QStringList &amp;&nbsp;</td>
+ <td class="paramname"> <em>keys</em>, </td>
+ </tr>
+ <tr>
+ <td class="paramkey"></td>
+ <td></td>
+ <td class="paramtype">QStringList &amp;&nbsp;</td>
+ <td class="paramname"> <em>undetermined</em></td><td>&nbsp;</td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>)</td>
+ <td></td><td></td><td><code> [slot]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Performs the <a class="el" href="class_context_provider_1_1_subscriber.html#a38b01c1486af496970ed00e8bb9dd503" title="Subscribes to te specified list of keys.">Subscriber::subscribe</a> method to subscribe to a given set of keys. </p>
+
+</div>
+</div>
+<a class="anchor" id="ab964442115740fa585f94e73a0a6e62d"></a><!-- doxytag: member="ContextProvider::SubscriberAdaptor::Unsubscribe" ref="ab964442115740fa585f94e73a0a6e62d" args="(const QStringList &amp;keys)" -->
+<div class="memitem">
+<div class="memproto">
+ <table class="memname">
+ <tr>
+ <td class="memname">void ContextProvider::SubscriberAdaptor::Unsubscribe </td>
+ <td>(</td>
+ <td class="paramtype">const QStringList &amp;&nbsp;</td>
+ <td class="paramname"> <em>keys</em></td>
+ <td>&nbsp;)&nbsp;</td>
+ <td><code> [slot]</code></td>
+ </tr>
+ </table>
+</div>
+<div class="memdoc">
+
+<p>Performs the <a class="el" href="class_context_provider_1_1_subscriber.html#ad006229fc6745798dbe55ceb81f88722" title="Unsubscribes from the passed list of keys.">Subscriber::unsubscribe</a> method to unsubscribe from a given set of keys. </p>
+
+</div>
+</div>
+<hr/>The documentation for this class was generated from the following files:<ul>
+<li><a class="el" href="subscriberadaptor_8h_source.html">subscriberadaptor.h</a></li>
+<li><a class="el" href="subscriberadaptor_8cpp.html">subscriberadaptor.cpp</a></li>
+</ul>
+</div>
+<hr size="1"/><address style="text-align: right;"><small>Generated on Mon Oct 19 14:19:52 2009 for libcontextprovider 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>