#include "common.h"#include "datacache.h"#include <opie2/odebug.h>#include <qpe/timestring.h>#include <qstring.h>#include <qheader.h>#include <qvector.h>#include <qdatetime.h>#include <assert.h>#include <stdlib.h>Include dependency graph for common.cpp:

Go to the source code of this file.
Defines | |
| #define | TV_VARIANT_AS(f) |
Functions | |
| int | parseNextNumber (QString *q) |
| QDataStream & | operator>> (QDataStream &s, TVVariant &p) |
| QDataStream & | operator<< (QDataStream &s, const TVVariant &p) |
| QDataStream & | operator>> (QDataStream &s, TVVariant::KeyType &p) |
| QDataStream & | operator<< (QDataStream &s, const TVVariant::KeyType &p) |
| QDataStream & | operator<< (QDataStream &s, const KeyList &k) |
| QDataStream & | operator>> (QDataStream &s, KeyList &k) |
| QDataStream & | operator<< (QDataStream &s, const DataElem &d) |
| QDataStream & | operator>> (QDataStream &s, DataElem &d) |
Variables | |
| static const int | del_flag = 0x1 |
| static const int | new_flag = 0x2 |
|
|
Value: Q##f& TVVariant::as##f() { \ if ( d->typ != f ) \ *this = TVVariant( to##f() ); \ else \ detach(); \ return *((Q##f*)d->value.ptr); } Definition at line 451 of file common.cpp. |
|
||||||||||||
|
Definition at line 1062 of file common.cpp. |
|
||||||||||||
|
Definition at line 996 of file common.cpp. |
|
||||||||||||
|
Definition at line 370 of file common.cpp. |
|
||||||||||||
|
Definition at line 355 of file common.cpp. |
|
||||||||||||
|
Definition at line 1079 of file common.cpp. |
|
||||||||||||
|
Definition at line 1012 of file common.cpp. |
|
||||||||||||
|
Definition at line 361 of file common.cpp. |
|
||||||||||||
|
Definition at line 349 of file common.cpp. |
|
|
Definition at line 43 of file common.cpp. References QString::at(), QChar::digitValue(), FALSE, i, QChar::isDigit(), QString::length(), QString::remove(), and TRUE. Referenced by TVVariant::toDate(), TVVariant::toInt(), and TVVariant::toTime(). |
|
|
Definition at line 38 of file common.cpp. Referenced by Key::delFlag(), and Key::setDelFlag(). |
|
|
Definition at line 39 of file common.cpp. Referenced by Key::newFlag(), and Key::setNewFlag(). |
1.4.2