#include <stdio.h>
#include <stdlib.h>
#include <QStringList>
#include <kapplication.h>
#include "kohyphen.h"
#include <kdebug.h>
Graphe des dépendances par inclusion de kohyphentest.cpp:
Aller au code source de ce fichier.
Fonctions | |
static bool | check (QString a, QString b) |
void | check_hyphenation (const QStringList &tests, const QStringList &results, const char *lang) |
int | main (int argc, char **argv) |
Variables | |
KoHyphenator * | hypher = 0L |
static bool check | ( | QString | a, | |
QString | b | |||
) | [static] |
Définition à la ligne 13 du fichier kohyphentest.cpp.
void check_hyphenation | ( | const QStringList & | tests, | |
const QStringList & | results, | |||
const char * | lang | |||
) |
Définition à la ligne 31 du fichier kohyphentest.cpp.
Références check(), KoHyphenator::hyphenate(), hypher, et testguiform::result.
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
int main | ( | int | argc, | |
char ** | argv | |||
) |
Définition à la ligne 41 du fichier kohyphentest.cpp.
Références app, check_hyphenation(), KoHyphenator::hyphenate(), hypher, KoHyphenatorException::message(), et KoHyphenator::self().
Voici le graphe d'appel pour cette fonction :
KoHyphenator* hypher = 0L |