kpilot
options.h File Reference
#include "config.h"
#include <qglobal.h>
#include <qnamespace.h>
#include <qstring.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <klocale.h>
#include "pilotLinkVersion.h"
#include <iostream>
Include dependency graph for options.h:
Go to the source code of this file.
Classes | |
class | KPilotDepthCount |
Defines | |
#define | CSL1(a) QString::fromLatin1(a "") |
#define | DEBUG (1) |
#define | DEBUGKPILOT std::cerr |
#define | FUNCTIONSETUP KPILOT_FNAMEDEF(1) |
#define | FUNCTIONSETUPL(l) KPILOT_FNAMEDEF(l) |
#define | KPILOT_DELETE(a) { if (a) { delete a; a=0L; } } |
#define | KPILOT_FNAMEDEF(l) KPilotDepthCount fname(l,__FILE__ ":" "__LINE__") |
#define | KPILOT_FREE(a) { if (a) { ::free(a); a=0L; } } |
#define | KPILOT_VERSION "4.9.4-3510 (elsewhere)" |
#define | SPACING (10) |
#define | TODO_I18N(a) QString::fromLatin1(a) |
#define | TODO_I18N_P(a, b, c) ((c>1) ? a : b) |
#define | WARNINGKPILOT |
Functions | |
std::ostream & | operator<< (std::ostream &o, const KPilotDepthCount &d) |
std::ostream & | operator<< (std::ostream &o, const QCString &s) |
std::ostream & | operator<< (std::ostream &o, const QString &s) |
KDE_EXPORT QDateTime | readTm (const struct tm &t) |
QString | rtExpand (const QString &s, Qt::TextFormat richText) |
KDE_EXPORT struct tm | writeTm (const QDate &dt) |
KDE_EXPORT struct tm | writeTm (const QDateTime &dt) |
Variables | |
KDE_EXPORT int | debug_level |
Define Documentation
#define CSL1 | ( | a | ) | QString::fromLatin1(a "") |
#define KPILOT_DELETE | ( | a | ) | { if (a) { delete a; a=0L; } } |
#define KPILOT_FNAMEDEF | ( | l | ) | KPilotDepthCount fname(l,__FILE__ ":" "__LINE__") |
#define TODO_I18N | ( | a | ) | QString::fromLatin1(a) |
#define WARNINGKPILOT |
Function Documentation
std::ostream& operator<< | ( | std::ostream & | o, | |
const KPilotDepthCount & | d | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, | |
const QCString & | s | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, | |
const QString & | s | |||
) | [inline] |
KDE_EXPORT QDateTime readTm | ( | const struct tm & | t | ) |
Convert a struct tm from the pilot-link package to a QDateTime.
Definition at line 72 of file options.cc.
Definition at line 58 of file options.cc.
KDE_EXPORT struct tm writeTm | ( | const QDate & | dt | ) | [read] |
Definition at line 105 of file options.cc.
KDE_EXPORT struct tm writeTm | ( | const QDateTime & | dt | ) | [read] |
Convert a QDateTime to a struct tm for use with the pilot-link package.
Definition at line 82 of file options.cc.
Variable Documentation
KDE_EXPORT int debug_level |
Definition at line 43 of file options.cc.