pilotDOCBookmark.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028 #ifndef _KPILOT_PILOTDOCBOOKMARK_H
00029 #define _KPILOT_PILOTDOCBOOKMARK_H
00030
00031 #include <pilotAppCategory.h>
00032 class PilotRecord;
00033
00034
00035 class PilotDOCBookmark:public PilotAppCategory {
00036 public:
00037 PilotDOCBookmark();
00038 PilotDOCBookmark(PilotRecord * rec);
00039 PilotDOCBookmark(const PilotDOCBookmark & e);
00040 ~PilotDOCBookmark() {};
00041 PilotDOCBookmark & operator=(const PilotDOCBookmark & e);
00042 PilotRecord *pack() {
00043 return PilotAppCategory::pack();
00044 }
00045
00046 protected:
00047 void *pack(void *, int *);
00048 void unpack(const void *, int = 0) {}
00049
00050 public:
00051 char bookmarkName[17];
00052 long int pos;
00053 };
00054
00055
00056 #endif
This file is part of the documentation for kpilot Library Version 3.2.2.