Definition in file r_task.cc.
#include "r_task.h"
#include "record-internal.h"
#include "protostructs.h"
#include "data.h"
#include "time.h"
#include "debug.h"
#include <ostream>
#include <iomanip>
#include <string.h>
Go to the source code of this file.
Namespaces | |
namespace | Barry |
Defines | |
#define | TSKFC_TASK_TYPE 0x01 |
#define | TSKFC_TITLE 0x02 |
#define | TSKFC_NOTES 0x03 |
#define | TSKFC_START_TIME 0x05 |
#define | TSKFC_DUE_TIME 0x06 |
#define | TSKFC_DUE_FLAG 0x08 |
#define | TSKFC_STATUS 0x09 |
#define | TSKFC_PRIORITY 0x0a |
#define | TSKFC_RECURRENCE_DATA 0x0c |
#define | TSKFC_ALARM_TYPE 0x0e |
#define | TSKFC_ALARM_TIME 0x0f |
#define | TSKFC_TIMEZONE_CODE 0x10 |
#define | TSKFC_CATEGORIES 0x11 |
#define | TSKFC_END 0xffff |
Variables | |
FieldLink< Task > | Barry::TaskFieldLinks [] |