Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
ContextFeatureThis class represents a "feature" in the logging framework/system
ContextRealLoggerA real logging class
ContextZeroLoggerA fake logging class
ContextProvider::GroupGroups the firstSubscriberAppeared and lastSubscriberDisappeared from multiple Property objects together
ContextProvider::GroupListener
ContextProvider::GroupPrivate
ContextProvider::Listener
ContextProvider::PropertyA Property object represents a context property, i.e., a key-value pair
ContextProvider::PropertyAdaptorA DBus adaptor for implementing the org.maemo.contextkit.Property
ContextProvider::PropertyListener
ContextProvider::PropertyPrivateThe private implementation of Property
ContextProvider::ServiceA Service object is a proxy representing a service on D-Bus that implements the ContextKit interface. The lifespan of the Service object is not tied to the real service lifespan. This way a service can be accessed and controlled from different parts of the code
ContextProvider::ServiceBackendA ServiceBackend is the real worker behind Service