KDE PIM / Developers / API Docs / kpilot / lib

RecordConduit::PCEntry Class Reference

This class is just a wrapper around an entry on the PC, which provides a uniform interface for all different kinds of entries like addressbook, calendar, todo, diary entries, etc. More...

#include <recordConduit.h>

List of all members.

Public Member Functions


Detailed Description

This class is just a wrapper around an entry on the PC, which provides a uniform interface for all different kinds of entries like addressbook, calendar, todo, diary entries, etc.


Member Function Documentation

virtual QString RecordConduit::PCEntry::uid  )  const [pure virtual]
 

Return the uid of the entry on the PC.

virtual recordid_t RecordConduit::PCEntry::recid  )  const [pure virtual]
 

Return the palm record id uid of the entry (this record id should be stored somewhere together with the entry on the pc to make it possible to link an entry on the handheld and one on the PC together.

virtual void RecordConduit::PCEntry::setRecid recordid_t  recid  )  [pure virtual]
 

Store a palm record id with the entry on the PC.

virtual bool RecordConduit::PCEntry::isEmpty  )  const [pure virtual]
 

Check if the PC entry is actually empty.

virtual bool RecordConduit::PCEntry::isArchived  )  const [pure virtual]
 

Return if the entry is maked as archived and should not be copied to the handheld.

virtual bool RecordConduit::PCEntry::makeArchived  )  [pure virtual]
 

Mark the entry as archived so it isn't copied to the handheld.

virtual bool RecordConduit::PCEntry::insertCategory QString  cat  )  [pure virtual]
 

Add a category to the entry.


The documentation for this class was generated from the following file: