ConduitAction | The SyncActions created by the factory should obey at least the argument test, indicating a dry run |
ConduitConfigBase | The first classe here: ConduitConfigBase is for configuration purposes |
ConduitFactory< Widget, Action > | Template class that defines a conduit's factory |
DatabaseInterpreter< kdetype, pilottype, mapper > | A template class for reading and interpreting a database |
dlp< t > | |
dlp< char * > | |
dlp< long > | |
dlp< short > | |
KPilotCard | |
KPilotDepthCount | |
KPilotDeviceLink | Implementation of the device link class for physical handheld devices, which communicate with the PC using DLP / SLP via the pilot-link library |
KPilotLibSettings | |
KPilotLink | This is the abstract base class for Handheld interaction |
KPilotLocalLink | Implementation of the device link for file-system backed (ie |
KPilotSysInfo | |
KPilotUser | |
NullMapper< T > | NULL mapper class; the conversions here don't do anything, so you can use this when you only need 1 conversion step (from PilotRecord to PilotDatebookEntry, for instance) instead of 2 |
PilotAddress | A wrapper class around the Address struct provided by pi-address.h |
PilotAppInfo< appinfo, unpack, pack > | A template class for reading and interpreting AppInfo blocks; the idea is that it handles all the boilerplate code for reading the app block, converting it to the right kind, and then unpacking it |
PilotAppInfoBase | A database on the handheld has an "AppInfo" block at the beginning with some database-specific information and a common part |
PilotDatabase | Methods to access a database on the pilot |
PilotDateEntry | This class is a wrapper for pilot-link's datebook entries (struct Appointment) |
PilotLocalDatabase | |
PilotMemo | |
PilotRecord | An "uninterpreted" representation of the bits comprising a HH record |
PilotRecordBase | All entries in the Handheld -- whether interpreted or binary blobs -- have some common characteristics, viz |
PilotSerialDatabase | |
PilotTodoEntry | A decoded ToDo item |
RecordConduit< PCEntry, PCContainer, HHEntry, HHAppInfo, Syncer > | |
RecordConduitBase | An intermediate class that introduces the slots we need for our sync implementation |
SyncAction | |
SyncAction::SyncMode | This class encapsulates the different sync modes that can be used, and enforces a little discipline in changing the mode and messing around in general |
UIDialog | This class should really be a namespace, since it contains only a pair of static methods, and they are not all that interesting anyway (I can imagine them living in factories, or even in libs somewhere as a AboutDataWidget) |