CButeo::DatabaseResults | |
CButeo::DeletedItemsIdStorage | Persistent storage for storing deleted item IDs |
CButeo::ItemCounts | Container for number of items added, deleted and modified |
CButeo::Logger | A logger singleton class |
CButeo::LogTimer | Helper class for timing function execution time |
▼CButeo::PluginCbInterface | Interface which client and server plugins can use to communicate with synchronization daemon |
CButeo::Synchronizer | The main entry point to the synchronization framework |
▼CButeo::Profile | This class represents a single profile, a collection of settings or data releated to some entity |
CButeo::StorageProfile | Storage Profile Class |
CButeo::SyncProfile | A top level synchronization profile |
CButeo::ProfileFactory | ProfileFactory handles creating Profile instances |
CButeo::ProfileField | This class represents a profile field |
CButeo::ProfilePrivate | Private implementation class for Profile class |
▼CQDBusAbstractAdaptor | |
CButeo::SyncBackupAdaptor | Adaptor class for interface com.nokia.backupclient |
CSyncDBusAdaptor | |
▼CQDBusAbstractInterface | |
CButeo::USBModedProxy |
- Proxy class for interface com.meego.usb_moded
|
CButeoPluginIface | |
CSyncDaemonProxy | Proxy class for interface com.meego.msyncd |
CQList< T > | |
CQList< Accounts::Account * > | |
CQList< Buteo::Profile * > | |
CQList< Buteo::TargetResults > | |
CQList< const Buteo::ProfileField * > | |
CQList< const Buteo::SyncResults * > | |
CQList< DllInfo > | |
CQList< ItemDetails > | |
CQList< QPair< QString, ProfileManager::ProfileChangeType > > | |
CQList< QString > | |
CQList< quint32 > | |
CQList< Sync::ConnectivityType > | |
CQMap< Key, Value > | |
CQMap< Accounts::Watch *, Accounts::AccountId > | |
CQMap< QString, BActivityStruct > | |
CQMap< QString, BActivitySwitchStruct > | |
CQMap< QString, BeatStruct > | |
CQMap< QString, bool > | |
CQMap< QString, Buteo::ServerPluginRunner * > | |
CQMap< QString, Buteo::SyncPluginBase::ReceivedItemDetails > | |
CQMap< QString, Buteo::SyncSession * > | |
CQMap< QString, int > | |
CQMap< QString, QObject * > | |
CQMap< QString, QString > | |
CQMap< QString, ServerData > | |
CQMap< QString, StorageMapItem > | |
CQMap< Sync::ConnectivityType, bool > | |
▼CQObject | |
CBackgroundSync | BackgroundSync implementation |
CButeo::AccountsHelper | Helper Class towards Accounts::Manager and various SSO related operations |
CButeo::BtHelper | Implementation for bluetooth helper utils |
CButeo::IPHeartBeat | IPHeartBeat implementation |
CButeo::NetworkManager | Class for managing network sessions |
CButeo::PluginManager | Manages plugins |
▼CButeo::PluginRunner | Base class for running sync plug-ins |
CButeo::ClientPluginRunner | Class for running client sync plug-ins |
CButeo::ServerPluginRunner | Class for running server sync plug-ins |
CButeo::ProfileManager | ProfileManager is responsible for storing and retrieving the profiles |
CButeo::ServerActivator | Keeps track of which server plug-ins should be enabled |
CButeo::StorageChangeNotifier | Notifies about changes in storages that it's asked to monitor |
CButeo::StorageChangeNotifierPlugin | Implement this class to notify about changes in a specific storage - contacts/calendar/sms, or even custom ones like a facebook storage, if there's such a storage on the device |
CButeo::StorageChangeNotifierPluginLoader | Base class for storage change notifier plugin loaders |
CButeo::StoragePlugin | Base class for storage plugins |
CButeo::StoragePluginLoader | Base class for storage plugin loaders |
▼CButeo::SyncBackupProxy | Defines a D-Bus backup proxy for the backupclient |
CButeo::SyncBackup | Handles Sync requirements towards Backup |
CButeo::SyncClientInterface | SyncInterface Class - Main Entry Point for SyncFW Clients |
CButeo::SyncClientInterfacePrivate | Private implementation class for SyncClientInterface |
▼CButeo::SyncDBusInterface | Defines a D-Bus interface for the sync daemon |
CButeo::Synchronizer | The main entry point to the synchronization framework |
CButeo::SyncDBusInterface | Defines a D-Bus interface for the sync daemon |
CButeo::SyncOnChange | This class initiates a sync if there are changes in storage(s) it's asked to monitor |
CButeo::SyncOnChangeTimer | |
▼CButeo::SyncPluginBase | Base class for client and server plugins |
▼CButeo::ClientPlugin | Base class for client plugins |
CButeo::OOPClientPlugin | |
▼CButeo::ServerPlugin | Base class for server plugins |
CButeo::OOPServerPlugin | |
CButeo::SyncPluginLoader | Base class for sync plugin loaders |
▼CButeo::SyncScheduler | SyncScheduler Object to be used to set Schedule via the framework |
CButeo::SyncOnChangeScheduler | |
CButeo::SyncSession | Class representing a single sync session |
CButeo::TransportTracker | Class for tracking transport states |
CSyncAlarmInventory | Class for storing alarms |
CSyncSigHandler | About this class. We can't call Qt functions from Unix signal handlers.We can only call async-signal-safe functions from signal handlers. So this provides a way to use Unix signal handlers with Qt. The strategy is to have our Unix signal handler will eventually cause a Qt signal to be emitted, and then we simply return from our Unix signal handler. Back in our Qt program, that Qt signal gets emitted and then received by our Qt slot function, where we are safely doing Qt stuff which weren't allowed to do in the Unix signal handler. One simple way to make this happen is declares a socket pair in our class for each Unix signal we want to handle. The socket pairs are declared as static data members.We also created a QSocketNotifier to monitor the read end of each socket pair, declare your Unix signal handlers to be static class methods, and declare a slot function corresponding to each of our Unix signal handlers. In this class, we intend to handle both the SIGHUP and SIGTERM signals |
▼CQThread | |
CButeo::ClientThread | Thread for client plugins |
CButeo::ServerThread | Thread for server plugin |
CButeo::SyncPluginBase::ReceivedItemDetails | |
CButeo::ProfileManager::SearchCriteria | Search criteria for finding profiles |
CButeo::StorageBooker | A helper class for managing storage reservations |
CButeo::StorageItem | Class to describe a storable item |
CButeo::SyncLog | History of completed synchronization sessions and their results |
CButeo::SyncQueue | Class for queuing sync sessions |
CButeo::SyncResults | Contains information about a completed synchronization session |
CButeo::SyncSchedule | Class for handling sync schedule settings |
CButeo::SyncSchedulePrivate | Private implementation class for SyncSchedule |
CButeo::TargetResults | Sync results for one target |