QOF datebook definitions for pilot-link. More...
#include "pi-datebook.h"Go to the source code of this file.
Defines | |
| #define | DATEBOOK_REPEATER "transient_repeat" |
| Is this a transient repeat object? | |
| #define | DATEBOOK_KVP_PATH "datebook/exceptions" |
| #define | DATEBOOK_EVENT "untimed_event" |
| #define | DATEBOOK_BEGIN "start_time" |
| #define | DATEBOOK_END "end_time" |
| #define | DATEBOOK_ALARM "use_alarm" |
| #define | DATEBOOK_ADVANCE "alarm_advance" |
| #define | DATEBOOK_ADV_UNIT "advance_unit" |
| #define | DATEBOOK_REPEAT_TYPE "repeat_type" |
| #define | DATEBOOK_REPEAT_FOREVER "repeat_forever" |
| Does the repeat have an end? | |
| #define | DATEBOOK_REPEAT_END "repeat_end" |
| #define | DATEBOOK_REPEAT_FREQUENCY "repeat_frequency" |
| #define | DATEBOOK_REPEAT_DAY "repeat_day" |
| #define | DATEBOOK_REPEAT_WEEK_START "repeat_week_start" |
| #define | DATEBOOK_EXCEPTIONS "exception_count" |
| #define | DATEBOOK_EXCEPTION "exception_list" |
| #define | DATEBOOK_NOTE "note" |
| #define | DATEBOOK_CATEGORY "category" |
QOF object declaration | |
| #define | DATEBOOK_VERSION datebook_v1 |
| #define | PILOT_LINK_QOF_DATEBOOK "pilot_datebook" |
| #define | QOF_DATEBOOK_DESC "Pilot-link QOF datebook" |
| #define | DATEBOOK_DESCRIPTION "description" |
| #define | DATEBOOK_DURATION "duration_hours" |
Functions | |
| gboolean | DateBookRegister (void) |
| Appointment_t * | datebook_get_pilot (QofInstance *inst) |
| void | datebook_repeater_clone (QofEntity *ent, QofTime *qt_end, QofTime *qt_increment) |
QOF datebook definitions for pilot-link.
Definition in file qof-datebook.h.
1.7.1