Data Structures | Defines | Functions | Variables

pilot-todo.c File Reference

QOF ToDo definitions for pilot-link. More...

#include <glib.h>
#include <glib/gprintf.h>
#include <qof.h>
#include "pilot-todo.h"
#include "qof-main.h"
#include "pilot-qof.h"
#include "pi-todo.h"

Go to the source code of this file.

Data Structures

struct  QofTodo

Defines

#define QOF_TODO_DESC   "Pilot-Link QOF ToDo"

Functions

static QofTodotodo_create (QofBook *book)
ToDo_t * todo_get_pilot (QofInstance *inst)
static gint todo_getLength (QofTodo *t)
static QofTime * todo_getTimeDue (QofTodo *t)
static gint todo_getPriority (QofTodo *t)
static gint todo_getComplete (QofTodo *t)
static gchar * todo_getDescription (QofTodo *t)
static gchar * todo_getNote (QofTodo *t)
static gchar * todo_getCategory (QofTodo *t)
static void todo_setLength (QofTodo *t, gint l)
static void todo_setTimeDue (QofTodo *t, QofTime *qt)
static void todo_setPriority (QofTodo *t, gint p)
static void todo_setComplete (QofTodo *t, gint c)
static void todo_setDescription (QofTodo *t, gchar *d)
static void todo_setNote (QofTodo *t, gchar *n)
static void todo_setCategory (QofTodo *t, gchar *n)
static const gchar * todoPrintable (gpointer instance)
gboolean ToDoRegister (void)

Variables

static QofLogModule log_module = "pilotqof-objects"
static QofObject todo_object_def

Detailed Description

QOF ToDo definitions for pilot-link.

Author:
Copyright (c) 2004-2007 Neil Williams <linux@codehelp.co.uk>

Definition in file pilot-todo.c.