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>
Inherited by VCalConduitBase::VCalEntry.
Public Member Functions
- virtual QString uid () const =0
- virtual recordid_t recid () const =0
- virtual void setRecid (recordid_t recid)=0
- virtual bool isEmpty () const =0
- virtual bool isArchived () const =0
- virtual bool makeArchived ()=0
- virtual bool insertCategory (QString cat)=0
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
|
Return the uid of the entry on the PC.
|
|
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.
|
|
Store a palm record id with the entry on the PC.
|
|
Check if the PC entry is actually empty.
|
|
Return if the entry is maked as archived and should not be copied to the handheld.
|
|
Mark the entry as archived so it isn't copied to the handheld.
|
|
Add a category to the entry.
|
The documentation for this class was generated from the following file:
- recordConduit.h