kpilot/lib
pilot.h File Reference
These are some base structures that reside on the handheld device -- strings and binary data. More...
#include <sys/types.h>
#include <pi-appinfo.h>
#include <pi-buffer.h>
#include <pi-dlp.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqvaluelist.h>
#include "pilotLinkVersion.h"
Go to the source code of this file.
Namespaces | |
namespace | Pilot |
Classes | |
struct | Pilot::dlp< t > |
Defines | |
#define | MIN(X, Y) ((X) < (Y) ? (X) : (Y)) |
Typedefs | |
typedef TQValueList< recordid_t > | Pilot::RecordIDList |
Functions | |
TQString | Pilot::fromPilot (const char *c, int len) |
TQString | Pilot::fromPilot (const char *c) |
int | Pilot::toPilot (const TQString &s, char *buf, int len) |
int | Pilot::toPilot (const TQString &s, unsigned char *buf, int len) |
TQCString | Pilot::toPilot (const TQString &s) |
bool | Pilot::setupPilotCodec (const TQString &name) |
TQString | Pilot::codecName () |
void | Pilot::dumpCategories (const struct CategoryAppInfo *info) |
bool | Pilot::validCategory (int c) |
TQString | Pilot::categoryName (const struct CategoryAppInfo *info, unsigned int i) |
TQStringList | Pilot::categoryNames (const struct CategoryAppInfo *info) |
int | Pilot::findCategory (const struct CategoryAppInfo *info, const TQString &name, bool unknownIsUnfiled) |
int | Pilot::insertCategory (struct CategoryAppInfo *info, const TQString &label, bool unknownIsUnfiled) |
static bool | Pilot::isResource (struct DBInfo *info) |
Variables | |
static const int | Pilot::MAX_APPINFO_SIZE = 8192 |
static const unsigned int | Pilot::CATEGORY_COUNT = 16 |
static const unsigned int | Pilot::CATEGORY_SIZE = 16 |
static const int | Pilot::Unfiled = 0 |
static const int | Pilot::MAX_RECORD_SIZE = 65535 |
Detailed Description
These are some base structures that reside on the handheld device -- strings and binary data.
Definition in file pilot.h.