kpilot
pilotAddress.cc File Reference
#include "options.h"
#include <stdlib.h>
#include <assert.h>
#include <qnamespace.h>
#include <qstringlist.h>
#include "pilotAddress.h"
Include dependency graph for pilotAddress.cc:
Go to the source code of this file.
Defines | |
#define | MAXFIELDS 19 |
Variables | |
static const char * | default_address_category_names [] |
static const char * | default_address_field_labels [] |
Define Documentation
#define MAXFIELDS 19 |
Definition at line 177 of file pilotAddress.cc.
Variable Documentation
const char* default_address_category_names[] [static] |
Initial value:
{ "Unfiled", "Business", "Personal", "Quicklist", 0L }
Definition at line 43 of file pilotAddress.cc.
const char* default_address_field_labels[] [static] |
Initial value:
{ "Last name", "First name", "Company", "Work", "Home", "Fax", "Other", "E-mail", "Addr(W)", "City", "State", "Zip Code", "Country", "Title", "Custom 1", "Custom 2", "Custom 3", "Custom 4", "Note", 0L }
Definition at line 51 of file pilotAddress.cc.