kiten/lib
entryKanjidic.cpp File Reference
#include "entryKanjidic.h"
#include "dictFileKanjidic.h"
#include <klocale.h>
#include <kdebug.h>
Include dependency graph for entryKanjidic.cpp:

Go to the source code of this file.
Defines | |
| #define | INCI |
| #define | LOADSTRING(stringToLoad) |
| #define | QSTRINGLISTCHECK(x) (x==NULL?QStringList():*x) |
Define Documentation
| #define INCI |
Value:
if(i < length) \
{ \
i++; \
ichar = entryLine.at(i); \
}
| #define LOADSTRING | ( | stringToLoad | ) |
Value:
while(entryLine.at(i) != ' ') \ { \ stringToLoad += entryLine.at(i); \ if(i < length) i++; \ else break; \ }
| #define QSTRINGLISTCHECK | ( | x | ) | (x==NULL?QStringList():*x) |
Definition at line 28 of file entryKanjidic.cpp.
KDE 4.2 API Reference