#include </home/clem/local/src/opie/noncore/tools/pimconverter/converter.h>
Public Member Functions | |
| Converter (QWidget *parent, const char *name, WFlags fl) | |
| void | start_conversion () |
| void | start_upgrade () |
| void | selectedDatabase (int num) |
| void | selectedDestFormat (int num) |
| void | selectedSourceFormat (int num) |
| void | closeEvent (QCloseEvent *e) |
Static Public Member Functions | |
| static QString | appName () |
Private Types | |
| enum | DataBases { ADDRESSBOOK = 0, TODOLIST = 1, DATEBOOK = 2 } |
| enum | DbFormats { XML = 0, SQL = 1 } |
Private Member Functions | |
| bool | sqliteMoveAndConvert (const QString &name, const QString &src, const QString &destination) |
Private Attributes | |
| int | m_selectedDatabase |
| int | m_selectedSourceFormat |
| int | m_selectedDestFormat |
| bool | m_criticalState |
|
|
Definition at line 27 of file converter.h. |
|
|
Definition at line 33 of file converter.h. |
|
||||||||||||||||
|
Definition at line 27 of file converter.cpp. |
|
|
Definition at line 11 of file converter.h. References QString::fromLatin1(). |
|
|
Definition at line 217 of file converter.cpp. References m_criticalState. |
|
|
Definition at line 40 of file converter.cpp. References m_selectedDatabase. |
|
|
Definition at line 45 of file converter.cpp. References m_selectedDestFormat. |
|
|
Definition at line 50 of file converter.cpp. References m_selectedSourceFormat. |
|
||||||||||||||||
|
Definition at line 230 of file converter.cpp. References error(), QFile::exists(), Global::shellQuote(), and tr. Referenced by start_upgrade(). |
|
|
Definition at line 55 of file converter.cpp. References add, ADDRESSBOOK, DATEBOOK, QTime::elapsed(), i, m_criticalState, m_selectedDatabase, m_selectedDestFormat, m_selectedSourceFormat, odebug, oendl, owarn, rec, Opie::OPimBase::records(), save(), SQL, QTime::start(), t, TODOLIST, tr, warning(), and XML. |
|
|
Definition at line 302 of file converter.cpp. References Global::applicationFileName(), Opie::MM::dest, error(), Escape, odebug, oendl, sqliteMoveAndConvert(), tr, and warning(). |
|
|
Definition at line 41 of file converter.h. Referenced by closeEvent(), and start_conversion(). |
|
|
Definition at line 38 of file converter.h. Referenced by selectedDatabase(), and start_conversion(). |
|
|
Definition at line 40 of file converter.h. Referenced by selectedDestFormat(), and start_conversion(). |
|
|
Definition at line 39 of file converter.h. Referenced by selectedSourceFormat(), and start_conversion(). |
1.4.2