kiten/lib
entrykanjidic.cpp File Reference
#include "entrykanjidic.h"
#include "dictfilekanjidic.h"
#include "kitenmacros.h"
#include <KLocale>
#include <KDebug>
Include dependency graph for entrykanjidic.cpp:
Go to the source code of this file.
Macros | |
#define | INCI |
#define | LOADSTRING(stringToLoad) |
#define | QSTRINGLISTCHECK(x) (x==NULL?QStringList():*x) |
Macro Definition 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 32 of file entrykanjidic.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.