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 <qstring.h>
#include <qstringlist.h>
#include <qvaluelist.h>
#include "pilotLinkVersion.h"

Go to the source code of this file.


Classes

struct  Pilot::dlp< t >

Namespaces

namespace  Pilot

Defines

#define MIN(X, Y)   ((X) < (Y) ? (X) : (Y))

Typedefs

typedef QValueList< recordid_t > Pilot::RecordIDList

Functions

QString Pilot::fromPilot (const char *c, int len)
QString Pilot::fromPilot (const char *c)
int Pilot::toPilot (const QString &s, char *buf, int len)
int Pilot::toPilot (const QString &s, unsigned char *buf, int len)
QCString Pilot::toPilot (const QString &s)
bool Pilot::setupPilotCodec (const QString &name)
QString Pilot::codecName ()
void Pilot::dumpCategories (const struct CategoryAppInfo *info)
bool Pilot::validCategory (int c)
QString Pilot::categoryName (const struct CategoryAppInfo *info, unsigned int i)
QStringList Pilot::categoryNames (const struct CategoryAppInfo *info)
int Pilot::findCategory (const struct CategoryAppInfo *info, const QString &name, bool unknownIsUnfiled)
int Pilot::insertCategory (struct CategoryAppInfo *info, const QString &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.

KDE Home | KDE Accessibility Home | Description of Access Keys