aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/doc/html/annotated.html
blob: 990f2040696adc0a8f29c3702703032b717b5ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libcontextprovider: Class List</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.5.8 -->
<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 class="current"><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>
<div class="contents">
<h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="class_context_feature.html">ContextFeature</a></td><td class="indexvalue">This class represents a "feature" in the logging framework/system </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_real_logger.html">ContextRealLogger</a></td><td class="indexvalue">A real logging class </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_zero_logger.html">ContextZeroLogger</a></td><td class="indexvalue">A fake logging class </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_group.html">ContextProvider::Group</a></td><td class="indexvalue">Groups the firstSubscriberAppeared and lastSubscriberDisappeared from multiple <a class="el" href="class_context_provider_1_1_property.html" title="A Property object represents a context property, i.e., a key-value pair.">Property</a> objects together </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_group_listener.html">ContextProvider::GroupListener</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_context_provider_1_1_group_private.html">ContextProvider::GroupPrivate</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_listener.html">ContextProvider::Listener</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_manager.html">ContextProvider::Manager</a></td><td class="indexvalue"><a class="el" href="class_context_provider_1_1_manager.html" title="Manager implements the org.freedesktop.ContextKit.Manager DBus interface. (With the...">Manager</a> implements the org.freedesktop.ContextKit.Manager DBus interface. (With the help of <a class="el" href="class_context_provider_1_1_manager_adaptor.html" title="A DBus adaptor for implementing the org.freedesktop.ContextKit.Manager interface...">ManagerAdaptor</a>.) It creates and manages 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> objects. There is one <a class="el" href="class_context_provider_1_1_manager.html" title="Manager implements the org.freedesktop.ContextKit.Manager DBus interface. (With the...">Manager</a> object per each service </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_manager_adaptor.html">ContextProvider::ManagerAdaptor</a></td><td class="indexvalue">A DBus adaptor for implementing the org.freedesktop.ContextKit.Manager interface. The primary operation to perform through this adaptor is to get the subscriber </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_property.html">ContextProvider::Property</a></td><td class="indexvalue">A <a class="el" href="class_context_provider_1_1_property.html" title="A Property object represents a context property, i.e., a key-value pair.">Property</a> object represents a context property, i.e., a key-value pair </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_property_listener.html">ContextProvider::PropertyListener</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="struct_context_provider_1_1_property_private.html">ContextProvider::PropertyPrivate</a></td><td class="indexvalue"></td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_queued_invoker.html">ContextProvider::QueuedInvoker</a></td><td class="indexvalue">A class that can invoke its own methods in a delayed way </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_service.html">ContextProvider::Service</a></td><td class="indexvalue">A <a class="el" href="class_context_provider_1_1_service.html" title="A Service object is a proxy representing a service on D-Bus that implements the ContextKit...">Service</a> object is a proxy representing a service on D-Bus that implements the ContextKit interface. The lifespan of the <a class="el" href="class_context_provider_1_1_service.html" title="A Service object is a proxy representing a service on D-Bus that implements the ContextKit...">Service</a> object is not tied to the real service lifespan. This way a service can be accessed and controlled from different parts of the code </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_service_backend.html">ContextProvider::ServiceBackend</a></td><td class="indexvalue">A <a class="el" href="class_context_provider_1_1_service_backend.html" title="A ServiceBackend is the real worker behind Service.">ServiceBackend</a> is the real worker behind <a class="el" href="class_context_provider_1_1_service.html" title="A Service object is a proxy representing a service on D-Bus that implements the ContextKit...">Service</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_subscriber.html">ContextProvider::Subscriber</a></td><td class="indexvalue"><a class="el" href="class_context_provider_1_1_subscriber.html" title="Subscriber implements the org.freedesktop.ContextKit.Subscriber DBus interface with...">Subscriber</a> implements the org.freedesktop.ContextKit.Subscriber DBus interface with help of the SubsciberAdaptor </td></tr>
  <tr><td class="indexkey"><a class="el" href="class_context_provider_1_1_subscriber_adaptor.html">ContextProvider::SubscriberAdaptor</a></td><td class="indexvalue">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 </td></tr>
</table>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 30 10:23:55 2009 for libcontextprovider by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>