The pilot-qof context struct, extends qof_main_context. More...
#include <pilot-qof.h>
Data Fields | |
QofMainContext | qof |
gint | sd |
gint | db |
pi_buffer_t * | pi_buf |
pi_buffer_t * | app_buf |
CategoryAppInfo_t * | pi_cat |
PQExpensePref | pi_exp_pref |
guchar | pref_buf [0xffff] |
gchar * | port |
gint | quiet |
gint | ent_category |
const gchar * | cat_name |
gchar | names [16][16] |
gboolean | invoice_city |
gboolean | invoice_vendor |
The pilot-qof context struct, extends qof_main_context.
Definition at line 316 of file pilot-qof.h.
pi_buffer_t* PQContext_s::app_buf |
Application information buffer from Palm.
Definition at line 327 of file pilot-qof.h.
const gchar* PQContext_s::cat_name |
Real name of the selected category.
Definition at line 343 of file pilot-qof.h.
gint PQContext_s::db |
libpisock database handle.
Definition at line 323 of file pilot-qof.h.
The index of the category in pi_cat.
Definition at line 341 of file pilot-qof.h.
gboolean PQContext_s::invoice_city |
Shorthand to relate a contact to a timed event using expense_city as lookup index
Definition at line 348 of file pilot-qof.h.
Referenced by main().
gboolean PQContext_s::invoice_vendor |
Shorthand to relate a contact to a timed event using expense_vendor as lookup index
Definition at line 351 of file pilot-qof.h.
Referenced by main().
gchar PQContext_s::names[16][16] |
Full list of category names.
Definition at line 345 of file pilot-qof.h.
pi_buffer_t* PQContext_s::pi_buf |
Record buffer from Palm database (from pilot-link 0.12).
Definition at line 325 of file pilot-qof.h.
CategoryAppInfo_t* PQContext_s::pi_cat |
category info from the Palm for this database.
Definition at line 329 of file pilot-qof.h.
Expense preferences include the currency data, unit of distance and current category.
Definition at line 332 of file pilot-qof.h.
gchar* PQContext_s::port |
dummy copy of popt variable for 0.11.8
Definition at line 337 of file pilot-qof.h.
Referenced by main().
guchar PQContext_s::pref_buf[0xffff] |
Preferences buffer. libpisock requires a real buffer here, using a pi_buffer_t* fails.
Definition at line 335 of file pilot-qof.h.
gint PQContext_s::quiet |
gint PQContext_s::sd |
libpisock connection handle.
Definition at line 321 of file pilot-qof.h.